Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent f3219a9 commit d5d1df7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
63 changes: 37 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing-actix-web = "0.6"
secrecy = { version = "0.8", features = ["serde"] }
actix-web-flash-messages = { version = "0.4", features = ["cookies"] }
actix-session = { version = "0.7.2", features = ["redis-rs-tls-session"] }
serde_json = "1"
serde_json = "1.0.116"
actix-web-lab = "0.17.0"

[dev-dependencies]
Expand All @@ -48,6 +48,6 @@ quickcheck = "0.9.2"
quickcheck_macros = "1.0.0"
fake = "~2.3.0"
wiremock = "0.5"
serde_json = "1.0.85"
serde_json = "1.0.116"
linkify = "0.9.0"
serde_urlencoded = "0.7.1"

0 comments on commit d5d1df7

Please sign in to comment.