From d5abd0541090a0651de798418443227afe983377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:26:43 +0000 Subject: [PATCH] Update envir requirement from 0.3 to 0.4 Updates the requirements on [envir](https://github.com/sanpii/envir) to permit the latest version. - [Commits](https://github.com/sanpii/envir/compare/0.3.0...0.3.2) --- updated-dependencies: - dependency-name: envir 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 6e51435..72ca788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.dependencies] -envir = "0.3" +envir = "0.4" elephantry = "4.0" log = "0.4" thiserror = "1.0"