bump: time
This commit is contained in:
Generated
+4
-4
@@ -2008,9 +2008,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.53"
|
version = "0.3.55"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
|
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deranged",
|
"deranged",
|
||||||
"num-conv",
|
"num-conv",
|
||||||
@@ -2028,9 +2028,9 @@ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time-macros"
|
name = "time-macros"
|
||||||
version = "0.2.31"
|
version = "0.2.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
|
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"num-conv",
|
"num-conv",
|
||||||
"time-core",
|
"time-core",
|
||||||
|
|||||||
+1
-1
@@ -8,6 +8,6 @@ description = "Library for managing soaricarus storage"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
aws-config = { version = "1.10.1", features = ["behavior-version-latest"] }
|
aws-config = { version = "1.10.1", features = ["behavior-version-latest"] }
|
||||||
aws-sdk-s3 = { version = "1.141.0" }
|
aws-sdk-s3 = { version = "1.141.0" }
|
||||||
time = "0.3.53"
|
time = "0.3.55"
|
||||||
tokio = { version = "1.53.0", features = ["full"] }
|
tokio = { version = "1.53.0", features = ["full"] }
|
||||||
uuid = "1.24.0"
|
uuid = "1.24.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user