From bd07ab0d1ca91473cca1def5aa7d81f7287bf55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:24:02 +0000 Subject: [PATCH] deps(rust): bump libc from 0.2.170 to 0.2.171 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.170 to 0.2.171. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.170...0.2.171) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8ea5e1..c810495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2683,9 +2683,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.170" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libdbus-sys" @@ -2698,9 +2698,9 @@ dependencies = [ [[package]] name = "libhimmelblau" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d003f5b9b279b77c93a9c5af796adbbfa9ca59a82a0bcb85dcc768b611b063" +checksum = "2b5213a1ea642062eb7f20b9fb6bb72a000447808e0cf394849bc229840f630b" dependencies = [ "base64 0.22.1", "browser-window", diff --git a/Cargo.toml b/Cargo.toml index 7941c9a..51d1ce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ homepage = "https://github.com/himmelblau-idm/himmelblau" repository = "https://github.com/himmelblau-idm/himmelblau" [workspace.dependencies] -libc = "^0.2.170" +libc = "^0.2.171" pkg-config = "^0.3.32" lazy_static = "^1.4.0" paste = "^1.0.12"