Skip to content

Commit b262316

Browse files
chore(deps): Bump serde_bytes from 0.11.9 to 0.11.11 (vectordotdev#17898)
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.9 to 0.11.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/bytes/releases">serde_bytes's releases</a>.</em></p> <blockquote> <h2>0.11.11</h2> <p>No release notes provided.</p> <h2>0.11.10</h2> <ul> <li>Add <code>no-alloc</code> category to crates.io metadata</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/bytes/commit/5e6b0762115ac322834d7ac468ecd510f0eb2045"><code>5e6b076</code></a> Release 0.11.11</li> <li><a href="https://github.com/serde-rs/bytes/commit/511acb36dfb27311b63a6959605eba9dac3ee626"><code>511acb3</code></a> Eliminate syn 1 from minimal-versions</li> <li><a href="https://github.com/serde-rs/bytes/commit/8f8a804d8ac997160830ce1f45974e6258daedd3"><code>8f8a804</code></a> Add CI job using minimal-versions</li> <li><a href="https://github.com/serde-rs/bytes/commit/0ad44353704be79dedb0f47eda6cea7f9034017f"><code>0ad4435</code></a> Release 0.11.10</li> <li><a href="https://github.com/serde-rs/bytes/commit/1aa6ac9ec9eed9293a80d6aebca097683a217128"><code>1aa6ac9</code></a> Add no-std::no-alloc category</li> <li><a href="https://github.com/serde-rs/bytes/commit/fd758f8c1d06fdc5df6d743194b0775dd224dd3e"><code>fd758f8</code></a> Support a manual trigger on CI workflow</li> <li><a href="https://github.com/serde-rs/bytes/commit/0504fcb86133c78a75560c907556f1d6031bdf23"><code>0504fcb</code></a> Raise minimum tested compiler to 1.56</li> <li>See full diff in <a href="https://github.com/serde-rs/bytes/compare/0.11.9...0.11.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_bytes&package-manager=cargo&previous-version=0.11.9&new-version=0.11.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed5bc3a commit b262316

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

+24-24
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
@@ -196,7 +196,7 @@ tower-http = { version = "0.4.1", default-features = false, features = ["decompr
196196
# Serde
197197
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
198198
serde-toml-merge = { version = "0.3.0", default-features = false }
199-
serde_bytes = { version = "0.11.9", default-features = false, features = ["std"], optional = true }
199+
serde_bytes = { version = "0.11.11", default-features = false, features = ["std"], optional = true }
200200
serde_json = { version = "1.0.99", default-features = false, features = ["raw_value"] }
201201
serde_with = { version = "2.3.2", default-features = false, features = ["macros", "std"] }
202202
serde_yaml = { version = "0.9.22", default-features = false }

0 commit comments

Comments
 (0)