File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ ``` toml
2
+ [advisory ]
3
+ id = " RUSTSEC-0000-0000"
4
+ package = " dotenv"
5
+ date = " 2021-12-24"
6
+ url = " https://github.com/dotenv-rs/dotenv/issues/74"
7
+ informational = " unmaintained"
8
+
9
+ [versions ]
10
+ patched = []
11
+ ```
12
+
13
+ # dotenv is Unmaintained
14
+
15
+ dotenv by description is meant to be used in development or testing only.
16
+
17
+ Using this in production may or may not be advisable.
18
+
19
+ ## Alternatives
20
+
21
+ The below may or may not be feasible alternative(s):
22
+ - [ dotenvy] ( https://crates.io/crates/dotenvy )
Original file line number Diff line number Diff line change
1
+ ``` toml
2
+ [advisory ]
3
+ id = " RUSTSEC-0000-0000"
4
+ package = " dotenv_codegen"
5
+ date = " 2021-12-24"
6
+ url = " https://github.com/dotenv-rs/dotenv/issues/74"
7
+ informational = " unmaintained"
8
+
9
+ [versions ]
10
+ patched = []
11
+ ```
12
+
13
+ # dotenv is Unmaintained
14
+
15
+ dotenv by description is meant to be used in development or testing only.
16
+
17
+ Using this in production may or may not be advisable.
18
+
19
+ ## Alternatives
20
+
21
+ The below may or may not be feasible alternative(s):
22
+ - [ dotenvy_codegen_impl] ( https://crates.io/crates/dotenvy_codegen_impl )
You can’t perform that action at this time.
0 commit comments