From 3f40cd9afe89df32a6637f902dc2c20630d29df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:23:36 +0000 Subject: [PATCH] Bump libc from 0.2.154 to 0.2.169 in /x86iced Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.169) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- x86iced/Cargo.lock | 4 ++-- x86iced/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x86iced/Cargo.lock b/x86iced/Cargo.lock index 3c91cad76..4db6b50dd 100644 --- a/x86iced/Cargo.lock +++ b/x86iced/Cargo.lock @@ -136,9 +136,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.154" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" diff --git a/x86iced/Cargo.toml b/x86iced/Cargo.toml index eccc18daf..f705cd695 100644 --- a/x86iced/Cargo.toml +++ b/x86iced/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] iced-x86 = { version = "1.21.0", features = ["serde"] } -libc = "0.2.154" +libc = "0.2.169" r2api = "5.9.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"