Skip to content

Commit 8cbde78

Browse files
Bump uuid from 1.13.2 to 1.14.0 (#276)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.13.2...v1.14.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 4fed205 commit 8cbde78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ mshv-bindings3 = { package="mshv-bindings", version = "0.3.2", optional = true }
8282
mshv-ioctls3 = { package="mshv-ioctls", version = "0.3.2", optional = true}
8383

8484
[dev-dependencies]
85-
uuid = { version = "1.13.2", features = ["v4"] }
85+
uuid = { version = "1.14.0", features = ["v4"] }
8686
signal-hook-registry = "1.4.1"
8787
envy = { version = "0.4.2" }
8888
serde = "1.0"

0 commit comments

Comments
 (0)