Skip to content

Commit

Permalink
Merge pull request #101 from somehowchris/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to 1.0.114
  • Loading branch information
somehowchris committed Feb 22, 2024
2 parents 5615596 + ba98c38 commit 41f3b14
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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
serde = {version="1.0.196", features=["derive"]}
serde_json = "1.0.113"
serde_json = "1.0.114"
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 41f3b14

Please sign in to comment.