mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
106 lines
2.4 KiB
Diff
106 lines
2.4 KiB
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -787,12 +787,12 @@
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
-version = "3.2.0"
|
|
+version = "3.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "377c9b002a72a0b2c1a18c62e2f3864bdfea4a015e3683a96e24aa45dd6c02d1"
|
|
+checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
|
|
dependencies = [
|
|
- "nix 0.22.3",
|
|
- "winapi",
|
|
+ "nix",
|
|
+ "windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1106,7 +1106,7 @@
|
|
checksum = "ede784925953fcab9a3351d5009bcb8d2b0c13e940924c88087e8e2ce0c4717a"
|
|
dependencies = [
|
|
"conpty",
|
|
- "nix 0.26.4",
|
|
+ "nix",
|
|
"ptyprocess",
|
|
"regex",
|
|
]
|
|
@@ -1751,9 +1751,9 @@
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
-version = "0.2.153"
|
|
+version = "0.2.155"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
@@ -1953,15 +1953,6 @@
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
-version = "0.6.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
-dependencies = [
|
|
- "autocfg",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "memoffset"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
@@ -2030,19 +2021,6 @@
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
-version = "0.22.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
|
-dependencies = [
|
|
- "bitflags 1.3.2",
|
|
- "cc",
|
|
- "cfg-if",
|
|
- "libc",
|
|
- "memoffset 0.6.5",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "nix"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
@@ -2662,7 +2640,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e05aef7befb11a210468a2d77d978dde2c6381a0381e33beb575e91f57fe8cf"
|
|
dependencies = [
|
|
- "nix 0.26.4",
|
|
+ "nix",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4235,7 +4213,7 @@
|
|
"futures-sink",
|
|
"futures-util",
|
|
"hex",
|
|
- "nix 0.26.4",
|
|
+ "nix",
|
|
"once_cell",
|
|
"ordered-stream",
|
|
"rand 0.8.5",
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -91,7 +91,7 @@
|
|
version = "4.3"
|
|
|
|
[dependencies.ctrlc]
|
|
-version = "=3.2.0"
|
|
+version = "=3.3.1"
|
|
|
|
[dependencies.data-encoding]
|
|
version = "2.4"
|