Skip to content

Commit

Permalink
Upgrade env_logger to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Apr 2, 2024
1 parent 70c1f59 commit 8562904
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 102 deletions.
121 changes: 20 additions & 101 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 @@ -36,7 +36,7 @@ lazy_static = "1.4.0"

# Only used by the binaries in src/bin/ and is optional so it's not
# pulled in when built as a library.
env_logger = { version = "0.10.0", optional = true }
env_logger = { version = "0.11.3", optional = true }
cadence = { version = "1.0.0", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down

0 comments on commit 8562904

Please sign in to comment.