Skip to content

Commit 79118a8

Browse files
Bump uuid from 1.21.0 to 1.22.0 (#41)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.22.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 c6eb181 commit 79118a8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tracing-forest = { version = "0.3.1", features = ["full"] }
6464
tracing-opentelemetry = "0.32.1"
6565
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
6666
tracing-tracy = { version = "0.11", features = ["timer-fallback", "ondemand"] }
67-
uuid = "1.21.0"
67+
uuid = "1.22.0"
6868

6969
[features]
7070
default = ["function_call_metrics", "kvm", "mshv3"]

0 commit comments

Comments
 (0)