modified: Cargo.lock
modified: Cargo.toml
This commit is contained in:
parent
3a631594e3
commit
f125c2665e
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -644,7 +644,6 @@ dependencies = [
|
|||||||
"fast32",
|
"fast32",
|
||||||
"futures",
|
"futures",
|
||||||
"generic-array",
|
"generic-array",
|
||||||
"hex",
|
|
||||||
"jni",
|
"jni",
|
||||||
"log 0.4.22",
|
"log 0.4.22",
|
||||||
"network-interface",
|
"network-interface",
|
||||||
@ -854,12 +853,6 @@ version = "0.3.9"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "hex"
|
|
||||||
version = "0.4.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http"
|
name = "http"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
|
@ -25,7 +25,6 @@ futures = "0.3.30"
|
|||||||
tun2 = { version = "3.1.4", features = ["async"] }
|
tun2 = { version = "3.1.4", features = ["async"] }
|
||||||
packet = "0.1.4"
|
packet = "0.1.4"
|
||||||
crossbeam-channel = "0.5.13"
|
crossbeam-channel = "0.5.13"
|
||||||
hex = "0.4"
|
|
||||||
serde_yaml = "0.9.34"
|
serde_yaml = "0.9.34"
|
||||||
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
|
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user