Skip to content

Commit

Permalink
env_logger no rexex for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jul 17, 2024
1 parent 76cb671 commit 6b62ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
85 changes: 0 additions & 85 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ http = { version = "1.1", optional = true }
hootbin = { version = "0.1.5", optional = true }

[dev-dependencies]
env_logger = { version = "<=0.9", default-features = false, features = ["humantime"] }
serde = { version = "1", features = ["derive"] }
env_logger = "<=0.9"
rustls = { version = "0.23.5", default-features = false, features = ["std", "ring"] }
rustls-pemfile = { version = "2.0" }

Expand Down

0 comments on commit 6b62ef3

Please sign in to comment.