Add unmaintained dotenv & Co. (#1359)

This commit is contained in:
pinkforest(she/her)
2022-08-31 05:39:20 +10:00
committed by GitHub
parent ecc129a2d4
commit e7dcb971d8
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "dotenv"
date = "2021-12-24"
url = "https://github.com/dotenv-rs/dotenv/issues/74"
informational = "unmaintained"
[versions]
patched = []
```
# dotenv is Unmaintained
dotenv by description is meant to be used in development or testing only.
Using this in production may or may not be advisable.
## Alternatives
The below may or may not be feasible alternative(s):
- [dotenvy](https://crates.io/crates/dotenvy)

View File

@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "dotenv_codegen"
date = "2021-12-24"
url = "https://github.com/dotenv-rs/dotenv/issues/74"
informational = "unmaintained"
[versions]
patched = []
```
# dotenv is Unmaintained
dotenv by description is meant to be used in development or testing only.
Using this in production may or may not be advisable.
## Alternatives
The below may or may not be feasible alternative(s):
- [dotenvy_codegen_impl](https://crates.io/crates/dotenvy_codegen_impl)