diff --git a/Cargo.lock b/Cargo.lock index 9c3526d..15e9dc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f44ecaf..7aada12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"