Skip to content

Commit fc9d9d0

Browse files
authored
Update to tower v0.4.4 (#864)
This release reduces the cost of using `SpawnReady` by eliminating unnecessary allocations.
1 parent 0d6471c commit fc9d9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,9 +2378,9 @@ dependencies = [
23782378

23792379
[[package]]
23802380
name = "tower"
2381-
version = "0.4.3"
2381+
version = "0.4.4"
23822382
source = "registry+https://github.com/rust-lang/crates.io-index"
2383-
checksum = "855703d368d4c9321ccc1efe1b0fe436c3f20b102b25060707ebe6b4502bdefb"
2383+
checksum = "5fd7b451959622e21de79261673d658a0944b835012c58c51878ea55957fb51a"
23842384
dependencies = [
23852385
"futures-core",
23862386
"futures-util",

0 commit comments

Comments
 (0)