fix(deps): update rust crate libz-sys to v1.1.17

This commit is contained in:
renovate[bot] 2024-05-17 07:44:44 +00:00 committed by GitHub
parent 6ef4781050
commit b9c30b7c28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ rust-version = "1.77.0"
[dependencies]
# 1.1.17 seems broken on nix from a permission error?
libz-sys = "=1.1.16"
libz-sys = "=1.1.17"
console-subscriber = { version = "0.2", optional = true }