Skip to content

Commit

Permalink
chore(deps): update compatible (dev) (#4741)
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 Mar 1, 2023
1 parent f931de6 commit 8469554
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 54 deletions.
135 changes: 84 additions & 51 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 @@ -110,10 +110,10 @@ unicode-width = { version = "0.1.9", optional = true }
once_cell = { version = "1.12.0", optional = true }

[dev-dependencies]
trybuild = "1.0.73"
trybuild = "1.0.77"
rustversion = "1"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.9", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2"
snapbox = "0.4"
shlex = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ unicode-xid = { version = "0.2.2", optional = true }
[dev-dependencies]
snapbox = { version = "0.4", features = ["diff"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.14.6", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }

[[example]]
Expand Down

0 comments on commit 8469554

Please sign in to comment.