Skip to content

Commit 6b215a6

Browse files
Bump uuid from 1.18.1 to 1.19.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1a76f2 commit 6b215a6

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_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec",
8686
tracing = "0.1.43"
8787
tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"]}
8888
tracing-opentelemetry = "0.32.0"
89-
uuid = { version = "1.18.1", features = ["v4"] }
89+
uuid = { version = "1.19.0", features = ["v4"] }
9090

9191
[build-dependencies]
9292
cfg_aliases = "0.2.1"

0 commit comments

Comments
 (0)