Skip to content

Commit 0813f9f

Browse files
committed
Update version
1 parent 7fca78e commit 0813f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-input"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
authors = ["Arijit Basu <[email protected]>"]
66
description = "TUI input library supporting multiple backends"
@@ -18,7 +18,7 @@ crossterm = ["dep:ratatui"]
1818

1919
[dependencies]
2020
ratatui = { version = "0.28", optional = true }
21-
serde = { version = "1.0.203", optional = true, features = ["derive"] }
21+
serde = { version = "1.0.209", optional = true, features = ["derive"] }
2222
termion = { version = "4.0.2", optional = true }
2323
unicode-width = "0.1.13"
2424

0 commit comments

Comments
 (0)