diff --git a/Cargo.lock b/Cargo.lock index 0ef043e..622f3e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1597,9 +1597,9 @@ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "uuid" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" [[package]] name = "valuable" diff --git a/Cargo.toml b/Cargo.toml index b606c44..6b0caf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1", default-features = false } structopt = { version = "0.3.18", default-features = false } toml = "0.8.0" tracing = "0.1.37" -uuid = { version = "1.8.0" } +uuid = { version = "1.10.0" } fluvio-future = { version = "0.7.0", default-features = false } diff --git a/examples/Cargo.toml b/examples/Cargo.toml index f4ba18e..96bc1bc 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -29,7 +29,7 @@ members = [ serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.53" futures-lite = "2.0.0" -uuid = "1.8.0" +uuid = "1.10.0" tracing = "0.1.37" node-bindgen = { path = "..", default-features = false }