From a1cd644d57fd133577113a20195dcdaa8f3e24f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:49:33 +0000 Subject: [PATCH] Bump libc from 0.2.165 to 0.2.166 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.165 to 0.2.166. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.166/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.165...0.2.166) --- 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 da37f255..5d0056d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.165" +version = "0.2.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" +checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" [[package]] name = "logos" diff --git a/Cargo.toml b/Cargo.toml index c833e18f..4cd2521b 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.165", optional = true } +libc = { version = "0.2.166", optional = true } iced-x86 = { version = "1.21.0", features = ["code_asm"] } wasm-encoder = "0.220.0"