summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6203091..66088b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,12 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 9checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
10 10
11[[package]] 11[[package]]
12name = "base64"
13version = "0.21.7"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
16
17[[package]]
18name = "bitflags" 12name = "bitflags"
19version = "2.11.0" 13version = "2.11.0"
20source = "registry+https://github.com/rust-lang/crates.io-index" 14source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -699,7 +693,6 @@ name = "wireguard"
699version = "0.0.0" 693version = "0.0.0"
700dependencies = [ 694dependencies = [
701 "anyhow", 695 "anyhow",
702 "base64",
703 "futures", 696 "futures",
704 "genetlink", 697 "genetlink",
705 "ipnet", 698 "ipnet",