mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 10:56:41 +02:00
fix(deps): update rust crate libz-sys to v1.1.17
This commit is contained in:
parent
6ef4781050
commit
b9c30b7c28
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1817,9 +1817,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libz-sys"
|
||||
version = "1.1.16"
|
||||
version = "1.1.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
|
||||
checksum = "0078520875cbd94735b332bca766d640ca0754e5419dce654dcee9115c4239f0"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue