From 9871c73e5c9c32758ef93079c411a216aa194c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:03:14 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.18.1 to 1.19.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a55c643..520865c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,9 +1042,9 @@ checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" [[package]] name = "uuid" -version = "1.18.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" [[package]] name = "version_check" diff --git a/Cargo.toml b/Cargo.toml index 5b3e034..8382a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ arrow-buffer = { version = "57.0.0", default-features = false, optional = true } arrow-schema = { version = "57.0.0", default-features = false, optional = true } chrono = { version = "0.4.42", default-features = false, optional = true } narrow-derive = { path = "narrow-derive", version = "0.15.1", optional = true } -uuid = { version = "1.18.1", default-features = false, optional = true } +uuid = { version = "1.19.0", default-features = false, optional = true } [dev-dependencies] arrow-cast = { version = "57.0.0", default-features = false, features = [ @@ -64,7 +64,7 @@ criterion = { version = "0.7.0", default-features = false, features = [ rand = { version = "0.9.2", default-features = false, features = ["small_rng"] } rustversion = { version = "1.0.22", default-features = false } parquet = { version = "57.0.0", default-features = false, features = ["arrow"] } -uuid = { version = "1.18.1", default-features = false } +uuid = { version = "1.19.0", default-features = false } num-traits = { version = "0.2.19" } [profile.bench]