From fb5e177aaa811f3c6618d5257d5058d9923b9145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:48:24 +0200 Subject: [PATCH] Bump libc from 0.2.155 to 0.2.156 (#47) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.156. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.156/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.156) --- 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 1eb65cb..b81cb00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 1ed0110..5a9c0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ widestring = "1.1.0" tracing = { version = "0.1.40", features = ["attributes"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.155" +libc = "0.2.156" [[example]] name = "domain"