Skip to content

Commit

Permalink
Update to tower v0.4.4 (#864)
Browse files Browse the repository at this point in the history
This release reduces the cost of using `SpawnReady` by eliminating
unnecessary allocations.
  • Loading branch information
olix0r authored Jan 20, 2021
1 parent 0d6471c commit fc9d9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2378,9 +2378,9 @@ dependencies = [

[[package]]
name = "tower"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "855703d368d4c9321ccc1efe1b0fe436c3f20b102b25060707ebe6b4502bdefb"
checksum = "5fd7b451959622e21de79261673d658a0944b835012c58c51878ea55957fb51a"
dependencies = [
"futures-core",
"futures-util",
Expand Down

0 comments on commit fc9d9d0

Please sign in to comment.