diff --git a/Cargo.lock b/Cargo.lock index 5150048..72e35bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ "blake3", "cfg-if", "compact_str", - "constant_time_eq 0.2.6", + "constant_time_eq", "crossbeam-channel", "getrandom", "hashbrown 0.14.0", @@ -497,7 +497,7 @@ dependencies = [ "arrayvec", "cc", "cfg-if", - "constant_time_eq 0.3.0", + "constant_time_eq", "digest", ] @@ -690,12 +690,6 @@ dependencies = [ "windows-sys 0.45.0", ] -[[package]] -name = "constant_time_eq" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" - [[package]] name = "constant_time_eq" version = "0.3.0" diff --git a/aquatic_udp/Cargo.toml b/aquatic_udp/Cargo.toml index 474ef97..399e8f9 100644 --- a/aquatic_udp/Cargo.toml +++ b/aquatic_udp/Cargo.toml @@ -31,7 +31,7 @@ anyhow = "1" blake3 = "1" cfg-if = "1" compact_str = "0.7" -constant_time_eq = "0.2" +constant_time_eq = "0.3" crossbeam-channel = "0.5" getrandom = "0.2" hashbrown = { version = "0.14", default-features = false }