Skip to content

Commit 6042727

Browse files
Bump uuid from 1.13.1 to 1.13.2
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 956c132 commit 6042727

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
@@ -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.13.1", features = ["v4"] }
83+
uuid = { version = "1.13.2", features = ["v4"] }
8484
signal-hook-registry = "1.4.1"
8585
envy = { version = "0.4.2" }
8686
serde = "1.0"

0 commit comments

Comments
 (0)