Skip to content

Commit 47f06a5

Browse files
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](uuid-rs/uuid@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aeea40 commit 47f06a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ts-rs = { version = "10.1.0", optional = true, features = [
4141
"no-serde-warnings",
4242
"serde-json-impl",
4343
] }
44-
uuid = { version = "1.11.1", features = ["serde", "v4", "js"] }
44+
uuid = { version = "1.12.0", features = ["serde", "v4", "js"] }
4545
webrtc = { version = "0.11", optional = true }
4646

4747
[lints]

modeling-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json = "1.0.135"
2020
thiserror = "2.0.11"
2121
tokio = { version = "1", features = ["sync"] }
2222
tokio-tungstenite = "0.24.0"
23-
uuid = { version = "1.11.1", features = ["v4"] }
23+
uuid = { version = "1.12.0", features = ["v4"] }
2424

2525
[dev-dependencies]
2626
color-eyre = "0.6"

0 commit comments

Comments
 (0)