Skip to content

Commit

Permalink
update packages to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored and bors-libra committed Jan 25, 2022
1 parent 3a4e26c commit 197234f
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 57 deletions.
88 changes: 48 additions & 40 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 datatest-stable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["datatest", "data-driven-tests", "test-harness"]
[dependencies]
regex = "1.5.4"
walkdir = "2.3.2"
structopt = "0.3.25"
structopt = "0.3.26"
termcolor = "1.1.2"

[[test]]
Expand Down
6 changes: 3 additions & 3 deletions nextest/cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ edition = "2021"
camino = "1.0.7"
# we don't use the tracing support
cfg-if = "1.0.0"
clap = { version = "3.0.10", features = ["derive"] }
clap = { version = "3.0.12", features = ["derive"] }
color-eyre = { version = "0.5.11", default-features = false }
duct = "0.13.5"
enable-ansi-support = "0.1.1"
enable-ansi-support = "0.1.2"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.9.0", default-features = false }
guppy = "0.12.6"
log = "0.4.14"
nextest-config = { path = "../config" }
nextest-runner = { path = "../runner" }
nextest-metadata = { path = "../metadata" }
owo-colors = { version = "3.1.1", features = ["supports-colors"] }
owo-colors = { version = "3.2.0", features = ["supports-colors"] }
shellwords = "1.1.0"
supports-color = "1.3.0"
4 changes: 2 additions & 2 deletions nextest/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ license = "Apache-2.0 OR MIT"
edition = "2021"

[dependencies]
camino = { version = "1.0.5", features = ["serde1"] }
camino = { version = "1.0.7", features = ["serde1"] }
config = { version = "0.11.0", default-features = false, features = ["toml"] }
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.135", features = ["derive"] }
humantime-serde = "1.0.1"
toml = "0.5.8"
2 changes: 1 addition & 1 deletion nextest/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"

[dependencies]
camino = { version = "1.0.7", features = ["serde1"] }
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.135", features = ["derive"] }
16 changes: 8 additions & 8 deletions nextest/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ edition = "2021"

[dependencies]
aho-corasick = "0.7.18"
camino = { version = "1.0.5", features = ["serde1"] }
camino = { version = "1.0.7", features = ["serde1"] }
cargo_metadata = "0.14.1"
chrono = "0.4.19"
crossbeam-channel = "0.5.1"
crossbeam-channel = "0.5.2"
ctrlc = { version = "3.2.1", features = ["termination"] }
debug-ignore = "1.0.1"
duct = "0.13.5"
guppy = "0.12.6"
indent_write = "2.2.0"
once_cell = "1.8.0"
owo-colors = "3.1.1"
num_cpus = "1.13.0"
once_cell = "1.9.0"
owo-colors = "3.2.0"
num_cpus = "1.13.1"
rayon = "1.5.1"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde = { version = "1.0.135", features = ["derive"] }
serde_json = "1.0.78"
strip-ansi-escapes = "0.1.1"
twox-hash = { version = "1.6.1", default-features = false }
twox-hash = { version = "1.6.2", default-features = false }

nextest-config = { path = "../config" }
nextest-metadata = { path = "../metadata" }
Expand Down
4 changes: 2 additions & 2 deletions quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
chrono = "0.4.19"
indexmap = "1.7.0"
indexmap = "1.8.0"
quick-xml = "0.22.0"

[dev-dependencies]
goldenfile = "1.1.0"
owo-colors = "3.1.1"
owo-colors = "3.2.0"

0 comments on commit 197234f

Please sign in to comment.