Update to latest domain.

This commit is contained in:
Ximon Eighteen
2024-12-19 09:32:53 +01:00
parent 3c92d3bb49
commit b8a8d93438
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -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
View File
@@ -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"