From 9d88a71c084326c8b167985ae525020e7f7ce2da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 06:01:26 +0000 Subject: [PATCH] Update faux requirement from 0.0.4 to 0.0.7 Updates the requirements on [faux](https://github.com/nrxus/faux) to permit the latest version. - [Release notes](https://github.com/nrxus/faux/releases) - [Changelog](https://github.com/nrxus/faux/blob/master/CHANGELOG.md) - [Commits](https://github.com/nrxus/faux/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f863a78..b54df3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" anyhow = "1.0.26" enum_derive = "0.1.7" custom_derive = "0.1.7" -faux = "0.0.4" +faux = "0.0.7" [dev-dependencies] #faux = "0.0.3"