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"