Skip to content

Commit aef9eed

Browse files
committed
chore(deps): drop dns-lookup pin
1 parent 45767f7 commit aef9eed

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

Cargo-minimal.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ dependencies = [
145145
"bdk_wallet",
146146
"bitcoin",
147147
"bitcoin-consensus-encoding 1.0.0-rc.3",
148-
"dns-lookup",
149148
"floresta-chain",
150149
"floresta-compact-filters",
151150
"floresta-domain",

Cargo-recent.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ dependencies = [
136136
"bdk_wallet",
137137
"bitcoin",
138138
"bitcoin-consensus-encoding 1.0.0-rc.3",
139-
"dns-lookup",
140139
"floresta-chain",
141140
"floresta-compact-filters",
142141
"floresta-domain",

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ tokio-util = { version = "=0.7.18" }
4444

4545
# These pins are needed for `Cargo-minimal.lock`:
4646
lazy_static = { version = "=1.5.0" } # blame: sharded-slab@v0.1.7 -> tracing-subscriber@v0.3.23
47-
dns-lookup = { version = "=2.1.1" } # blame: floresta-wire 55c563
4847
bitcoin-consensus-encoding = { version = "=1.0.0-rc.3" } # blame: bitcoin-io v0.3.0 (Encodable->Encode/Decodable->Decode)
4948

5049
[dev-dependencies]

justfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ check:
3636
check-features:
3737
RBMT_LOG_LEVEL=verbose cargo rbmt test --toolchain stable --lockfile recent
3838

39-
[doc: "Check if commits are PGP-signed"]
40-
check-commit-signatures:
41-
bash contrib/check-commit-signatures.sh
42-
4339
[doc: "Delete files: data, target, lockfiles"]
4440
delete item="data":
4541
just _delete-{{ item }}
@@ -104,8 +100,6 @@ pre-push:
104100
@just shellcheck
105101
@just zizmor
106102
@just audit
107-
@just check-commit-signatures
108-
@just example-client-regtest
109103

110104
_delete-data:
111105
rm -rf examples/data

0 commit comments

Comments
 (0)