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 577acd1 commit d259053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
flowrs-derive = { version = "0.3.0", path = "flowrs_derive" }
serde = { version = "1.0.166", features = ["derive", "rc"] }
serde = { version = "1.0.184", features = ["derive", "rc"] }
serde_json = "1.0.100"
thiserror = "1.0.44"
anyhow = "1.0"
Expand Down

0 comments on commit d259053

Please sign in to comment.