Skip to content

Commit

Permalink
Update version and JAWS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Jun 1, 2024
1 parent ba03d30 commit 604f6dd
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
@@ -1,6 +1,6 @@
[package]
name = "yacme"
version = "5.0.0-rc.1"
version = "5.0.0-rc.2"
edition = "2021"
authors = ["Alex Rudy <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ tracing = { version = "0.1" }
x509-cert = { version = "0.2", features = ["pem", "std"] }

[dependencies.jaws]
version = "1.0.0-alpha.4"
version = "1"
features = ["ecdsa", "p256", "rsa", "hmac"]

[dependencies.reqwest]
Expand Down

0 comments on commit 604f6dd

Please sign in to comment.