Skip to content

Commit 39d3032

Browse files
Bump uuid from 1.16.0 to 1.17.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaa3dc7 commit 39d3032

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 4 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
@@ -76,7 +76,7 @@ mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true
7676
mshv-ioctls3 = { package="mshv-ioctls", version = "=0.3.2", optional = true}
7777

7878
[dev-dependencies]
79-
uuid = { version = "1.16.0", features = ["v4"] }
79+
uuid = { version = "1.17.0", features = ["v4"] }
8080
signal-hook-registry = "1.4.5"
8181
serde = "1.0"
8282
proptest = "1.6.0"

0 commit comments

Comments
 (0)