Skip to content

Commit

Permalink
Update asn1-rs crate and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Feb 3, 2025
1 parent 3f42478 commit 1781bf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version = "0.2.0"
edition = "2021"

[dependencies]
asn1-rs = { version = "0.6.2", features=["datetime"] }
oid-registry = "0.7"
asn1-rs = { version = "0.7.0", features=["datetime"] }
oid-registry = "0.8"
data-encoding = "2.7.0"
ffi-support = "0.4.4"
thiserror = "2.0.11"
hex = "0.4"
ring = "0.17.8"
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }
x509-parser = { version = "0.17.0", features = ["verify", "validate"] }

[lib]
name = "signature"
Expand Down

0 comments on commit 1781bf1

Please sign in to comment.