diff --git a/Cargo.lock b/Cargo.lock index e3c0890..f712f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2806,9 +2806,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.14.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" dependencies = [ "getrandom 0.3.1", "serde", diff --git a/hem-lambda/Cargo.toml b/hem-lambda/Cargo.toml index a82fd79..71b7ace 100644 --- a/hem-lambda/Cargo.toml +++ b/hem-lambda/Cargo.toml @@ -10,4 +10,4 @@ lambda_http = "0.14.0" parking_lot = "0.12.3" serde_json = "1.0.139" tokio = { version = "1", features = ["macros"] } -uuid = { version = "1.14.0", features = ["v4", "serde"] } +uuid = { version = "1.15.1", features = ["v4", "serde"] }