Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.198
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 744ff88 commit e1f5df8
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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
serde = {version="1.0.197", features=["derive"]}
serde = {version="1.0.198", features=["derive"]}
serde_json = "1.0.114"
tracing = "0.1.40"
tracing-appender = "0.2.3"
Expand Down

0 comments on commit e1f5df8

Please sign in to comment.