Skip to content

Commit

Permalink
Merge pull request #3559 from mulkieran/env_logger-0.11
Browse files Browse the repository at this point in the history
Increase env_logger dependency lower bound to 0.11.0
  • Loading branch information
mulkieran authored Mar 25, 2024
2 parents 3fac374 + 8f0a0c3 commit f632f08
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 25 deletions.
161 changes: 137 additions & 24 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 @@ -114,7 +114,7 @@ version = "1.6.1"
optional = true

[dependencies.env_logger]
version ="0.10.0"
version ="0.11.0"
optional = true

[dependencies.futures]
Expand Down

0 comments on commit f632f08

Please sign in to comment.