From 4f1dc0268457ced69de4cea71141a5c1f0f25a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:27:20 +0000 Subject: [PATCH] Bump uuid from 1.9.1 to 1.10.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...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 | 4 ++-- crates/mellow/Cargo.toml | 2 +- crates/mellow_util/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2a8c4f..0ccb76b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3385,9 +3385,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "serde", ] diff --git a/crates/mellow/Cargo.toml b/crates/mellow/Cargo.toml index 6fb4bbe..42ec835 100644 --- a/crates/mellow/Cargo.toml +++ b/crates/mellow/Cargo.toml @@ -46,4 +46,4 @@ twilight-model.workspace = true twilight-util.workspace = true twilight-validate = "0.15.3" url = "2.5.2" -uuid = { version = "1.9.1", features = ["serde"] } \ No newline at end of file +uuid = { version = "1.10.0", features = ["serde"] } \ No newline at end of file diff --git a/crates/mellow_util/Cargo.toml b/crates/mellow_util/Cargo.toml index 21d6576..cacce86 100644 --- a/crates/mellow_util/Cargo.toml +++ b/crates/mellow_util/Cargo.toml @@ -23,4 +23,4 @@ serde.workspace = true sqlx.workspace = true twilight-http.workspace = true twilight-model.workspace = true -uuid = "1.9.1" \ No newline at end of file +uuid = "1.10.0" \ No newline at end of file