From bb596691a0e0342184d7998e1cb5c2af30e8304d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:16:12 +0100 Subject: [PATCH] Bump libc from 0.2.166 to 0.2.167 (#83) Bumps [libc](/~https://github.com/rust-lang/libc) from 0.2.166 to 0.2.167. - [Release notes](/~https://github.com/rust-lang/libc/releases) - [Changelog](/~https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](/~https://github.com/rust-lang/libc/compare/0.2.166...0.2.167) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a65ee4b..0e6c164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index bd7421d..ba00cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ widestring = "1.1.0" tracing = { version = "0.1.41", features = ["attributes"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.166" +libc = "0.2.167" [[example]] name = "domain"