diff --git a/Cargo.lock b/Cargo.lock index 3c282e071..27bca82c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3288,9 +3288,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index a77eca0c3..0c25ff281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ datafusion-sql = "39.0.0" datafusion-substrait = { version = "39.0.0", optional = true } prost = "0.12" prost-types = "0.12" -uuid = { version = "1.9", features = ["v4"] } +uuid = { version = "1.10", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1" futures = "0.3"