Skip to content

Commit

Permalink
upgrade zerocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Jan 9, 2024
1 parent 202aa08 commit 3e87924
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 21 deletions.
113 changes: 93 additions & 20 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion mpc-recovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper-rustls = { version = "=0.23", features = ["http2"] }
jsonwebtoken = "8.3.0"
lazy_static = "1.4.0"
opentelemetry = { version = "0.20.0", features = ["rt-tokio", "trace"] }
opentelemetry-otlp = { version = "0.13.0", features = [
opentelemetry-otlp = { version = "0.14.0", features = [
"http-proto",
"reqwest-client",
] }
Expand Down Expand Up @@ -59,6 +59,7 @@ curv = { package = "curv-kzen", version = "0.9", default-features = false }
# TODO: Update to >=2 to resolve RUSTSEC-2022-0093
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
sha2 = "0.9.9"
zerocopy = "0.7.32"

[dev-dependencies]
rsa = "0.8.2"
Expand Down

0 comments on commit 3e87924

Please sign in to comment.