Update leaky_bucket version

This commit is contained in:
Ivan 2024-08-03 09:58:58 +02:00
parent c86e663f24
commit 049293d7cd
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1262,13 +1262,13 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leaky-bucket"
version = "1.0.1"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb491abd89e9794d50f93c8db610a29509123e3fbbc9c8c67a528e9391cd853"
checksum = "0a396bb213c2d09ed6c5495fd082c991b6ab39c9daf4fff59e6727f85c73e4c5"
dependencies = [
"parking_lot",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]

View file

@ -19,7 +19,7 @@ tokio = { version = "1", features = [
] }
tokio-stream = { version = "0.1", features = ["sync"] }
serde = { version = "1", features = ["derive"] }
leaky-bucket = "1"
leaky-bucket = "1.1"
serde_json = "1"
hex = "0.4"
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "2.2.2" }