Skip to content

Commit

Permalink
Merge pull request #4323 from clap-rs/dependabot/cargo/snapbox-0.4.0
Browse files Browse the repository at this point in the history
chore(deps): bump snapbox from 0.3.3 to 0.4.0
  • Loading branch information
epage committed Oct 2, 2022
2 parents 261fb79 + f0d9715 commit 54f835b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
23 changes: 18 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ rustversion = "1"
# Cutting out `filesystem` feature
trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2"
snapbox = "0.3"
snapbox = "0.4"
shlex = "1.1.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ shlex = { version = "1.1.0", optional = true }
unicode-xid = { version = "0.2.2", optional = true }

[dev-dependencies]
snapbox = { version = "0.3", features = ["diff"] }
snapbox = { version = "0.4", features = ["diff"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }
clap = { path = "../", version = "4.0.0-alpha.0", default-features = false, features = ["std", "derive", "help"] }
Expand Down
2 changes: 1 addition & 1 deletion clap_complete_fig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ clap = { path = "../", version = "4.0.0-alpha.0", default-features = false, feat
clap_complete = { path = "../clap_complete", version = "4.0.0-alpha.0" }

[dev-dependencies]
snapbox = { version = "0.3", features = ["diff"] }
snapbox = { version = "0.4", features = ["diff"] }
clap = { path = "../", version = "4.0.0-alpha.0", default-features = false, features = ["std", "help"] }
2 changes: 1 addition & 1 deletion clap_mangen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ roff = "0.2.1"
clap = { path = "../", version = "4.0.0-alpha.0", default-features = false, features = ["std", "env"] }

[dev-dependencies]
snapbox = { version = "0.3", features = ["diff"] }
snapbox = { version = "0.4", features = ["diff"] }
clap = { path = "../", version = "4.0.0-alpha.0", default-features = false, features = ["std", "help"] }

[features]
Expand Down

0 comments on commit 54f835b

Please sign in to comment.