Skip to content

Commit

Permalink
Update leaky_bucket version
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Aug 3, 2024
1 parent c86e663 commit 049293d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dht/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 049293d

Please sign in to comment.