Skip to content

Commit 3b601a4

Browse files
dependabot[bot]fitzthum
authored andcommitted
build(deps): bump uuid from 1.19.0 to 1.21.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.21.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7e4326 commit 3b601a4

File tree

3 files changed

+162
-6
lines changed

3 files changed

+162
-6
lines changed

Cargo.lock

Lines changed: 160 additions & 4 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.19.0", features = ["v4"] }
72+
uuid = { version = "1.21.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
@@ -87,7 +87,7 @@ time = { version = "0.3.40", features = ["std"] }
8787
tokio.workspace = true
8888
tonic = { workspace = true, optional = true }
8989
tonic-prost = { workspace = true, optional = true }
90-
uuid = { version = "1.19.0", features = ["serde", "v4"] }
90+
uuid = { version = "1.21.0", features = ["serde", "v4"] }
9191
openssl.workspace = true
9292
az-cvm-vtpm = { version = "0.8.0", default-features = false, optional = true }
9393
vaultrs = { version = "0.7.4", optional = true }

0 commit comments

Comments
 (0)