Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.197
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent 2565c12 commit a0f8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
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.197", 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 a0f8b3b

Please sign in to comment.