aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:44:21 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:44:38 +0100
commit673b949dc1b1ffedbd5e8ca653779c6f15b7e3da (patch)
tree080e1fef762b3035eb5053108380692058994cf0
parent7e2243487d495cd6ee924b081197426f8e3d869e (diff)
update dhcp4d0.3.3
-rw-r--r--Cargo.lock81
-rw-r--r--Cargo.toml4
2 files changed, 5 insertions, 80 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 15f903d..3a7c0a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -101,39 +101,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
-name = "crossbeam-deque"
-version = "0.8.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
-dependencies = [
- "cfg-if",
- "crossbeam-epoch",
- "crossbeam-utils",
-]
-
-[[package]]
-name = "crossbeam-epoch"
-version = "0.9.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
-dependencies = [
- "autocfg",
- "cfg-if",
- "crossbeam-utils",
- "memoffset",
- "scopeguard",
-]
-
-[[package]]
-name = "crossbeam-utils"
-version = "0.8.16"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
-dependencies = [
- "cfg-if",
-]
-
-[[package]]
name = "data-encoding"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -165,12 +132,6 @@ dependencies = [
]
[[package]]
-name = "either"
-version = "1.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
-
-[[package]]
name = "enum-as-inner"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -426,15 +387,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
-name = "memoffset"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -643,29 +595,9 @@ dependencies = [
]
[[package]]
-name = "rayon"
-version = "1.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
-dependencies = [
- "either",
- "rayon-core",
-]
-
-[[package]]
-name = "rayon-core"
-version = "1.12.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
-dependencies = [
- "crossbeam-deque",
- "crossbeam-utils",
-]
-
-[[package]]
name = "rsdsl_dhcp4d"
-version = "0.2.2"
-source = "git+https://github.com/rsdsl/dhcp4d.git#b24a432876318e8f7f87f2d914c0f0eaabcd6b00"
+version = "0.2.3"
+source = "git+https://github.com/rsdsl/dhcp4d.git#c8e9098e4053deb4d2b6f184ea113afb003f0184"
dependencies = [
"dhcproto",
"ipnet",
@@ -683,7 +615,7 @@ dependencies = [
[[package]]
name = "rsdsl_dnsd"
-version = "0.3.2"
+version = "0.3.3"
dependencies = [
"bytes",
"dns-message-parser",
@@ -739,12 +671,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
-name = "scopeguard"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
-
-[[package]]
name = "serde"
version = "1.0.192"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -852,7 +778,6 @@ dependencies = [
"libc",
"ntapi",
"once_cell",
- "rayon",
"winapi",
]
diff --git a/Cargo.toml b/Cargo.toml
index 016f164..6c9324d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsdsl_dnsd"
-version = "0.3.2"
+version = "0.3.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,7 +10,7 @@ bytes = "1.4.0"
dns-message-parser = "0.7.0"
hickory-proto = { version = "0.24.0", default-features = false }
ipnet = "2.5.0"
-rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.2" }
+rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.3" }
serde_json = "1.0"
signal-hook = "0.3.17"
thiserror = "1.0"