mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
build(deps): bump serde_bytes from 0.11.17 to 0.11.19 (#39337)
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.17 to 0.11.19. <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.19</h2> <ul> <li>Fix propagation of "std" and "alloc" features to serde (<a href="https://redirect.github.com/serde-rs/bytes/issues/58">#58</a>)</li> </ul> <h2>0.11.18</h2> <ul> <li>Switch serde dependency to serde_core (<a href="https://redirect.github.com/serde-rs/bytes/issues/57">#57</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="34f3c7d442
"><code>34f3c7d</code></a> Release 0.11.19</li> <li><a href="181d7db539
"><code>181d7db</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/bytes/issues/58">#58</a> from serde-rs/serdecore</li> <li><a href="f7e67cabd4
"><code>f7e67ca</code></a> Fix serde_core feature enablement</li> <li><a href="582ea79755
"><code>582ea79</code></a> Release 0.11.18</li> <li><a href="abdc6e5999
"><code>abdc6e5</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/bytes/issues/57">#57</a> from serde-rs/serdecore</li> <li><a href="611073a7ab
"><code>611073a</code></a> Switch serde dependency to serde_core</li> <li><a href="d930d3ef0c
"><code>d930d3e</code></a> Update actions/checkout@v4 -> v5</li> <li>See full diff in <a href="https://github.com/serde-rs/bytes/compare/0.11.17...0.11.19">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
This commit is contained in:
parent
0e0a958578
commit
401f8cf49b
1 changed files with 3 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -7595,11 +7595,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_bytes"
|
||||
version = "0.11.17"
|
||||
version = "0.11.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
|
||||
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue