Skip to content

Commit

Permalink
build(deps): update tui-logger requirement from 0.8.1 to 0.9.6
Browse files Browse the repository at this point in the history
Updates the requirements on [tui-logger](https://github.com/gin66/tui-logger) to permit the latest version.
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](gin66/tui-logger@v0.8.1...v0.9.6)

---
updated-dependencies:
- dependency-name: tui-logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 45bef03 commit 1fba86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["assets/*", ".github", "publish/*"]
tui = { version = "0.19.0", features = ["crossterm"], default-features = false }
crossterm = "0.26.0"
log = "0.4"
tui-logger = "0.8.1"
tui-logger = "0.9.6"
clap = { version = "4.0.22", features = ["derive"] }
glob = "0.3.0"
urlencoding = "2.1.2"
Expand Down

0 comments on commit 1fba86e

Please sign in to comment.