Skip to content

Commit

Permalink
WIP rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 1, 2022
1 parent a88a9fb commit 5a74c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pest_derive = "2.1"
derive_builder = "0.9"
base64 = "0.12"
ring = { version = "0.16", optional = true }
rsa = { version = "0.5", optional = true }
rsa = { version = "0.6", optional = true }
ed25519-dalek = { version = "1", optional = true }
rand = { version = "0.8", optional = true }
rand_old = { package = "rand", version = "0.7" }
Expand Down Expand Up @@ -70,10 +70,10 @@ bs58 = { version = "0.4", features = ["check"] }
thiserror = "1.0"
keccak-hash = { version = "0.7", optional = true }
# TODO make this optional, or remove it
ecdsa = "0.14.0-pre.1"
ecdsa = "0.14.1"
digest = "0.9"
k256 = { version = "0.11.0-pre.0", optional = true, features = ["ecdsa"] }
p256 = { version = "0.11.0-pre.0", optional = true, features = ["ecdsa"] }
k256 = { version = "0.11.2", optional = true, features = ["ecdsa"] }
p256 = { version = "0.11.0", optional = true, features = ["ecdsa"] }
ssi-contexts = { version = "0.1.3", path = "contexts/" }
ripemd160 = { version = "0.9", optional = true }
sshkeys = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion did-webkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = "1.0.75"
serde = { version = "1.0.134", features = ["derive"] }
sshkeys = "0.3.1"

sequoia-openpgp = { version = "1.7.0", default-features = false, features = [
sequoia-openpgp = { version = "1.9.0", default-features = false, features = [
"compression-deflate",
"crypto-rust",
"allow-experimental-crypto",
Expand Down

0 comments on commit 5a74c89

Please sign in to comment.