Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.114 (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gastón Fournier <[email protected]>
  • Loading branch information
renovate[bot] and gastonfournier authored Feb 23, 2024
1 parent 1cf2447 commit 4e302f5
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 @@ -67,7 +67,7 @@ rustls = "0.21.8"
rustls-pemfile = "1.0.4"
semver = "1.0.21"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.114"
serde_qs = { version = "0.12.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.26.1" }
tokio = { version = "1.35.1", features = [
Expand Down

0 comments on commit 4e302f5

Please sign in to comment.