From ce9a5156c6bf2a86fd42fed1b2b4b57cc5c928b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:10:15 +0000 Subject: [PATCH] chore(deps): bump faux from 0.1.10 to 0.1.12 Bumps [faux](https://github.com/nrxus/faux) from 0.1.10 to 0.1.12. - [Changelog](https://github.com/nrxus/faux/blob/master/CHANGELOG.md) - [Commits](https://github.com/nrxus/faux/commits) --- updated-dependencies: - dependency-name: faux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ece95f487c..e219d61027 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2577,9 +2577,9 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "faux" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b55a7f424e532314115b5cdc6d9711b15ac453bfe0dcfa212baebc5efacd60" +checksum = "4a8e414cd04dc036003ccd2cc56492d5a7365e9d3f40b27c43606e42b54e5d1f" dependencies = [ "faux_macros", "paste", @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "faux_macros" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15473d7f83b54a44826907af16ae5727eaacaf6e53b51474016d3efd9aa35d5" +checksum = "dfc583ba3a3c259f1986c68e1501228013a34224b9ac97d17b30d7f017213b2a" dependencies = [ "darling", "proc-macro2", @@ -3647,7 +3647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]]