Remove reference to static-openssl.

This commit is contained in:
Ximon Eighteen
2025-06-02 16:06:05 +02:00
parent 5f7522630e
commit 51d4ee147d
2 changed files with 6 additions and 18 deletions
Generated
+6 -14
View File
@@ -338,8 +338,9 @@ dependencies = [
[[package]]
name = "domain"
version = "0.11.1-dev"
source = "git+https://github.com/NLnetLabs/domain.git?branch=main#29f52db7c215ac25dde7e1f88ac5b23dc00bfc0d"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11dd7f04a6a6d2aea0153c6e31f5ea7af8b2efdf52cdaeea7a9a592c7fefef9"
dependencies = [
"arc-swap",
"bumpalo",
@@ -370,8 +371,9 @@ dependencies = [
[[package]]
name = "domain-macros"
version = "0.11.1-dev"
source = "git+https://github.com/NLnetLabs/domain.git?branch=main#29f52db7c215ac25dde7e1f88ac5b23dc00bfc0d"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e197fdfd2cdb5fdeb7f8ddcf3aed5d5d04ecde2890d448b14ffb716f7376b70"
dependencies = [
"proc-macro2",
"quote",
@@ -782,15 +784,6 @@ dependencies = [
"syn",
]
[[package]]
name = "openssl-src"
version = "300.5.0+3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.109"
@@ -799,7 +792,6 @@ checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
-4
View File
@@ -23,10 +23,6 @@ default = ["openssl", "ring"]
openssl = ["domain/openssl"]
ring = ["domain/ring"]
# For building in a cargo cross container that lacks openssl-dev so cannot
# successfully compile the Rust OpenSSL crate.
static-openssl = ["domain/static-openssl"]
[dependencies]
bytes = "1.8.0"
chrono = "0.4.38"