mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
build(deps): bump compression-codecs from 0.4.28 to 0.4.29 (#39003)
Bumps [compression-codecs](https://github.com/Nullus157/async-compression) from 0.4.28 to 0.4.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Nullus157/async-compression/releases">compression-codecs's releases</a>.</em></p> <blockquote> <h2>compression-codecs-v0.4.29</h2> <h3>Other</h3> <ul> <li>Update Deps.rs badge (<a href="https://redirect.github.com/Nullus157/async-compression/pull/380">#380</a>)</li> <li>move async-compression to crates/ (<a href="https://redirect.github.com/Nullus157/async-compression/pull/379">#379</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="44383cee94
"><code>44383ce</code></a> chore: release v0.4.29 (<a href="https://redirect.github.com/Nullus157/async-compression/issues/374">#374</a>)</li> <li><a href="3b5c52b74b
"><code>3b5c52b</code></a> Update Deps.rs badge (<a href="https://redirect.github.com/Nullus157/async-compression/issues/380">#380</a>)</li> <li><a href="905b484bc7
"><code>905b484</code></a> refactor: move async-compression to crates/ (<a href="https://redirect.github.com/Nullus157/async-compression/issues/379">#379</a>)</li> <li><a href="ccefbeb8d4
"><code>ccefbeb</code></a> Refactor: update use of compression_core::assert_* (<a href="https://redirect.github.com/Nullus157/async-compression/issues/375">#375</a>)</li> <li><a href="776b25fbaf
"><code>776b25f</code></a> Refactor compression_core::util (<a href="https://redirect.github.com/Nullus157/async-compression/issues/373">#373</a>)</li> <li>See full diff in <a href="https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.28...compression-codecs-v0.4.29">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
a24e13184f
commit
8c6a32c78e
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1523,9 +1523,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "compression-codecs"
|
||||
version = "0.4.28"
|
||||
version = "0.4.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46cc6539bf1c592cff488b9f253b30bc0ec50d15407c2cf45e27bd8f308d5905"
|
||||
checksum = "c7eea68f0e02c2b0aa8856e9a9478444206d4b6828728e7b0697c0f8cca265cb"
|
||||
dependencies = [
|
||||
"brotli",
|
||||
"compression-core",
|
||||
|
@ -1537,9 +1537,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "compression-core"
|
||||
version = "0.4.28"
|
||||
version = "0.4.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2957e823c15bde7ecf1e8b64e537aa03a6be5fda0e2334e99887669e75b12e01"
|
||||
checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
|
||||
|
||||
[[package]]
|
||||
name = "concurrent-queue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue