Skip to content

Commit

Permalink
chore(deps): Bump serde_bytes from 0.11.9 to 0.11.11 (vectordotdev#17898
Browse files Browse the repository at this point in the history
)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
1 parent ed5bc3a commit b262316
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -196,7 +196,7 @@ tower-http = { version = "0.4.1", default-features = false, features = ["decompr
# Serde
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
serde-toml-merge = { version = "0.3.0", default-features = false }
serde_bytes = { version = "0.11.9", default-features = false, features = ["std"], optional = true }
serde_bytes = { version = "0.11.11", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.99", default-features = false, features = ["raw_value"] }
serde_with = { version = "2.3.2", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.22", default-features = false }
Expand Down

0 comments on commit b262316

Please sign in to comment.