Skip to content

Commit

Permalink
Merge pull request #126 from datachainlab/audit-202409-lcp-5
Browse files Browse the repository at this point in the history
LCP-5: Update crate dependencies

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Nov 22, 2024
2 parents e5019a3 + d44f678 commit e9c436d
Show file tree
Hide file tree
Showing 29 changed files with 1,799 additions and 1,307 deletions.
2,692 changes: 1,569 additions & 1,123 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ description = """

[dependencies]
log = "0.4.8"
env_logger = "0.9.0"
env_logger = "0.11.5"
hex = { version = "0.4", default-features = false, features = ["alloc"] }
tokio = { version = "1.0", features = ["full"] }
anyhow = { version = "1.0.56" }
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
dirs = "4.0"
serde = { version = "1.0.184", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc", "preserve_order"] }
Expand All @@ -28,7 +28,7 @@ keymanager = { path = "../modules/keymanager" }
remote-attestation = { path = "../modules/remote-attestation" }

[build-dependencies]
git2 = "0.17"
git2 = "0.19"

[features]
default = []
Expand Down
Loading

0 comments on commit e9c436d

Please sign in to comment.