mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 16:06: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]]
|
[[package]]
|
||||||
name = "libz-sys"
|
name = "libz-sys"
|
||||||
version = "1.1.16"
|
version = "1.1.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
|
checksum = "0078520875cbd94735b332bca766d640ca0754e5419dce654dcee9115c4239f0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -18,7 +18,7 @@ rust-version = "1.77.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# 1.1.17 seems broken on nix from a permission error?
|
# 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 }
|
console-subscriber = { version = "0.2", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue