diff --git a/Cargo.lock b/Cargo.lock index f11c9075..7dfb8ca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3834,9 +3834,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index 771b6c65..bf9561db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ thousands = "0.2" tokio = { version = "1.35", features = ["full"] } tracing-subscriber = "0.3" tracing = { version = "0.1", features = ["log"] } -uuid = { version = "1.6", features = ["fast-rng", "serde"] } +uuid = { version = "1.7", features = ["fast-rng", "serde"] } zstd = "0.13" pbjson = "0.6.0" pbjson-types = "0.6.0"