You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sequoia-net/sequoia-net-fix-metadata.diff

24 lines
561 B

--- sequoia-net-0.27.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-net-0.27.0/Cargo.toml 2023-10-20T12:56:16.695421+00:00
@@ -91,10 +91,10 @@
features = ["macros"]
[dependencies.trust-dns-client]
-version = "0.22"
+version = "0.23"
[dependencies.trust-dns-resolver]
-version = "0.22"
+version = "0.23"
features = ["dnssec-openssl"]
[dependencies.url]
@@ -110,7 +110,6 @@
[dev-dependencies.rand]
version = "0.8"
features = ["getrandom"]
-default-features = false
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
version = "1"