bump: tokio
This commit is contained in:
Generated
+2
-2
@@ -2048,9 +2048,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.53.0"
|
||||
version = "1.53.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
|
||||
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
||||
+1
-1
@@ -9,5 +9,5 @@ description = "Library for managing soaricarus storage"
|
||||
aws-config = { version = "1.10.1", features = ["behavior-version-latest"] }
|
||||
aws-sdk-s3 = { version = "1.141.0" }
|
||||
time = "0.3.55"
|
||||
tokio = { version = "1.53.0", features = ["full"] }
|
||||
tokio = { version = "1.53.1", features = ["full"] }
|
||||
uuid = "1.24.0"
|
||||
|
||||
Reference in New Issue
Block a user