From 8c4626833d34b5f56e687df3e7655bacc082232f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:39:06 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.7.0 to 1.9.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.9.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.7.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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b035bf4ed..5be544e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,9 +3771,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.7.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0c19cbd55..7e17e5e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tracing = { version = "0.1", default-features = false, features = [ "std", "attr tracing-subscriber = { version = "0.3", default-features = false, features = [ "std", "fmt", "ansi", "smallvec", "tracing-log", "local-time", "env-filter" ] } uint = { version = "0.9", default-features = false } url = { version = "2.3", default-features = false } -uuid = { version = "1.3", default-features = false, features = [ "v4" ] } +uuid = { version = "1.9", default-features = false, features = [ "v4" ] } # Optional chrono = { version = "0.4", default-features = false, features = [ "std" ], optional = true }