From 56e7b7f522ae714690e5a1b8e390dfdac3d84ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 02:25:17 +0000 Subject: [PATCH] Bump uuid from 1.12.1 to 1.13.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14221ae..a53144c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,9 +2277,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.12.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" +checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 2b4f035..a302cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ indoc = "2.0.5" jiff = { version = "0.1.28", features = [ "serde" ]} rust_decimal = { version = "1.36.0", features= ["serde-with-arbitrary-precision" ]} rust_decimal_macros = { version = "1.36" } -uuid = { version = "1.12.1", default-features = false, features = [ "serde" ] } +uuid = { version = "1.13.1", default-features = false, features = [ "serde" ] } log = "0.4.22" regex = { version = "1.11.1" } serde = { version = "1.0.217", default-features = false }