diff --git a/Cargo.lock b/Cargo.lock index cc8d649..27c1230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,9 +2879,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" dependencies = [ "getrandom 0.3.1", ] diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 7cd2190..1ef9d3e 100644 --- a/examples/test-api/Cargo.toml +++ b/examples/test-api/Cargo.toml @@ -11,4 +11,4 @@ rand = "0.9.0" rocket = {version = "0.5.1", features = ["json"]} serde = {version = "1.0.217", features = ["derive"]} serde_json = "1.0.138" -uuid = {version = "1.13.1", features = ["v4"]} +uuid = {version = "1.13.2", features = ["v4"]}