We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fca78e commit 0813f9fCopy full SHA for 0813f9f
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tui-input"
3
-version = "0.10.0"
+version = "0.10.1"
4
edition = "2021"
5
authors = ["Arijit Basu <hi@arijitbasu.in>"]
6
description = "TUI input library supporting multiple backends"
@@ -18,7 +18,7 @@ crossterm = ["dep:ratatui"]
18
19
[dependencies]
20
ratatui = { version = "0.28", optional = true }
21
-serde = { version = "1.0.203", optional = true, features = ["derive"] }
+serde = { version = "1.0.209", optional = true, features = ["derive"] }
22
termion = { version = "4.0.2", optional = true }
23
unicode-width = "0.1.13"
24
0 commit comments