From 634757a954b2f45a7d74fdf402040dca3dd5066f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:53:24 +0000 Subject: [PATCH] chore(deps): bump faux from 0.1.10 to 0.1.11 Bumps [faux](https://github.com/nrxus/faux) from 0.1.10 to 0.1.11. - [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 9c6446cfce..0d43cb39b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2577,9 +2577,9 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "faux" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b55a7f424e532314115b5cdc6d9711b15ac453bfe0dcfa212baebc5efacd60" +checksum = "5750c6d0319d85c09ea699a4c90a8acdbe7f0e81b7ad2c4b7b593a412f90ff98" dependencies = [ "faux_macros", "paste", @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "faux_macros" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15473d7f83b54a44826907af16ae5727eaacaf6e53b51474016d3efd9aa35d5" +checksum = "6b958764c0cca84c4dcbe9495f9e8fa632628240eb975ae5eb99be5d18bd4b09" 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]]