diff --git a/Cargo.lock b/Cargo.lock index 97014ef30..62c1fac6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3911,9 +3911,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" dependencies = [ "getrandom 0.3.1", ] diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 206f2e58e..7d22d3056 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -43,7 +43,7 @@ smallvec = "2.0.0-alpha.10" tempfile = "3" tokio = "1.43.0" unchecked-index = "0.2.2" -uuid = "1.13.1" +uuid = "1.14.0" zstd = "0.13.2" [dev-dependencies]