Remove the ahash dependency

This commit is contained in:
Hirrolot 2024-07-21 19:05:44 +05:00
parent 2c894b05e4
commit 2126ee8b2f
No known key found for this signature in database
GPG key ID: F0C33B48BD883C81
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -2205,7 +2205,6 @@ checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
name = "teloxide"
version = "0.12.2"
dependencies = [
"ahash",
"aquamarine",
"axum",
"bincode",

View file

@ -117,8 +117,6 @@ tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["trace"], optional = true }
rand = { version = "0.8.5", optional = true }
ahash = "0.8.11"
[dev-dependencies]
rand = "0.8.3"
pretty_env_logger = "0.5.0"