From 4607fcb33a2cf053478222184e8d950c503a919c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:36:21 +0000 Subject: [PATCH] Bump uuid from 1.8.0 to 1.9.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/nu_plugin_polars/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b8f5273c8..d3767b0832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6493,9 +6493,9 @@ checksum = "425a23c7b7145bc7620c9c445817c37b1f78b6790aee9f208133f3c028975b60" [[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 696c012b80..7893b77c55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ uu_mv = "0.0.26" uu_whoami = "0.0.26" uu_uname = "0.0.26" uucore = "0.0.26" -uuid = "1.8.0" +uuid = "1.9.1" v_htmlescape = "0.15.0" wax = "0.6" which = "6.0.0" diff --git a/crates/nu_plugin_polars/Cargo.toml b/crates/nu_plugin_polars/Cargo.toml index e5e92822e0..c5cc9a3afc 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -36,7 +36,7 @@ polars-ops = { version = "0.40"} polars-plan = { version = "0.40", features = ["regex"]} polars-utils = { version = "0.40"} typetag = "0.2" -uuid = { version = "1.7", features = ["v4", "serde"] } +uuid = { version = "1.9", features = ["v4", "serde"] } [dependencies.polars] features = [