diff --git a/Cargo.lock b/Cargo.lock index 9890548..ba61aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2624,9 +2624,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6f655c3..42aef59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ thiserror = "1.0" tokio = { version = "1.35.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter", "tracing-log"] } -uuid = { version = "1.5.0", features = ["v4"] } +uuid = { version = "1.6.1", features = ["v4"] }