summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 01:46:52 +0000
committerGitHub <noreply@github.com>2023-08-21 01:46:52 +0000
commit526c03adea801b759b35bbd080429ae310b1f740 (patch)
tree97e14b3f4652605e4e718c84c5a5e5f4212d9a5e
parent5518d9c18d1150c139e44bc50bb3b88e1b189431 (diff)
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>
-rw-r--r--Cargo.lock4
-rw-r--r--systeroid-tui/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 018e421..9b4fac5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml
index 14f2dba..65859f2 100644
--- a/systeroid-tui/Cargo.toml
+++ b/systeroid-tui/Cargo.toml
@@ -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"]