Skip to content

Commit 3954883

Browse files
Bump uuid from 1.12.1 to 1.13.1 (#245)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.1...1.13.1) --- 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 1e287f5 commit 3954883

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

8282
[dev-dependencies]
83-
uuid = { version = "1.12.1", features = ["v4"] }
83+
uuid = { version = "1.13.1", features = ["v4"] }
8484
signal-hook-registry = "1.4.1"
8585
envy = { version = "0.4.2" }
8686
serde = "1.0"

0 commit comments

Comments
 (0)