From 47f06a51156b9e05ecab1c22507707bd549ed832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:02:35 -0800 Subject: [PATCH] Bump uuid from 1.11.1 to 1.12.0 (#728) 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> --- 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 47402205..f792e6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4514,9 +4514,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[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", "serde", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 06e05fdc..2c97a0d4 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.1", features = ["serde", "v4", "js"] } +uuid = { version = "1.12.0", features = ["serde", "v4", "js"] } webrtc = { version = "0.11", optional = true } [lints] diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index 77f45d7c..dd4c09ff 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.135" thiserror = "2.0.11" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" -uuid = { version = "1.11.1", features = ["v4"] } +uuid = { version = "1.12.0", features = ["v4"] } [dev-dependencies] color-eyre = "0.6"