Skip to content

Commit

Permalink
chore: remove unused dev dep env_logger (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Aug 26, 2024
1 parent 5fca8b2 commit ec3bc34
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 @@ -68,7 +68,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 @@ -84,6 +83,3 @@ path = "src/main.rs"
[features]
default = ["rustls"]
rustls = ["reqwest/rustls-tls"]

[profile.test]
opt-level = 2

0 comments on commit ec3bc34

Please sign in to comment.