From f125c2665e4b85f238cc6f4633a9c5c52dc87741 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Fri, 4 Oct 2024 19:18:41 +0300 Subject: [PATCH] modified: Cargo.lock modified: Cargo.toml --- Cargo.lock | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15af020..ad227f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 86b17cc..3f6a941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"