Skip to content

Commit

Permalink
Update asn1-rs and hex-literal (closes #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Feb 28, 2024
1 parent 6a1df9b commit 4536efa
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 @@ -23,11 +23,11 @@ include = [
]

[dependencies]
asn1-rs = "0.5"
asn1-rs = "0.6"
nom = "7.0"
rusticata-macros = "4.0"
thiserror = "1.0"

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
pretty_assertions = "1.0"

0 comments on commit 4536efa

Please sign in to comment.