Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit e29d632

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

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 14 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
@@ -29,7 +29,7 @@ anyhow = { version = "1.0.99" }
2929
bufstream = { version = "0.1.4" }
3030
byteorder = { version = "1.5.0" }
3131
bytes = { version = "1.6.0" }
32-
serde = { version = "1.0.219", features = ["derive"] }
32+
serde = { version = "1.0.223", features = ["derive"] }
3333
thiserror = { version = "1.0.69" }
3434
tokio = { version = "1.37.0", features = ["full"] }
3535
tokio-rustls = { version = "0.26.0" }

0 commit comments

Comments
 (0)