bump: uuid

This commit is contained in:
2026-08-15 10:25:04 -04:00
parent 88d5fa2780
commit 6a780d5baf
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2210,9 +2210,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "uuid"
version = "1.24.0"
version = "1.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
dependencies = [
"js-sys",
"wasm-bindgen",
+1 -1
View File
@@ -10,4 +10,4 @@ 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.1", features = ["full"] }
uuid = "1.24.0"
uuid = "1.24.1"