diff --git a/Cargo.lock b/Cargo.lock index dcbda7b..6c5eb93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2444,9 +2444,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" dependencies = [ "getrandom", ] diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 9c8fc80..5e4516f 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", features = ["json"]} serde = {version = "1.0.192", features = ["derive"]} serde_json = "1.0.108" -uuid = {version = "1.6.0", features = ["v4"]} +uuid = {version = "1.6.1", features = ["v4"]}