Skip to content

Commit

Permalink
chore: bump serde to 1.0.184
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuermse committed Aug 24, 2023
1 parent 0de9a7b commit ca612ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0.72"
console_error_panic_hook = "0.1.7"
flowrs = {path = "../flowrs"}
flowrs-std = {path = "../flowrs-std"}
serde = { version = "1.0.166", features = ["derive", "rc"] }
serde = { version = "1.0.184", features = ["derive", "rc"] }
serde_json = "1.0.100"
wasm-bindgen = "0.2.87"

Expand Down

0 comments on commit ca612ed

Please sign in to comment.