Merge pull request #1106 from teloxide/remove-ahash

Remove the `ahash` dependency
This commit is contained in:
Waffle Maybe 2024-07-21 14:36:15 +00:00 committed by GitHub
commit 810b5ffc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

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

View file

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