From a1fe85a68596f680da247d17f6941def1bf0ee1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 19:04:33 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.16.0 to 1.17.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72dd6041..72913ea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2413,12 +2413,14 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" +checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" dependencies = [ "atomic", "getrandom 0.3.3", + "js-sys", + "wasm-bindgen", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c5a42acc..be0c5be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ pgrx = { version = "=0.14.1" } pushid = { version = "0.0.1" } timeflake-rs = { version = "0.3" } ulid = { version = "1.2", features = [ "uuid" ] } -uuid = { version = "1.10", features = [ "v6", "v7" ] } +uuid = { version = "1.17", features = [ "v6", "v7" ] } xid = { version = "1.1" } time = { version = "0.3" }