aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:02:17 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:02:17 +0100
commit10d1d0bd402ccd8ee83444379ec32d750222459e (patch)
tree5bb48cbcd3d01ac373dad662c8865023cbcfbd3f /Cargo.lock
parent4a821e234090f98394dfbe6a96c7af449499d35c (diff)
fork ioctls and enable aarch64 support
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 4 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d596b0..de694a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -346,15 +346,13 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "ioctl-sys"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f9d0b6b23885487578d10590edc36fd95426257c7017973b20633e34df23b08"
+version = "0.8.0"
+source = "git+https://github.com/rsdsl/ioctl.git#f12f6346a60572eadeda9b44f41f9ea75052ae91"
[[package]]
name = "ioctls"
version = "0.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5780ca662f733ea1b940647b657d5324abc55a7d8d9b0628e8af8fe96ab3ed2"
+source = "git+https://github.com/rsdsl/ioctl.git#f12f6346a60572eadeda9b44f41f9ea75052ae91"
dependencies = [
"ioctl-sys",
"libc",
@@ -682,7 +680,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
version = "0.4.4"
-source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc"
+source = "git+https://github.com/rsdsl/netlinklib.git#3996bff08616bbe2b6a9ce6f5cfe9aaa8aa738cc"
dependencies = [
"futures",
"libc",