Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent d2dc457 commit 9e30594
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.64.0"
[dependencies]
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.103"
thiserror = "1.0.43"
warp = { version = "0.3.5", features = ["tls"] }
tokio = { version = "1.29.1", 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.19.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.99"
serde_json = "1.0.103"
ureq = "2.7.1"
flexi_logger = { version = "0.25.5", features = ["colors"] }
log = "0.4.19"
Expand Down

0 comments on commit 9e30594

Please sign in to comment.