chore(deps): bump tui-logger from 0.9.4 to 0.9.5 (#119)

Bumps [tui-logger](https://github.com/gin66/tui-logger) from 0.9.4 to 0.9.5.
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin66/tui-logger/compare/v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: tui-logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 01:46:52 +00:00 committed by GitHub
parent 5518d9c18d
commit 526c03adea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1208,9 +1208,9 @@ dependencies = [
[[package]]
name = "tui-logger"
version = "0.9.4"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0e66ae5426ec633d3282d786c4274f8d0b057d1d4e4253ee03e400fb3db2ac"
checksum = "e9b303440de7c259d03e113a808f2f8ca3cd9097840663dc484b12f19c6f44a6"
dependencies = [
"chrono",
"fxhash",

View File

@ -36,7 +36,7 @@ default-features = false
features = ["termion"]
[dependencies.tui-logger]
version = "0.9.4"
version = "0.9.5"
default-features = false
features = ["ratatui-support"]