From 687b3c60fbdbb5bc34ffd8e755c9ce1e96fc0ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:53:17 +0000 Subject: [PATCH] build(deps): bump cfg-if from 1.0.0 to 1.0.1 Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cfg-if/compare/1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 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 c21316d..201489e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "cfg_aliases" diff --git a/Cargo.toml b/Cargo.toml index 2844f1b..a03daf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ smithay-client-toolkit = { version = "0.18.1", default-features = false, feature ] } universal-config = { version = "0.5.1", default-features = false } ctrlc = "3.4.7" -cfg-if = "1.0.0" +cfg-if = "1.0.1" # cli clap = { version = "4.5.39", optional = true, features = ["derive"] }