From 8cfbf229d1a35731a801d005d81b91b5ee891156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:03:23 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d31ae5a3a2..d9a8ee8992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2588,9 +2588,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", @@ -2598,9 +2598,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",