aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-21 16:22:04 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-21 16:22:04 -0400
commitd302c37a4b9fc85c360f71f70b74cf4ed86e5200 (patch)
tree4ba74d04c06369b318b3fb9c4b88df102c44d9e6 /Cargo.lock
parentde72cbc7b15d3f7aa230eee0bd03ed1320279f2a (diff)
downloadrbw-d302c37a4b9fc85c360f71f70b74cf4ed86e5200.tar.gz
rbw-d302c37a4b9fc85c360f71f70b74cf4ed86e5200.zip
switch from nix to rustix
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 5 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1ce6100..87fe839 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -270,12 +270,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
-name = "cfg_aliases"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
-
-[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -993,18 +987,6 @@ dependencies = [
]
[[package]]
-name = "nix"
-version = "0.28.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
-dependencies = [
- "bitflags 2.5.0",
- "cfg-if",
- "cfg_aliases",
- "libc",
-]
-
-[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1341,7 +1323,6 @@ dependencies = [
"is-terminal",
"libc",
"log",
- "nix",
"pbkdf2",
"percent-encoding",
"pkcs8",
@@ -1351,6 +1332,7 @@ dependencies = [
"reqwest",
"rmpv",
"rsa",
+ "rustix",
"serde",
"serde_json",
"serde_path_to_error",
@@ -1537,14 +1519,16 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustix"
-version = "0.38.32"
+version = "0.38.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
+checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad"
dependencies = [
"bitflags 2.5.0",
"errno",
+ "itoa",
"libc",
"linux-raw-sys",
+ "once_cell",
"windows-sys 0.52.0",
]