From 438b3b414b096dd3e1c7cbaab23ab2ebe0357653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:59:46 +0000 Subject: [PATCH] Bump uuid from 1.23.2 to 1.23.3 in /src-tauri Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.23.2 to 1.23.3. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9d3fe06..954e3b7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5387,9 +5387,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.23.2" +version = "1.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" +checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 644b89c..c499a2c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "=2.0.18" tokio = { version = "=1.52.3", features = ["fs", "io-util", "net", "process", "sync"] } tokio-tungstenite = "=0.29.0" tower = { version = "=0.5.3", features = ["util"] } -uuid = { version = "=1.23.2", features = ["v4"] } +uuid = { version = "=1.23.3", features = ["v4"] } [dev-dependencies] tempfile = "=3.27.0"