bump: uuid
This commit is contained in:
Generated
+2
-2
@@ -2210,9 +2210,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.24.0"
|
version = "1.24.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
|
|||||||
+1
-1
@@ -10,4 +10,4 @@ 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.55"
|
time = "0.3.55"
|
||||||
tokio = { version = "1.53.1", features = ["full"] }
|
tokio = { version = "1.53.1", features = ["full"] }
|
||||||
uuid = "1.24.0"
|
uuid = "1.24.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user