summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-09-16 07:54:12 +0200
committerGitHub <noreply@github.com>2022-09-16 07:54:12 +0200
commit61889d81c28d2e4bbff496e92ea4df2e4186a413 (patch)
treec28d39c82f06f63fc230850fb7c0dde66dc5e7c4
parent5a86710b3ff510c1750bfb0536d173a2faeca2d1 (diff)
parent2a363a051127b56309654e684196e7b308fc1d6a (diff)
Merge pull request #375 from mehcode/dependabot/cargo/temp-env-0.3.0
Update temp-env requirement from 0.2.0 to 0.3.0
-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"