From db43013ad947e4d12a94c02de4ece6347421f715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 04:30:38 +0000 Subject: [PATCH] Bump uuid from 1.13.0 to 1.13.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.13.0...1.13.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 a52927e..0eee7a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,9 +948,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9d026a9ffd5fc7a7d88090ee3e480521e6af932f0d2a4eafb63da0c3927060" +checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" dependencies = [ "getrandom 0.3.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index b6ee873..a3e20d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.120" tempfile = "3.15.0" thiserror = "2.0.11" -uuid = { version = "1.13.0", features = ["serde", "v4"] } +uuid = { version = "1.13.1", features = ["serde", "v4"] } zstd = "0.13.2" [[bin]]