Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.199
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent f0b816a commit 6567943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path-absolutize = "3.1.1"
quick_cache = { version = "0.5.1", default-features = false, features = [] }
rand = "0.8.5"
seahash = { version = "4.1.0", optional = true }
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde = { version = "1.0.199", features = ["derive", "rc"] }
serde_json = "1.0.116"
tempfile = "3.10.1"

Expand Down

0 comments on commit 6567943

Please sign in to comment.