Skip to content

Commit

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

Bump serde_json from 1.0.99 to 1.0.103
  • Loading branch information
icewind1991 authored Jul 20, 2023
2 parents d0a8bf4 + 9e30594 commit 12f4ac5
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 12f4ac5

Please sign in to comment.