Skip to content

Commit

Permalink
Merge pull request #450 from nextcloud/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.117

Bump serde_json from 1.0.116 to 1.0.117
  • Loading branch information
icewind1991 authored May 22, 2024
2 parents 75b488f + f4b14b9 commit 590e91e
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 590e91e

Please sign in to comment.