Fix minimal-versions compilation failure caused by lack of support in Bytes for From<Box<[u8]>> in older versions of Bytes.

This commit is contained in:
Ximon Eighteen
2024-11-05 13:35:21 +01:00
parent 8122518c0d
commit eb8ffc5531
+2 -1
View File
@@ -4,9 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bytes = { version = "1.0", default-features = false }
bytes = { version = "1.1", default-features = false }
clap = { version = "4", features = ["derive"] }
domain = { git = "https://github.com/NLnetLabs/domain", branch = "multiple-key-signing", features = [
#domain = { path = "../domain2/", features = [
"openssl",
"ring",
"unstable-sign",