summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-15 18:47:02 +0000
committerGitHub <noreply@github.com>2022-09-15 18:47:02 +0000
commit2a363a051127b56309654e684196e7b308fc1d6a (patch)
treec28d39c82f06f63fc230850fb7c0dde66dc5e7c4
parent5a86710b3ff510c1750bfb0536d173a2faeca2d1 (diff)
Update temp-env requirement from 0.2.0 to 0.3.0
Updates the requirements on [temp-env](https://github.com/vmx/temp-env) to permit the latest version. - [Release notes](https://github.com/vmx/temp-env/releases) - [Commits](https://github.com/vmx/temp-env/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: temp-env dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb3478e..e2657ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,4 +50,4 @@ serde = "1.0"
glob = "0.3"
lazy_static = "1"
notify = "^5.0.0"
-temp-env = "0.2.0"
+temp-env = "0.3.0"