mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 2a7fd9d..087a3dc 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1245,18 +1245,18 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
-version = "0.11.2+zstd.1.5.2"
|
|
+version = "0.12.3+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
+checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
|
dependencies = [
|
|
"zstd-safe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
-version = "5.0.2+zstd.1.5.2"
|
|
+version = "6.0.4+zstd.1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
+checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 0cad393..06e7b81 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -35,7 +35,7 @@ threadpool = "1.8"
|
|
thiserror = "1.0"
|
|
tui = { version = "0.16", optional = true }
|
|
termion = { version = "1.5", optional = true }
|
|
-zstd = "0.11"
|
|
+zstd = { version = "0.12", features = ["pkg-config"] }
|
|
|
|
[dev-dependencies]
|
|
duct = "0.13"
|