Skip to content

Commit 01bcb22

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ anyhow = "1.0"
4848
metrics = "0.24.2"
4949
serde_json = "1.0"
5050
elfcore = "2.0"
51-
uuid = { version = "1.17.0", features = ["v4"] }
51+
uuid = { version = "1.18.0", features = ["v4"] }
5252

5353
[target.'cfg(windows)'.dependencies]
5454
windows = { version = "0.61", features = [
@@ -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.17.0", features = ["v4"] }
85+
uuid = { version = "1.18.0", features = ["v4"] }
8686
signal-hook-registry = "1.4.6"
8787
envy = { version = "0.4.2" }
8888
serde = "1.0"

0 commit comments

Comments
 (0)