Skip to content

Commit

Permalink
chore: remove unused dev dep env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 24, 2024
1 parent 8585a7e commit eb1592a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
30 changes: 0 additions & 30 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
zip-extract = "0.1.3"

[dev-dependencies]
env_logger = "0.11.3"
mockito = "1.4.0"
rand = "0.8.5"
serial_test = "3.1.1"
Expand All @@ -65,6 +64,3 @@ path = "src/main.rs"
[features]
default = ["rustls"]
rustls = ["reqwest/rustls-tls"]

[profile.test]
opt-level = 2

0 comments on commit eb1592a

Please sign in to comment.