Skip to content

Commit

Permalink
Increase env_logger dependency lower bound to 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Mar 25, 2024
1 parent 3fac374 commit 8f0a0c3
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 8f0a0c3

Please sign in to comment.