diff --git a/Cargo.lock b/Cargo.lock index 0f8354d..e4eb3cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,9 +1608,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "uuid" -version = "1.15.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ "getrandom 0.3.1", "rand", diff --git a/Cargo.toml b/Cargo.toml index 186cf57..85a5ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ tokio = { version = "1.44.1", features = ["full"] } tower = { version = "0.5.2", features = ["limit"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" -uuid = { version = "1.15.1", features = ["v4", "fast-rng"] } +uuid = { version = "1.16.0", features = ["v4", "fast-rng"] }