From d916abb038c7687cfdbf840d5d07d4f03dbbdad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:25:16 +0000 Subject: [PATCH] Update encase requirement from 0.6 to 0.7 Updates the requirements on [encase](https://github.com/teoxoy/encase) to permit the latest version. - [Changelog](https://github.com/teoxoy/encase/blob/main/CHANGELOG.md) - [Commits](https://github.com/teoxoy/encase/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: encase dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b905241..36fc006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ proc-macro2 = "1.0" quote = "1.0" [dev-dependencies] -encase = "0.6" +encase = "0.7" [lib] proc-macro = true