Skip to content

Commit

Permalink
Merge pull request #81 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.103
  • Loading branch information
somehowchris authored Jul 25, 2023
2 parents 50ae0a8 + a95e135 commit ea12f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-rc.3", features = ["json"] }
serde = {version="1.0.175", features=["derive"]}
serde_json = "1.0.97"
serde_json = "1.0.103"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-log = "0.1.3"
Expand Down

0 comments on commit ea12f7d

Please sign in to comment.