mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-23 18:25:02 +02:00
Update to latest domain.
This commit is contained in:
Generated
+1
-1
@@ -360,7 +360,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "domain"
|
||||
version = "0.10.3"
|
||||
source = "git+https://github.com/NLnetLabs/domain?branch=sortedrecords-zonemd-remove-replace-plus-pr444#a98182b37ef5bf2ea213b5e6d9f5f255f60caa77"
|
||||
source = "git+https://github.com/NLnetLabs/domain?branch=initial-nsec3-generation#4c96f947d10df353151859cf396282c22a0e2416"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"bytes",
|
||||
|
||||
+2
-2
@@ -20,7 +20,7 @@ ring = ["domain/ring"]
|
||||
bytes = { version = "1.1", default-features = false }
|
||||
chrono = "0.4.38"
|
||||
clap = { version = "4.3.4", features = ["cargo", "derive"] }
|
||||
domain = { git = "https://github.com/NLnetLabs/domain", branch = "sortedrecords-zonemd-remove-replace-plus-pr444", features = [
|
||||
domain = { git = "https://github.com/NLnetLabs/domain", branch = "initial-nsec3-generation", features = [
|
||||
"bytes",
|
||||
"net",
|
||||
"openssl",
|
||||
@@ -53,7 +53,7 @@ bimap = "0.6.3"
|
||||
|
||||
[dev-dependencies]
|
||||
const_format = " 0.2.33"
|
||||
domain = { version = "*", git = "https://github.com/NLnetLabs/domain.git", branch = "sortedrecords-zonemd-remove-replace-plus-pr444", features = [
|
||||
domain = { version = "*", git = "https://github.com/NLnetLabs/domain.git", branch = "initial-nsec3-generation", features = [
|
||||
"unstable-stelline",
|
||||
] }
|
||||
pretty_assertions = "1.4.1"
|
||||
|
||||
Reference in New Issue
Block a user