diff --git a/Cargo.lock b/Cargo.lock index f05c62e97..f434c7d07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3288,9 +3288,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index e518449a8..790fd0949 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.8", features = ["v4"] } +uuid = { version = "1.9", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1" futures = "0.3"