fix(deps): update rust crate libz-sys to 1.1.14
This commit is contained in:
parent
9c607e8ab1
commit
e7d90ffcc5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1259,9 +1259,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libz-sys"
|
||||
version = "1.1.13"
|
||||
version = "1.1.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f526fdd09d99e19742883e43de41e1aa9e36db0c7ab7f935165d611c5cccc66"
|
||||
checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
|
||||
log = { version = "0.4.20", features = ["std", "kv_unstable"] }
|
||||
tera = "1.19.1"
|
||||
openssl = { version = "0.10.62", features = ["vendored"] }
|
||||
libz-sys = { version = "1.1.13", default-features = false, features = [
|
||||
libz-sys = { version = "1.1.14", default-features = false, features = [
|
||||
"libc",
|
||||
"static",
|
||||
] }
|
||||
|
Loading…
Reference in New Issue
Block a user