From eabee2f0f394e682d996e3c6fd6a94d9f28c6829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:19:33 +0800 Subject: [PATCH] Bump uuid from 1.14.0 to 1.15.1 (#853) Bumps [uuid](/~https://github.com/uuid-rs/uuid) from 1.14.0 to 1.15.1. - [Release notes](/~https://github.com/uuid-rs/uuid/releases) - [Commits](/~https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 03a192e2..4cebd348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3911,9 +3911,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.14.0" +version = "1.15.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" dependencies = [ "getrandom 0.3.1", ] diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 2d53a614..12a2cbc2 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.14.0" +uuid = "1.15.1" zstd = "0.13.3" [dev-dependencies]