cargo: tokio-1.29 and async-compression-0.4 #593

Merged
lx merged 3 commits from jpds/garage:tokio-1.29 into main 2023-07-03 17:03:10 +00:00
Showing only changes of commit 098c388f1b - Show all commits

5
Cargo.lock generated
View file

@ -3700,11 +3700,12 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.28.2"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f"
dependencies = [
"autocfg",
"backtrace",
"bytes",
"libc",
"mio",