Skip to content

Commit 759b848

Browse files
authored
Merge pull request #152 from itsjunetime/june/update_deps
Update crossterm and thiserror deps
2 parents 997a9b9 + 1b7989f commit 759b848

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
@@ -20,9 +20,9 @@ path = "src/lib.rs"
2020
crate-type = ["lib"]
2121

2222
[dependencies]
23-
crossterm = "^0.27"
23+
crossterm = "^0.29"
2424
textwrap = { version = "~0.16", default-features = false, features = ["unicode-width"] }
25-
thiserror = "^1"
25+
thiserror = "^2"
2626
regex = { version = "^1", optional = true }
2727
crossbeam-channel = "^0.5"
2828
parking_lot = "0.12.1"

0 commit comments

Comments
 (0)