Skip to content

Commit 73f51dc

Browse files
Bump uuid from 1.14.0 to 1.15.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a5cef4 commit 73f51dc

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.14.0", features = ["v4"] }
85+
uuid = { version = "1.15.1", features = ["v4"] }
8686
signal-hook-registry = "1.4.1"
8787
envy = { version = "0.4.2" }
8888
serde = "1.0"

0 commit comments

Comments
 (0)