modified: Cargo.lock

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2024-10-04 19:18:41 +03:00
parent 3a631594e3
commit f125c2665e
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@ -644,7 +644,6 @@ dependencies = [
"fast32",
"futures",
"generic-array",
"hex",
"jni",
"log 0.4.22",
"network-interface",
@ -854,12 +853,6 @@ version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
version = "1.1.0"

View File

@ -25,7 +25,6 @@ futures = "0.3.30"
tun2 = { version = "3.1.4", features = ["async"] }
packet = "0.1.4"
crossbeam-channel = "0.5.13"
hex = "0.4"
serde_yaml = "0.9.34"
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
base64 = "0.22.1"