Skip to content

Commit

Permalink
build(deps): update rust crate env_logger to v0.10.2 (#325)
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] authored Jan 18, 2024
1 parent da0dda6 commit 276220f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -9,7 +9,7 @@ keywords = ["dbus", "geoclue", "systemd", "timezone", "zoneinfo"]

[dependencies]
csv = { version = "=1.3.0", default-features = false }
env_logger = { version = "=0.10.1", default-features = false }
env_logger = { version = "=0.10.2", default-features = false }
geo = { version = "=0.27.0", default-features = false }
log = { version = "=0.4.20", default-features = false }
zbus = { version = "=3.14.1", default-features = false, features = ["async-io"] }
Expand Down

0 comments on commit 276220f

Please sign in to comment.