fix(deps): update rust crate libz-sys to 1.1.15

This commit is contained in:
Kasper Juul Hermansen 2024-01-26 14:46:06 +00:00
parent 9820d2c3ab
commit 1bacfdfb29
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1250,9 +1250,9 @@ dependencies = [
[[package]] [[package]]
name = "libz-sys" name = "libz-sys"
version = "1.1.14" version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050" checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View File

@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
log = { version = "0.4.20", features = ["std", "kv_unstable"] } log = { version = "0.4.20", features = ["std", "kv_unstable"] }
tera = "1.19.1" tera = "1.19.1"
openssl = { version = "0.10.63", features = ["vendored"] } openssl = { version = "0.10.63", features = ["vendored"] }
libz-sys = { version = "1.1.14", default-features = false, features = [ libz-sys = { version = "1.1.15", default-features = false, features = [
"libc", "libc",
"static", "static",
] } ] }