mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1165
1165: build(deps): bump async-compression from 0.3.14 to 0.3.15 r=delta1 a=dependabot[bot] Bumps [async-compression](https://github.com/Nemo157/async-compression) from 0.3.14 to 0.3.15. <details> <summary>Commits</summary> <ul> <li><a href="9d6c415891
"><code>9d6c415</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/177">#177</a></li> <li><a href="886288e561
"><code>886288e</code></a> Bump version to 0.3.15</li> <li><a href="435258cbdb
"><code>435258c</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/176">#176</a></li> <li><a href="7118845518
"><code>7118845</code></a> Fix endianness when reading the <code>extra</code> field of a gzip header</li> <li><a href="79326077ae
"><code>7932607</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/173">#173</a></li> <li><a href="1700bcfd04
"><code>1700bcf</code></a> Box the <code>BrotliState</code> value because it is very large</li> <li><a href="09f84b86d2
"><code>09f84b8</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/169">#169</a></li> <li><a href="12d0f5f935
"><code>12d0f5f</code></a> Bump ntest from 0.7.5 to 0.8.1</li> <li><a href="da27355cba
"><code>da27355</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/159">#159</a></li> <li><a href="39f1f9e2e9
"><code>39f1f9e</code></a> Merge <a href="https://github-redirect.dependabot.com/Nemo157/async-compression/issues/160">#160</a></li> <li>Additional commits viewable in <a href="https://github.com/Nemo157/async-compression/compare/0.3.14...0.3.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-compression&package-manager=cargo&previous-version=0.3.14&new-version=0.3.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
26a08876e7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -113,9 +113,9 @@ checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-compression"
|
name = "async-compression"
|
||||||
version = "0.3.14"
|
version = "0.3.15"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
|
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
Loading…
Reference in New Issue
Block a user