Skip to content

Commit

Permalink
chore(deps): update compatible (dev) (#5477)
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 May 1, 2024
1 parent 43efde9 commit 24651fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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
Expand Up @@ -107,9 +107,9 @@ clap_derive = { path = "./clap_derive", version = "=4.5.4", optional = true }

[dev-dependencies]
trybuild = "1.0.91"
rustversion = "1.0.14"
rustversion = "1.0.15"
# Cutting out `filesystem` feature
trycmd = { version = "0.15.0", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.5.9"
shlex = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_builder/Cargo.toml
Expand Up @@ -70,4 +70,4 @@ unicode-width = { version = "0.1.9", optional = true }
[dev-dependencies]
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
color-print = "0.3.5"
color-print = "0.3.6"
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ unicode-xid = { version = "0.2.2", optional = true }
[dev-dependencies]
snapbox = { version = "0.5.9", features = ["diff", "path", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.15.0", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.4.0"
completest-pty = "0.5.0"
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
Expand Down

0 comments on commit 24651fc

Please sign in to comment.