diff --git a/Cargo.lock b/Cargo.lock index 0049b97..5b0d905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3848,9 +3848,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.22.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 0bd61db..f670b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = { version = "0.4.44", features = ["serde"]} async-trait = "0.1.88" thiserror = "2.0.11" mockall = "0.14.0" -uuid = { version = "1.22.0", features = ["v4", "serde"]} +uuid = { version = "1.23.1", features = ["v4", "serde"]} testcontainers = "0.26" testcontainers-modules = "0.14" anyhow = "1.0.102"