Skip to content

Commit

Permalink
Merge pull request #4762 from epage/deps
Browse files Browse the repository at this point in the history
chore: Upgrade dependencies
  • Loading branch information
epage committed Mar 16, 2023
2 parents c7e929e + dec8259 commit 4fa1ec6
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 61 deletions.
128 changes: 83 additions & 45 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Expand Up @@ -101,23 +101,23 @@ bench = false
[dependencies]
clap_derive = { path = "./clap_derive", version = "=4.1.8", optional = true }
clap_lex = { path = "./clap_lex", version = "0.3.0" }
bitflags = "1.2"
unicase = { version = "2.6", optional = true }
strsim = { version = "0.10", optional = true }
bitflags = "1.2.0"
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
is-terminal = { version = "0.4.1", optional = true }
termcolor = { version = "1.1.1", optional = true }
terminal_size = { version = "0.2.1", optional = true }
backtrace = { version = "0.3", optional = true }
backtrace = { version = "0.3.67", optional = true }
unicode-width = { version = "0.1.9", optional = true }
once_cell = { version = "1.12.0", optional = true }

[dev-dependencies]
trybuild = "1.0.77"
rustversion = "1"
rustversion = "1.0.12"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2"
snapbox = "0.4"
trycmd = { version = "0.14.15", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.10"
shlex = "1.1.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_bench/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ release = false
[dev-dependencies]
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
criterion = "0.4.0"
lazy_static = "1"
lazy_static = "1.4.0"

[[bench]]
harness = false
Expand Down
6 changes: 3 additions & 3 deletions clap_complete/Cargo.toml
Expand Up @@ -35,15 +35,15 @@ bench = false
clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.3.0", optional = true }
is_executable = { version = "1.0.1", optional = true }
os_str_bytes = { version = "6.0", default-features = false, features = ["raw_os_str"], optional = true }
os_str_bytes = { version = "6.0.0", default-features = false, features = ["raw_os_str"], optional = true }
pathdiff = { version = "0.2.1", optional = true }
shlex = { version = "1.1.0", optional = true }
unicode-xid = { version = "0.2.2", optional = true }

[dev-dependencies]
snapbox = { version = "0.4", features = ["diff"] }
snapbox = { version = "0.4.10", features = ["diff"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.15", default-features = false, features = ["color-auto", "diff", "examples"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion clap_complete_fig/Cargo.toml
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", features = ["diff"] }
snapbox = { version = "0.4.10", features = ["diff"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
2 changes: 1 addition & 1 deletion clap_derive/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ syn = { version = "1.0.74", features = ["full"] }
quote = "1.0.9"
proc-macro2 = "1.0.42"
heck = "0.4.0"
proc-macro-error = "1"
proc-macro-error = "1.0.4"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion clap_lex/Cargo.toml
Expand Up @@ -30,4 +30,4 @@ pre-release-replacements = [
bench = false

[dependencies]
os_str_bytes = { version = "6.0", default-features = false, features = ["raw_os_str"] }
os_str_bytes = { version = "6.0.0", default-features = false, features = ["raw_os_str"] }
2 changes: 1 addition & 1 deletion clap_mangen/Cargo.toml
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", features = ["diff"] }
snapbox = { version = "0.4.10", features = ["diff"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }

[features]
Expand Down

0 comments on commit 4fa1ec6

Please sign in to comment.