Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.186
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent 2565c12 commit 118b03d
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 @@ -18,7 +18,7 @@ trace = ["dep:tracing"]

[dependencies]
once_cell = { version = "1.17.0", optional = true }
serde = { version = "1.0.152", features = ["derive"], optional = true }
serde = { version = "1.0.186", features = ["derive"], optional = true }
string-interner = "0.14.0"
string_cache = "0.8.4"
tracing = { version = "0.1.37", features = ["attributes"], optional = true }
Expand Down

0 comments on commit 118b03d

Please sign in to comment.