diff --git a/Cargo.toml b/Cargo.toml index 2be5e19..a4b69bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-input" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Arijit Basu "] description = "TUI input library supporting multiple backends" @@ -18,7 +18,7 @@ crossterm = ["dep:ratatui"] [dependencies] ratatui = { version = "0.28", optional = true } -serde = { version = "1.0.203", optional = true, features = ["derive"] } +serde = { version = "1.0.209", optional = true, features = ["derive"] } termion = { version = "4.0.2", optional = true } unicode-width = "0.1.13"