From 2c639288811301002be310aeea37d679a0c76cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:52:24 +0000 Subject: [PATCH] Bump uuid from 1.8.0 to 1.10.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.10.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- seed-es-data/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa9f81..8c8bbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,12 +137,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "atomic" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" - [[package]] name = "atomic-waker" version = "1.1.2" @@ -2748,11 +2742,10 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ - "atomic", "getrandom", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index c3b71db..42a1fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ url = "2.5.0" dotenv = "0.15.0" clap = { version = "4.5.3", features = ["derive"] } anyhow = "1.0.81" -uuid = { version = "1.8.0", features = ["v7"] } +uuid = { version = "1.10.0", features = ["v7"] } indicatif = { version = "0.17.6", features = ["in_memory"] } tracing-indicatif = "0.3.6" tracing = { version = "0.1.37", features = ["release_max_level_debug"] } diff --git a/seed-es-data/Cargo.toml b/seed-es-data/Cargo.toml index df54c76..f743cf5 100644 --- a/seed-es-data/Cargo.toml +++ b/seed-es-data/Cargo.toml @@ -12,7 +12,7 @@ serde = "1.0.203" serde_json = "1.0.117" dotenv = "0.15.0" anyhow = "1.0.86" -uuid = {version = "1.8.0", features = ["v7", "serde"]} +uuid = {version = "1.10.0", features = ["v7", "serde"]} indicatif = "0.17.8" futures-util = "0.3.30" byte-unit = { version = "5.1.4", features = ["serde"] }