Skip to content

Commit d83abcb

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.23.0", features = ["v4"] }
53+
uuid = { version = "1.23.1", 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.23.0", features = ["v4"] }
83+
uuid = { version = "1.23.1", 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)