Skip to content

Commit 572e634

Browse files
committed
Fix: replace dotenv with dotenvy due to maintenance risk
1 parent 90a7975 commit 572e634

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ process_control = "5.0.0"
1717
base64 = "0.22.1"
1818
glob = "0.3.0"
1919
tempfile = "3.13.0"
20-
dotenv = "0.15.0"
20+
dotenvy = "0.15.7"
2121
pgp = "0.14.2"
2222
#gpgme = "0.11.0"
2323
sequoia-openpgp = "1.22.0"

0 commit comments

Comments
 (0)