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:
Markus Unterwaditzer
2025-06-25 09:59:39 +02:00
committed by GitHub
parent 0a15ca1b1a
commit 2b86691e57
2 changed files with 12 additions and 10 deletions
Generated
+9 -6
View File
@@ -168,8 +168,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]] [[package]]
name = "asn1-codecs" name = "asn1-codecs"
version = "0.7.0" version = "0.7.1"
source = "git+https://github.com/ystero-dev/hampi?rev=67f3283764eda20022d190c3d3d6edd1a88047e0#67f3283764eda20022d190c3d3d6edd1a88047e0" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eb148e3886345ed6c20c984393359bfda8220c82114ac5d12fcd54c0f393e91"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"log", "log",
@@ -179,8 +180,9 @@ dependencies = [
[[package]] [[package]]
name = "asn1-compiler" name = "asn1-compiler"
version = "0.7.0" version = "0.7.1"
source = "git+https://github.com/ystero-dev/hampi?rev=67f3283764eda20022d190c3d3d6edd1a88047e0#67f3283764eda20022d190c3d3d6edd1a88047e0" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a0ab1fb91f80ed8e751a8cb3d38dc822031dbfb769731e9d4a8bc184a39a230"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitvec", "bitvec",
@@ -197,8 +199,9 @@ dependencies = [
[[package]] [[package]]
name = "asn1_codecs_derive" name = "asn1_codecs_derive"
version = "0.7.0" version = "0.7.1"
source = "git+https://github.com/ystero-dev/hampi?rev=67f3283764eda20022d190c3d3d6edd1a88047e0#67f3283764eda20022d190c3d3d6edd1a88047e0" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129a9f02b40e743766102dbbb93464b5868fb5e264a02a10d87fb45c472dd4b7"
dependencies = [ dependencies = [
"asn1-codecs", "asn1-codecs",
"bitvec", "bitvec",
+3 -4
View File
@@ -6,10 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
# FIXME: When this branch is merged into main point this at the release version of hampi again asn1-compiler = "0.7.1"
asn1-compiler = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" } asn1-codecs = "0.7.1"
asn1-codecs = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" } asn1_codecs_derive = "0.7.1"
asn1_codecs_derive = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
bitvec = { version = "1.0", features = ["serde"] } bitvec = { version = "1.0", features = ["serde"] }
log = "0.4" log = "0.4"
thiserror = "1.0.56" thiserror = "1.0.56"