diff --git a/Cargo.lock b/Cargo.lock index cbf97471f9..97e1eaf21d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6315,9 +6315,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" +checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" dependencies = [ "getrandom", ] diff --git a/ingester2/Cargo.toml b/ingester2/Cargo.toml index 920f0046cd..50b791dcfc 100644 --- a/ingester2/Cargo.toml +++ b/ingester2/Cargo.toml @@ -46,7 +46,7 @@ tokio = { version = "1.28", features = ["macros", "parking_lot", "rt-multi-threa tokio-util = "0.7.8" tonic = { workspace = true } trace = { version = "0.1.0", path = "../trace" } -uuid = "1.3.1" +uuid = "1.3.2" wal = { version = "0.1.0", path = "../wal" } workspace-hack = { version = "0.1", path = "../workspace-hack" }