Skip to content

Commit 9799525

Browse files
dependabot[bot]mythi
authored andcommitted
build(deps): 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 cfcf17c commit 9799525

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.

attestation-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tonic = { workspace = true, optional = true }
6969
tonic-prost = { workspace = true, optional = true }
7070
tracing.workspace = true
7171
tracing-subscriber.workspace = true
72-
uuid = { version = "1.18.0", features = ["v4"] }
72+
uuid = { version = "1.19.0", features = ["v4"] }
7373
verifier = { path = "../deps/verifier", default-features = false }
7474
actix-cors = { version = "0.7", optional = true }
7575

kbs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ time = { version = "0.3.40", features = ["std"] }
8686
tokio.workspace = true
8787
tonic = { workspace = true, optional = true }
8888
tonic-prost = { workspace = true, optional = true }
89-
uuid = { version = "1.18.0", features = ["serde", "v4"] }
89+
uuid = { version = "1.19.0", features = ["serde", "v4"] }
9090
openssl.workspace = true
9191
az-cvm-vtpm = { version = "0.7.4", default-features = false, optional = true }
9292
vaultrs = { version = "0.7.4", optional = true }

0 commit comments

Comments
 (0)