Skip to content

Commit 3f37948

Browse files
chore(deps): bump serde from 1.0.219 to 1.0.224
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.219 to 1.0.224. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.224) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.224 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76f15c5 commit 3f37948

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.85.0"
99

1010
[dependencies]
1111
redis = { version = "0.31.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive", "tls-rustls", "tokio-rustls-comp", "tls-rustls-webpki-roots", "tls-rustls-insecure"] }
12-
serde = { version = "1.0.219", features = ["derive"] }
12+
serde = { version = "1.0.224", features = ["derive"] }
1313
serde_json = "1.0.142"
1414
thiserror = "2.0.12"
1515
warp = { version = "0.3.7", features = ["tls"] }

0 commit comments

Comments
 (0)