Skip to content

Commit

Permalink
chore: bump env_logger from 0.9.3 to 0.11.5 (#615)
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to
0.11.5.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
-
[Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
-
[Commits](rust-cli/env_logger@v0.9.3...v0.11.5)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoricAndre
<57358788+LoricAndre@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and LoricAndre committed Nov 26, 2024
1 parent c1314ea commit 24ccef1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
38 changes: 15 additions & 23 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 skim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.4.0"
shlex = { version = "1.1.0", optional = true }
unicode-width = "0.2.0"
log = "0.4.22"
env_logger = { version = "0.9.0", optional = true }
env_logger = { version = "0.11.5", optional = true }
time = "0.3.13"
clap = { version = "4.5.20", optional = true, features = ["cargo", "derive"] }
tuikit = "0.5.0"
Expand Down

0 comments on commit 24ccef1

Please sign in to comment.