Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from ralvescosta/develop
Browse files Browse the repository at this point in the history
feat: update env crate
  • Loading branch information
ralvescosta authored Dec 22, 2022
2 parents 03dea3d + fc8eba3 commit 64babb3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
24 changes: 20 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
errors = { path = "../errors" }
secrets-manager = { path = "../secrets_manager" }

dotenv = { version = "0.15.0" }
dotenvy = { version = "0.15.6" }
base64 = { version = "0.13.1" }
tracing = { version = "0.1.37" }
2 changes: 1 addition & 1 deletion env/src/configs_builder.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::{Config, Environment, SECRET_PREFIX, SECRET_PREFIX_TO_DECODE};
use dotenv::from_filename;
use dotenvy::from_filename;
use errors::configs::ConfigsError;
use secrets_manager::{AwsSecretClientBuilder, DummyClient, SecretClient};
use std::{env, sync::Arc};
Expand Down

0 comments on commit 64babb3

Please sign in to comment.