From 607df305b23c9fddd71e4f53d0a75a191cc86065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:32:00 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.11.1 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] --- Cargo.lock | 4 ++-- modeling-cmds/Cargo.toml | 2 +- modeling-session/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca053d0b..79c267d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4514,9 +4514,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[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", "serde", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index bed083b7..f0e29978 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -41,7 +41,7 @@ ts-rs = { version = "10.1.0", optional = true, features = [ "no-serde-warnings", "serde-json-impl", ] } -uuid = { version = "1.11.0", features = ["serde", "v4", "js"] } +uuid = { version = "1.11.1", features = ["serde", "v4", "js"] } webrtc = { version = "0.11", optional = true } [lints] diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index ec22e174..e8c6c0f2 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.135" thiserror = "2.0.9" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" -uuid = { version = "1.11.0", features = ["v4"] } +uuid = { version = "1.11.1", features = ["v4"] } [dev-dependencies] color-eyre = "0.6"