diff --git a/Cargo.lock b/Cargo.lock index 52b9fbe..c62279f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2530,9 +2530,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index f0e8581..4148fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "2" semver = "1" rustls-native-certs = "0.8.3" sha2 = "0.10.9" -uuid = { version = "1.22.0", features = ["v4"] } +uuid = { version = "1.23.0", features = ["v4"] } async-trait = "0.1.89" chrono = { version = "0.4.44", features = ["serde"] } base64 = "0.22.1"