Skip to content

Commit e39e1ec

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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.77.2"
99

1010
[dependencies]
1111
redis = { version = "0.28.1", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive"] }
12-
serde = { version = "1.0.217", features = ["derive"] }
12+
serde = { version = "1.0.219", features = ["derive"] }
1313
serde_json = "1.0.139"
1414
thiserror = "2.0.11"
1515
warp = { version = "0.3.7", features = ["tls"] }

0 commit comments

Comments
 (0)