Skip to content

Commit

Permalink
reduce env_logger version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Sep 17, 2024
1 parent 3c2522e commit 2f6b79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 87 deletions.
88 changes: 2 additions & 86 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 @@ -40,7 +40,7 @@ sqlite = ["askar-storage/sqlite"]

[dependencies]
async-lock = "3.0"
env_logger = { version = "0.11", optional = true }
env_logger = { version = "0.10", optional = true }
ffi-support = { version = "0.4", optional = true }
jemallocator = { version = "0.5", optional = true }
log = { version = "0.4", optional = true }
Expand Down

0 comments on commit 2f6b79c

Please sign in to comment.