From a1138fbe28fa83eb709e0396056a43a9f1e5ac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:35:29 +1100 Subject: [PATCH] build(deps): Bump domain from 0.8.1 to 0.9.0 in /rust (#2420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [domain](https://github.com/nlnetlabs/domain) from 0.8.1 to 0.9.0.
Release notes

Sourced from domain's releases.

0.9.0

Breaking changes

New

#216: NLnetLabs/domain#216 #229: NLnetLabs/domain#229 #230: NLnetLabs/domain#230 #231: NLnetLabs/domain#231 #232: NLnetLabs/domain#232 #235: NLnetLabs/domain#235 [@​WhyNotHugo]: https://github.com/WhyNotHugo [@​xofyarg]: https://github.com/xofyarg

Changelog

Sourced from domain's changelog.

0.9.0

Released 2023-09-18.

Breaking changes

New

#216: NLnetLabs/domain#216 #229: NLnetLabs/domain#229 #230: NLnetLabs/domain#230 #231: NLnetLabs/domain#231 #232: NLnetLabs/domain#232 #235: NLnetLabs/domain#235 [@​WhyNotHugo]: https://github.com/WhyNotHugo [@​xofyarg]: https://github.com/xofyarg

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=domain&package-manager=cargo&previous-version=0.8.1&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 8 ++++---- rust/connlib/tunnel/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 956165c0c..15cf5f46a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "domain" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2fbe77a63bf2445649b4ec41ba5300d30dc8358fef4503da03bf2313e31bef3" +checksum = "c17c170d46de153ec1f5a09c17e1cd166af1431c86c4de262938d9578412acdd" dependencies = [ "octseq", "rand", @@ -2248,9 +2248,9 @@ dependencies = [ [[package]] name = "octseq" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5190e3482f38446ee3f3ab50b049a16b072b6111cba008381b816598478ba65d" +checksum = "d233b7fea8c1c9f4ffda5dcc961c8edd2fc1587e4b355b2752fe7c27e0cd50ca" [[package]] name = "oid-registry" diff --git a/rust/connlib/tunnel/Cargo.toml b/rust/connlib/tunnel/Cargo.toml index c7f23c934..c034eafc8 100644 --- a/rust/connlib/tunnel/Cargo.toml +++ b/rust/connlib/tunnel/Cargo.toml @@ -21,7 +21,7 @@ connlib-shared = { workspace = true } libc = { version = "0.2", default-features = false, features = ["std", "const-extern-fn", "extra_traits"] } ip_network = { version = "0.4", default-features = false } ip_network_table = { version = "0.2", default-features = false } -domain = "0.8" +domain = "0.9" boringtun = { workspace = true } chrono = { workspace = true } pnet_packet = { version = "0.34" }