Skip to content

Commit 5ac28d4

Browse files
Merge pull request #82 from blacklanternsecurity/zone-transfer
Use different encryption backend for NSEC
2 parents ce49339 + d327466 commit 5ac28d4

4 files changed

Lines changed: 79 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 75 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blastdns"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
edition = "2024"
55
description = "Async DNS lookup library for bulk/parallel DNS resolution"
66
license = "GPL-3.0"
@@ -21,7 +21,7 @@ anyhow = "1.0.102"
2121
clap = { version = "4.5.60", features = ["derive"] }
2222
crossfire = "2.1.7"
2323
futures = "0.3.31"
24-
hickory-client = { version = "0.25.2", features = ["serde", "dnssec-ring"] }
24+
hickory-client = { version = "0.25.2", features = ["serde", "dnssec-aws-lc-rs"] }
2525
hickory-resolver = { version = "0.25.2", default-features = false, features = ["system-config"] }
2626
libc = "0.2"
2727
lru = "0.16"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "blastdns"
7-
version = "1.8.0"
7+
version = "1.8.1"
88
description = "Async Python interface on top of the BlastDNS resolver"
99
license = "GPL-3.0"
1010
repository = "https://github.com/blacklanternsecurity/blastdns"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)