mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #28791 - servo:dependabot/cargo/libz-sys-1.1.5, r=jdm
Bump libz-sys from 1.1.2 to 1.1.5 Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.2 to 1.1.5. <details> <summary>Commits</summary> <ul> <li><a href="d66a637fdb
"><code>d66a637</code></a> libz-sys 1.1.5</li> <li><a href="4fa9b6bf17
"><code>4fa9b6b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/90">#90</a> from joshtriplett/windows-ci</li> <li><a href="9779695d42
"><code>9779695</code></a> Install MinGW using msys2/setup-msys2</li> <li><a href="d18c7ba4d2
"><code>d18c7ba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/89">#89</a> from joshtriplett/apple-test</li> <li><a href="031b841ef3
"><code>031b841</code></a> Fix build on macOS</li> <li><a href="698f11f82d
"><code>698f11f</code></a> Reduce the test matrix substantially</li> <li><a href="96448c1faf
"><code>96448c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/88">#88</a> from joshtriplett/zlib-ng-fix-windows-library-name</li> <li><a href="072ba732a5
"><code>072ba73</code></a> build.rs: Fix library name on Windows, with and without MSVC</li> <li><a href="fd4d356e44
"><code>fd4d356</code></a> libz-sys 1.1.4</li> <li><a href="68b89a4e1e
"><code>68b89a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/71">#71</a> from youknowone/warn-pkgconfig</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libz-sys/compare/1.1.2...1.1.5">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 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>
This commit is contained in:
commit
fd547770d5
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3482,9 +3482,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libz-sys"
|
||||
version = "1.1.2"
|
||||
version = "1.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
||||
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue