Skip to content

Commit

Permalink
Update p256 to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Mar 30, 2023
1 parent b1270ac commit 2df69e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ base64ct = { version = "1.5", default-features = false, features = ["alloc"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }

p256 = { version = "0.12.0", optional = true, default-features = false, features = ["ecdsa"] }
p256 = { version = "0.13.0", optional = true, default-features = false, features = ["ecdsa"] }

rsa = { version = "0.8", optional = true, default-features = false }
sha2 = { version = "0.10.6", optional = true, default-features = false, features = ["oid"] }
Expand All @@ -34,7 +34,7 @@ ring = { version = "0.16.20", optional = true }

[dev-dependencies]
rand = { version = "0.8" }
p256 = { version = "0.12.0", default-features = false, features = ["ecdsa", "jwk", "pem"] }
p256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "jwk", "pem"] }
rsa = { version = "0.8", default-features = false, features = ["pem"] }
signature = { version = "2.0", default-features = false }

Expand Down

0 comments on commit 2df69e8

Please sign in to comment.