Skip to content

Commit

Permalink
Cargo.lock: upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrade dependency to remove yanked version.

Version of `log` is locked becasue the latest version checks the log
level but we get conflict level with `deps/td-shim/td-logger`. It will
be unlocked once the conflict is fixed.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Sep 6, 2024
1 parent 2fd3981 commit 9fe11ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/migtd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attestation = { path = "../attestation", default-features = false, optional = tr
cc-measurement = { path = "../../deps/td-shim/cc-measurement"}
crypto = { path = "../crypto" }
lazy_static = { version = "1.0", features = ["spin_no_std"] }
log = { version = "0.4.13" }
log = { version = "=0.4.13" }
pci = { path="../devices/pci" }
policy = {path = "../policy"}
rust_std_stub = { path = "../std-support/rust-std-stub" }
Expand Down

0 comments on commit 9fe11ad

Please sign in to comment.