Skip to content

Commit 05dc0f9

Browse files
committed
Upgrade dependencies and bump version to 0.6.0
1 parent 9334c85 commit 05dc0f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap-stdin"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["Mat Wood <[email protected]>"]
66
description = "Provides a type for easily accepting Clap arguments from stdin"
@@ -19,9 +19,9 @@ test_bin = ["clap"]
1919
test_bin_tokio = ["clap", "tokio"]
2020

2121
[dependencies]
22-
thiserror = "1.0"
22+
thiserror = "2.0"
2323
clap = { version = "4.5", features = ["derive"], optional = true }
24-
tokio = { version = "1.37", features = [
24+
tokio = { version = "1.43", features = [
2525
"fs",
2626
"io-std",
2727
"io-util",

0 commit comments

Comments
 (0)