Skip to content

Commit 41bf27b

Browse files
Bump uuid from 1.18.1 to 1.19.0 (#1064)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 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 485f8e5 commit 41bf27b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 = "2.0"
53-
uuid = { version = "1.18.1", features = ["v4"] }
53+
uuid = { version = "1.19.0", features = ["v4"] }
5454

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

8383
[dev-dependencies]
84-
uuid = { version = "1.18.1", features = ["v4"] }
84+
uuid = { version = "1.19.0", features = ["v4"] }
8585
signal-hook-registry = "1.4.7"
8686
serde = "1.0"
8787
proptest = "1.9.0"

0 commit comments

Comments
 (0)