Skip to content

Commit 46d5b2b

Browse files
Bump uuid from 1.11.0 to 1.12.1 (#158)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.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 003bc16 commit 46d5b2b

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
@@ -77,7 +77,7 @@ kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = tru
7777
kvm-ioctls = { version = "0.19.1", optional = true }
7878

7979
[dev-dependencies]
80-
uuid = { version = "1.4.1", features = ["v4"] }
80+
uuid = { version = "1.12.1", features = ["v4"] }
8181
signal-hook-registry = "1.4.1"
8282
envy = { version = "0.4.2" }
8383
serde = "1.0"

0 commit comments

Comments
 (0)