Skip to content

Commit 72db8e5

Browse files
committed
Upgrade clap to v4 and release 0.9.0
1 parent 6b48627 commit 72db8e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-subcommand"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["David Craven <david@craven.ch>", "Marijn Suijten <marijn@traverseresearch.nl>"]
55
edition = "2018"
66
description = "Library for creating cargo subcommands."
@@ -11,9 +11,9 @@ license = "ISC"
1111
default = ["clap"]
1212

1313
[dependencies]
14-
clap = { version = "3.2.22", optional = true, features = ["derive"] }
14+
clap = { version = "4.0.15", optional = true, features = ["derive"] }
1515
current_platform = "0.2.0"
16-
dunce = "1.0.2"
16+
dunce = "1.0.3"
1717
glob = "0.3.0"
18-
serde = { version = "1.0.144", features = ["derive"] }
18+
serde = { version = "1.0.145", features = ["derive"] }
1919
toml = "0.5.9"

0 commit comments

Comments
 (0)