diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-24 17:17:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 17:17:40 +0000 |
commit | 69cdfe92d7b13c83473be1d5f92d89fd275d0bb4 (patch) | |
tree | 6fb745dff0df222c567bc727345e76b959528b0a | |
parent | 60a81a7032c36a3c702650e783b3c4797cd45222 (diff) | |
download | servo-69cdfe92d7b13c83473be1d5f92d89fd275d0bb4.tar.gz servo-69cdfe92d7b13c83473be1d5f92d89fd275d0bb4.zip |
build(deps): bump libz-sys from 1.1.16 to 1.1.18 (#32367)
Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.16 to 1.1.18.
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.18)
---
updated-dependencies:
- dependency-name: libz-sys
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 57a514232ca..f10c8f6ebcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3566,9 +3566,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.16" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" +checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" dependencies = [ "cc", "libc", |