Skip to content

Commit 507c58e

Browse files
authored
Merge pull request #65 from trusted-execution-clusters/dependabot/cargo/rust-d564d147c1
build(deps): bump the rust group across 1 directory with 3 updates
2 parents f759749 + 82dadf3 commit 507c58e

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default-run = "compute-pcrs"
1616
[dependencies]
1717
compute-pcrs-lib = { version = "*", path = "../lib" }
1818
anyhow = "1.0.100"
19-
clap = { version = "4.5.54", features = ["derive"] }
19+
clap = { version = "4.5.56", features = ["derive"] }
2020
env_logger = "0.11.8"
2121
log = "0.4.29"
2222
serde = { version = "1.0.228", features = ["derive"] }

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repository = "https://github.com/trusted-execution-clusters/compute-pcrs"
1313
rust-version = "1.88.0"
1414

1515
[dependencies]
16-
lief = "0.17.2"
16+
lief = "0.17.3"
1717
anyhow = "1.0.100"
1818
hex = "0.4.3"
1919
hex-literal = "1.1.0"
2020
sha2 = "0.10.9"
2121
serde = { version = "1.0.228", features = ["derive"] }
22-
uuid = "1.19.0"
22+
uuid = "1.20.0"
2323
openssl = "0.10.75"
2424
glob = "0.3.3"
2525
serde_with = { version = "3.16.1", features = ["hex"] }

0 commit comments

Comments
 (0)