Skip to content

Commit ed8243c

Browse files
chore(deps): bump serde_bytes from 0.11.16 to 0.11.17 (#3411)
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.16 to 0.11.17. - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.16...0.11.17) --- updated-dependencies: - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bai Chuan <[email protected]>
1 parent bb2b60b commit ed8243c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ rand = "0.8.5"
204204
rand_core = { version = "0.9.3", default-features = false }
205205
reqwest = { version = "0.12", features = ["json", "stream"] }
206206
schemars = { version = "0.8.22", features = ["either"] }
207+
serde_bytes = "0.11.17"
207208
serde = { version = "1.0.219", features = ["derive", "rc"] }
208-
serde_bytes = "0.11.16"
209209
serde_json = { version = "1.0.140", features = ["preserve_order"] }
210210
serde_yaml = "0.9"
211211
serde_with = { version = "2.1.0", features = ["hex"] }

0 commit comments

Comments
 (0)