Updated Cargo lock and Cargo.toml

This commit is contained in:
David Osipov 2026-03-14 21:59:21 +04:00
parent 5f3a2e7055
commit 6004c94446
No known key found for this signature in database
GPG Key ID: 0E55C4A47454E82E
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View File

@ -2025,6 +2025,12 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]] [[package]]
name = "subtle" name = "subtle"
version = "2.6.1" version = "2.6.1"
@ -2127,6 +2133,7 @@ dependencies = [
"sha1", "sha1",
"sha2", "sha2",
"socket2 0.5.10", "socket2 0.5.10",
"static_assertions",
"subtle", "subtle",
"thiserror 2.0.18", "thiserror 2.0.18",
"tokio", "tokio",

View File

@ -70,6 +70,7 @@ tokio-test = "0.4"
criterion = "0.5" criterion = "0.5"
proptest = "1.4" proptest = "1.4"
futures = "0.3" futures = "0.3"
static_assertions = "1.1"
[[bench]] [[bench]]
name = "crypto_bench" name = "crypto_bench"