From 876fbaea298bd8236e233b67c12508502276dcaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:39:10 +0100 Subject: [PATCH] chore(deps): bump uuid from 1.11.1 to 1.12.0 in /webapp/native (#1489) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/native/Cargo.lock | 4 ++-- webapp/native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index 3be45ac9..a4896c0a 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -4272,9 +4272,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.11.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom 0.2.12", ] diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index 93c84d3e..44046398 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -22,7 +22,7 @@ dirs = "6.0.0" reqwest = { version = "0.12.12", features = ["json", "stream"] } chrono = "0.4.39" serde_with = { version = "3.12.0", features = ["json"] } -uuid = { version = "1.11.1", features = ["v4"] } +uuid = { version = "1.12.0", features = ["v4"] } void = "1.0.2" thiserror = "2.0.9" eventsource-stream = "0.2.3"