Skip to content

Commit d647e46

Browse files
Bump uuid from 1.22.0 to 1.23.0 (#434)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a2d15b commit d647e46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec",
9090
tracing = "0.1.44"
9191
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}
9292
tracing-opentelemetry = "0.32.1"
93-
uuid = { version = "1.22.0", features = ["v4"] }
93+
uuid = { version = "1.23.0", features = ["v4"] }
9494
serde = { version = "1.0", features = ["derive"] }
9595
serde_json = "1.0"
9696

0 commit comments

Comments
 (0)