summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 11:43:41 +0000
committerGitHub <noreply@github.com>2024-03-18 11:43:41 +0000
commit1ac4163cd29f77e1511341de284f63a6ec0cab1b (patch)
tree7e1088ab82ee612adf3f1b70583c2116053ccdf0
parent86a200a7ce1bf67b5652f364e5b92532a4b2d6d0 (diff)
chore: Bump ratatui-splash-screen from 0.1.0 to 0.1.2 (#203)
Bumps [ratatui-splash-screen](https://github.com/orhun/ratatui-splash-screen) from 0.1.0 to 0.1.2. - [Release notes](https://github.com/orhun/ratatui-splash-screen/releases) - [Commits](https://github.com/orhun/ratatui-splash-screen/compare/v0.1.0...v0.1.2) --- updated-dependencies: - dependency-name: ratatui-splash-screen 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--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b09cd78..f6ac6b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1184,9 +1184,9 @@ dependencies = [
[[package]]
name = "ratatui-splash-screen"
-version = "0.1.0"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9013a709297bcc657e01587092395798df70a0406e862171deb6b73ab74f7b68"
+checksum = "5d14eb34083c76a3d3f3e73c7d1a5e2e28be05ef170d4845f1ee4b272f0b30f9"
dependencies = [
"image",
"ratatui",
diff --git a/Cargo.toml b/Cargo.toml
index 1728729..b80522b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ dirs-next = "2.0.0"
clap_complete = "4.5.1"
tinytemplate = "1.2.1"
better-panic = "0.3.0"
-ratatui-splash-screen = "0.1.0"
+ratatui-splash-screen = "0.1.2"
env_logger = "0.11.3"
log = "0.4.21"