From 9577e1e99f97c7f4254207832c32f887057e8228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 04:14:50 +0000 Subject: [PATCH] Bump uuid from 1.13.1 to 1.13.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- native-engine/datafusion-ext-plans/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97014ef30..a470025ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3911,9 +3911,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" 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..238c38528 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.13.2" zstd = "0.13.2" [dev-dependencies]