Skip to content

Commit

Permalink
Bump serde_json from 1.0.116 to 1.0.117
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 75b488f commit f4b14b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ rust-version = "1.74.0"
[dependencies]
redis = { version = "0.25.3", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.116"
serde_json = "1.0.117"
thiserror = "1.0.61"
warp = { version = "0.3.7", features = ["tls"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.116"
serde_json = "1.0.117"
ureq = "2.9.7"
flexi_logger = { version = "0.28.0", features = ["colors"] }
log = "0.4.21"
Expand Down

0 comments on commit f4b14b9

Please sign in to comment.