Skip to content

Commit

Permalink
chore(deps): update compatible (dev) (#5151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent 39f5e80 commit 4054a0c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ clap_builder = { path = "./clap_builder", version = "=4.4.6", default-features =
clap_derive = { path = "./clap_derive", version = "=4.4.2", optional = true }

[dev-dependencies]
trybuild = "1.0.83"
trybuild = "1.0.85"
rustversion = "1.0.14"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.13"
shlex = "1.1.0"
shlex = "1.2.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"

Expand Down
6 changes: 3 additions & 3 deletions clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ backtrace = { version = "0.3.67", optional = true }
unicode-width = { version = "0.1.9", optional = true }

[dev-dependencies]
trybuild = "1.0.83"
trybuild = "1.0.85"
rustversion = "1.0.14"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.13"
shlex = "1.1.0"
shlex = "1.2.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
color-print = "0.3.4"
color-print = "0.3.5"
2 changes: 1 addition & 1 deletion clap_complete_fig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ clap = { path = "../", version = "4.0.0", default-features = false, features = [
clap_complete = { path = "../clap_complete", version = "4.0.0" }

[dev-dependencies]
snapbox = { version = "0.4.12", features = ["diff"] }
snapbox = { version = "0.4.13", features = ["diff"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
2 changes: 1 addition & 1 deletion clap_complete_nushell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ clap = { path = "../", version = "4.0.0", default-features = false, features = [
clap_complete = { path = "../clap_complete", version = "4.0.0" }

[dev-dependencies]
snapbox = { version = "0.4.12", features = ["diff", "examples", "path"] }
snapbox = { version = "0.4.13", features = ["diff", "examples", "path"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
completest = { version = "0.0.20", features = ["nu"] }
2 changes: 1 addition & 1 deletion clap_mangen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ roff = "0.2.1"
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "env"] }

[dev-dependencies]
snapbox = { version = "0.4.12", features = ["diff"] }
snapbox = { version = "0.4.13", features = ["diff"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }

[features]
Expand Down

0 comments on commit 4054a0c

Please sign in to comment.