From 9d2f863b76682e7d8a236e7fcd3453cf3f79a612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:51:41 +0000 Subject: [PATCH] Bump libc from 0.2.166 to 0.2.167 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc925ff5..d44cee5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[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 = "logos" diff --git a/Cargo.toml b/Cargo.toml index b1f07c83..47984a91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ proc = { workspace = true } unescaper = "0.1.5" winapi = { version = "0.3.9", features = ["winnt", "memoryapi", "libloaderapi"], optional = true } -libc = { version = "0.2.166", optional = true } +libc = { version = "0.2.167", optional = true } iced-x86 = { version = "1.21.0", features = ["code_asm"] } wasm-encoder = "0.221.0"