We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48627 commit 72db8e5Copy full SHA for 72db8e5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-subcommand"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["David Craven <david@craven.ch>", "Marijn Suijten <marijn@traverseresearch.nl>"]
5
edition = "2018"
6
description = "Library for creating cargo subcommands."
@@ -11,9 +11,9 @@ license = "ISC"
11
default = ["clap"]
12
13
[dependencies]
14
-clap = { version = "3.2.22", optional = true, features = ["derive"] }
+clap = { version = "4.0.15", optional = true, features = ["derive"] }
15
current_platform = "0.2.0"
16
-dunce = "1.0.2"
+dunce = "1.0.3"
17
glob = "0.3.0"
18
-serde = { version = "1.0.144", features = ["derive"] }
+serde = { version = "1.0.145", features = ["derive"] }
19
toml = "0.5.9"
0 commit comments