diff --git a/Cargo.lock b/Cargo.lock index 724b932..2cbb0c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2450,9 +2450,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b" dependencies = [ "getrandom", ] diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 1f9d243..22c1b31 100644 --- a/examples/test-api/Cargo.toml +++ b/examples/test-api/Cargo.toml @@ -11,4 +11,4 @@ rand = "0.8.5" rocket = {version = "0.5.0-rc.4", features = ["json"]} serde = {version = "1.0.192", features = ["derive"]} serde_json = "1.0.108" -uuid = {version = "1.5.0", features = ["v4"]} +uuid = {version = "1.6.0", features = ["v4"]}