mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #27815 - servo:dependabot/cargo/libz-sys-1.1.2, r=jdm
Bump libz-sys from 1.0.25 to 1.1.2 Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.0.25 to 1.1.2. <details> <summary>Commits</summary> <ul> <li><a href="36b3071331
"><code>36b3071</code></a> libz-sys 1.1.2</li> <li><a href="144f2ee2cc
"><code>144f2ee</code></a> Update zlib-ng</li> <li><a href="81026e996e
"><code>81026e9</code></a> Define _C99_SOURCE on all apple targets, not just ios</li> <li><a href="461e100e99
"><code>461e100</code></a> libz-sys 1.1.1</li> <li><a href="7b426ec087
"><code>7b426ec</code></a> Update to the latest zlib-ng, for optimizations and Windows warning fixes</li> <li><a href="ae51e3987f
"><code>ae51e39</code></a> Fix a typo</li> <li><a href="af4c939a01
"><code>af4c939</code></a> Use <code>ctest2</code> instead of the original to fix warnings</li> <li><a href="038e3f2de9
"><code>038e3f2</code></a> Switch to GitHub Actions, and expand CI coverage</li> <li><a href="7aa6214e34
"><code>7aa6214</code></a> On Windows, use the right library name</li> <li><a href="617538bfcb
"><code>617538b</code></a> build.rs: Explicitly link zlib-ng statically</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libz-sys/compare/1.0.25...1.1.2">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=libz-sys&package-manager=cargo&previous-version=1.0.25&new-version=1.1.2) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
cc57d355a5
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3316,9 +3316,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libz-sys"
|
name = "libz-sys"
|
||||||
version = "1.0.25"
|
version = "1.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue