From a4bb9a602ed3a320d14f9baa30a5f00a4d3d1328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:46:04 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.12.0 in the dependencies group (#1523) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 363b94fa2..67477a15b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6666,9 +6666,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", "rand", @@ -7321,7 +7321,7 @@ dependencies = [ "tokio", "tonic", "tracing", - "uuid 1.11.0", + "uuid 1.12.0", "xmtp_proto", "xmtp_v2", "zeroize", @@ -7604,7 +7604,7 @@ dependencies = [ "tracing-oslog", "tracing-subscriber", "uniffi", - "uuid 1.11.0", + "uuid 1.12.0", "xmtp_api_grpc", "xmtp_common", "xmtp_content_types", diff --git a/Cargo.toml b/Cargo.toml index c7576c14b..a478b7fd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ sha3 = "0.10.8" thiserror = "2.0" tls_codec = "0.4.1" tokio = { version = "1.43.0", default-features = false } -uuid = "1.10" +uuid = "1.12" vergen-git2 = "1.0.2" wasm-timer = "0.2" web-time = "1.1"