From 951b020ab40696ce9c078fd058b2ee5192997c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:20:02 +0000 Subject: [PATCH] build(deps): bump domain from 0.7.1 to 0.10.4 Bumps [domain](https://github.com/nlnetlabs/domain) from 0.7.1 to 0.10.4. - [Release notes](https://github.com/nlnetlabs/domain/releases) - [Changelog](https://github.com/NLnetLabs/domain/blob/main/Changelog.md) - [Commits](https://github.com/nlnetlabs/domain/compare/v0.7.1...v0.10.4) --- updated-dependencies: - dependency-name: domain dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++++++--- dcompass/Cargo.toml | 2 +- dmatcher/Cargo.toml | 2 +- droute/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04001ea..0e48523 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -482,12 +482,14 @@ dependencies = [ [[package]] name = "domain" -version = "0.7.1" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31915e186e897998dce765294497d52e5bc3933f5de4f3bfac5c155f4426a547" +checksum = "4c84070523f8ba0f9127ff156920f27eb27b302b425efe60bf5f41ec244d1c60" dependencies = [ "bytes", + "octseq", "rand", + "time", ] [[package]] @@ -1205,6 +1207,15 @@ dependencies = [ "libc", ] +[[package]] +name = "octseq" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126c3ca37c9c44cec575247f43a3e4374d8927684f129d2beeb0d2cef262fe12" +dependencies = [ + "bytes", +] + [[package]] name = "once_cell" version = "1.17.1" diff --git a/dcompass/Cargo.toml b/dcompass/Cargo.toml index 8e1f2f8..2a973fa 100644 --- a/dcompass/Cargo.toml +++ b/dcompass/Cargo.toml @@ -18,7 +18,7 @@ geoip-maxmind = ["droute/geoip-maxmind"] compact_str = { version = "^0.6", features = ["serde"]} async-trait = "^0.1" -domain = {version = "^0.7", features = ["bytes"]} +domain = {version = "^0.10", features = ["bytes"]} futures = "^0.3" tokio = { version = "^1", features = ["rt-multi-thread", "net", "fs", "macros", "io-util", "signal", "sync"]} simple_logger = "^4" diff --git a/dmatcher/Cargo.toml b/dmatcher/Cargo.toml index 2705139..6e8a181 100644 --- a/dmatcher/Cargo.toml +++ b/dmatcher/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -domain = {version = "^0.7", features = ["bytes"]} +domain = {version = "^0.10", features = ["bytes"]} bytes = "^1" [dev-dependencies] diff --git a/droute/Cargo.toml b/droute/Cargo.toml index c3c0e77..8db7af6 100644 --- a/droute/Cargo.toml +++ b/droute/Cargo.toml @@ -21,7 +21,7 @@ rune-scripting = ["rune"] [dependencies] # DNS-implementation related dependencies -domain = {version = "^0.7", features = ["bytes"]} +domain = {version = "^0.10", features = ["bytes"]} bytes = "^1" # geoip