Skip to content

Commit

Permalink
Merge pull request #27 from alexrudy:release/v1.0.0
Browse files Browse the repository at this point in the history
release/v1.0.0
  • Loading branch information
alexrudy authored Jun 1, 2024
2 parents 02d7de7 + 39d0bd8 commit abbbe58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ default-target = "x86_64-unknown-linux-gnu"

[dependencies]
base64ct = { version = "1.6", features = ["std"] }
bytes = { version = "1.5" }
bytes = { version = "1.6" }
chrono = { version = "0.4", features = ["serde"] }
der = { version = "0.7.8", optional = true }
der = { version = "0.7.9", optional = true }
digest = { version = "0.10" }
ecdsa = { version = "0.16", features = ["signing", "der"], optional = true }
hmac = { version = "0.12", optional = true }
Expand All @@ -41,7 +41,7 @@ signature = { version = "2.2", features = ["digest", "std"] }
spki = { version = "0.7", optional = true }
thiserror = "1"
url = { version = "2.5", features = ["serde"] }
zeroize = { version = "1.7", features = ["serde", "derive"] }
zeroize = { version = "1.8", features = ["serde", "derive"] }

[dependencies.elliptic-curve]
version = "0.13"
Expand Down

0 comments on commit abbbe58

Please sign in to comment.