Skip to content

Commit

Permalink
fix(deps): update rust crate env_logger to 0.11.0 (#326)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 28, 2024
1 parent 27f75ca commit 3d3c322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
46 changes: 2 additions & 44 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 replistore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resolver = "2"

[dependencies]
log = "0.4"
env_logger = "0.10.0"
env_logger = "0.11.0"
prost = "0.13.0"
dtrd_client = {path = "../client"}
tokio = { version = "1.34.0", features = ["full", "tracing"] }
Expand Down

0 comments on commit 3d3c322

Please sign in to comment.