Skip to content

Commit 8361e39

Browse files
Bump uuid from 1.19.0 to 1.20.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e406fd commit 8361e39

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 = "2.0"
53-
uuid = { version = "1.19.0", features = ["v4"] }
53+
uuid = { version = "1.20.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.19.0", features = ["v4"] }
84+
uuid = { version = "1.20.0", features = ["v4"] }
8585
signal-hook-registry = "1.4.8"
8686
serde = "1.0"
8787
proptest = "1.9.0"

0 commit comments

Comments
 (0)