From 7802199961145cc3dcb9e87cab1c60da518161f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:24:31 -0800 Subject: [PATCH] Bump uuid from 1.12.0 to 1.12.1 (#741) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9122174e..c67c6af9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4514,9 +4514,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index a4916ca2..d47f82ea 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.12.0", features = ["serde", "v4", "js"] } +uuid = { version = "1.12.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 8417312e..0c888d51 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.137" thiserror = "2.0.11" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" -uuid = { version = "1.12.0", features = ["v4"] } +uuid = { version = "1.12.1", features = ["v4"] } [dev-dependencies] color-eyre = "0.6"