From 995ca61910f63c29dbb6ca80d202d0a480596191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:44:58 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.11.1 in /rust-backend Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust-backend/Cargo.lock | 4 ++-- rust-backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-backend/Cargo.lock b/rust-backend/Cargo.lock index c95bf8b..6620daf 100644 --- a/rust-backend/Cargo.lock +++ b/rust-backend/Cargo.lock @@ -1549,9 +1549,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "rand", diff --git a/rust-backend/Cargo.toml b/rust-backend/Cargo.toml index 13b186f..5b65ca2 100644 --- a/rust-backend/Cargo.toml +++ b/rust-backend/Cargo.toml @@ -13,5 +13,5 @@ r2d2 = "0.8.10" r2d2_sqlite = "0.24.0" rusqlite = "0.31.0" serde = { version = "1.0.215", features = ["derive"] } -uuid = { version = "1.11.0", features = ["v4", "serde"] } +uuid = { version = "1.11.1", features = ["v4", "serde"] } log = "0.4.22"