Skip to content

Commit 8844ec5

Browse files
chore(deps): bump uuid from 1.22.0 to 1.23.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef15d0d commit 8844ec5

File tree

2 files changed

+4
-4
lines changed

2 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.

src/hyperlight_host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ anyhow = "1.0"
5050
metrics = "0.24.3"
5151
serde_json = "1.0"
5252
elfcore = { version = "2.0", optional = true }
53-
uuid = { version = "1.22.0", features = ["v4"] }
53+
uuid = { version = "1.23.0", features = ["v4"] }
5454

5555
[target.'cfg(windows)'.dependencies]
5656
windows = { version = "0.62", features = [
@@ -80,7 +80,7 @@ mshv-bindings = { version = "0.6", optional = true }
8080
mshv-ioctls = { version = "0.6", optional = true}
8181

8282
[dev-dependencies]
83-
uuid = { version = "1.22.0", features = ["v4"] }
83+
uuid = { version = "1.23.0", features = ["v4"] }
8484
signal-hook-registry = "1.4.8"
8585
serde = "1.0"
8686
iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] }

0 commit comments

Comments
 (0)