diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d28ab0..c1e6b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ Released on FIXME: ?? - Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2) - Dependencies: - Updated `textwrap` to `0.14.0` - - Updated `tui-realm` to `0.4.0` + - Updated `tui-realm` to `0.4.1` ## 0.5.0 diff --git a/Cargo.lock b/Cargo.lock index 8b112b0..027358e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1440,9 +1440,9 @@ dependencies = [ [[package]] name = "tuirealm" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "684b01c57e5bccf6e48f3ace3433a07e6267fb9c59fedd3074567d3e417b5568" +checksum = "6bee2a1c050878fac02ba3a6c2e93aa92a1de56849d5deec00d4ab4bc7928c0a" dependencies = [ "crossterm", "textwrap", diff --git a/Cargo.toml b/Cargo.toml index 275b633..9ca28de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tempfile = "3.1.0" textwrap = "0.14.0" thiserror = "^1.0.0" toml = "0.5.8" -tuirealm = { version = "0.4.0", features = [ "with-components" ] } +tuirealm = { version = "0.4.1", features = [ "with-components" ] } whoami = "1.1.1" wildmatch = "2.0.0"