mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
Bump hampi to 0.7.1 (#423)
It's not clear for how long this revision will exist upstream now that the PR is (squash) merged
This commit is contained in:
committed by
GitHub
parent
0a15ca1b1a
commit
2b86691e57
@@ -6,10 +6,9 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# FIXME: When this branch is merged into main point this at the release version of hampi again
|
||||
asn1-compiler = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
asn1-codecs = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
asn1_codecs_derive = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
asn1-compiler = "0.7.1"
|
||||
asn1-codecs = "0.7.1"
|
||||
asn1_codecs_derive = "0.7.1"
|
||||
bitvec = { version = "1.0", features = ["serde"] }
|
||||
log = "0.4"
|
||||
thiserror = "1.0.56"
|
||||
|
||||
Reference in New Issue
Block a user