Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.93 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent cdfa7c2 commit 986a743
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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ reqwest = {version = "0.11.14", default-features = false, features = ["rustls",
rustls = "0.20.8"
rustls-pemfile = "1.0.2"
serde = {version = "1.0.152", features = ["derive"]}
serde_json = "1.0.92"
serde_json = "1.0.93"
shadow-rs = "0.20.0"
tokio = {version = "1.25.0", features = ["macros", "rt-multi-thread", "tracing"]}
tracing = {version = "0.1.37", features = ["log"]}
Expand Down

0 comments on commit 986a743

Please sign in to comment.