diff --git a/Cargo.lock b/Cargo.lock index 70a062c..3d6dfeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,6 @@ dependencies = [ "axum-test", "clap 4.5.1", "dotenv", - "dotenvy", "serde", "serde_json", "sqlx", diff --git a/Cargo.toml b/Cargo.toml index 1e0c17a..3f10b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ tracing = "0.1.40" tower-http = { version = "0.5.1", features = ["trace"] } sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "macros", "time", "json", "uuid"] } clap = { version = "4.5.1", features = ["derive", "env"] } -dotenvy = "0.15.7" dotenv = { version = "0.15.0", features = ["clap"] } axum-test = "14.4.0"