42 lines
1 KiB
Diff
42 lines
1 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 193c40c..50edf55 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1495,15 +1495,6 @@ version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
-[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.3.1+3.3.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.102"
|
|
@@ -1512,7 +1503,6 @@ checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 1e87339..cc822f2 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -44,7 +44,7 @@ parking_lot = "0.12.1"
|
|
|
|
[dependencies.mosquitto-rs]
|
|
version="0.11.1"
|
|
-features = ["vendored-openssl"]
|
|
+features = ["router"]
|
|
#path = "../mosquitto-rs/mosquitto-rs"
|
|
|
|
[dev-dependencies]
|