From a29b4b516ca4eb26c38d84a286adb1af0bed3936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 03:08:25 +0000 Subject: [PATCH] build(deps): bump c-ares from 11.0.0 to 11.1.0 Bumps [c-ares](https://github.com/dimbleby/rust-c-ares) from 11.0.0 to 11.1.0. - [Changelog](https://github.com/dimbleby/rust-c-ares/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimbleby/rust-c-ares/compare/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: c-ares dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 339bb529..d394c87d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "c-ares" -version = "11.0.0" +version = "11.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbec8f1d09fecef7c29762d7229282bc34f094cb57e0cec7211e081bdeab945c" +checksum = "192e731c5d14a8ba0c0928e40f8585c59ef969656960561626e9d7bca1c2a127" dependencies = [ "bitflags", "c-ares-sys", diff --git a/Cargo.toml b/Cargo.toml index 4438f584..43601196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ openssl-probe = "0.1" # flume = { version = "0.11", default-features = false } # -c-ares = { version = "11.0", default-features = false } +c-ares = { version = "11.1", default-features = false } c-ares-resolver = { version = "10.0", default-features = false } c-ares-sys = { version = "10.0", default-features = false } hickory-proto = { version = "0.24.0", default-features = false }