Skip to content

Commit

Permalink
[meta] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 20, 2023
1 parent c02e561 commit 6268b40
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 125 deletions.
192 changes: 96 additions & 96 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"
[dependencies]
camino = "1.1.6"
cfg-if = "1.0.0"
clap = { version = "4.4.3", features = ["derive", "env"] }
clap = { version = "4.4.4", features = ["derive", "env"] }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.10.4"
Expand All @@ -34,9 +34,9 @@ owo-colors = { version = "3.5.0", features = ["supports-colors"] }
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.18"
shell-words = "1.1.0"
supports-color = "2.0.0"
supports-color = "2.1.0"
supports-unicode = "2.0.0"
serde_json = "1.0.106"
serde_json = "1.0.107"
thiserror = "1.0.48"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "test-helpers/cargo-nextest-dup.rs"
cargo-nextest = { path = "../cargo-nextest" }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "4.4.3", features = ["derive", "env"] }
clap = { version = "4.4.4", features = ["derive", "env"] }
enable-ansi-support = "0.2.1"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand All @@ -25,5 +25,5 @@ nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" }
once_cell = "1.18.0"
tempfile = "3.8.0"
regex = "1.9.5"
serde_json = "1.0.106"
serde_json = "1.0.107"
insta = { version = "1.31.0", default-features = false }
4 changes: 2 additions & 2 deletions nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ test-strategy = { version = "0.3.1", optional = true }
twox-hash = { version = "1.6.3", optional = true }

[dev-dependencies]
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }
camino = "1.1.6"
test-case = "3.1.0"
test-case = "3.2.1"
proptest = { version = "1.2.0" }
test-strategy = { version = "0.3.1" }
4 changes: 2 additions & 2 deletions nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ rust-version = "1.70"
[dependencies]
camino = { version = "1.1.6", features = ["serde1"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
target-spec = { version = "3.0.1", features = ["custom", "summaries"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
smol_str = { version = "0.2.0", features = ["serde"] }

[dev-dependencies]
test-case = "3.1.0"
test-case = "3.2.1"
16 changes: 8 additions & 8 deletions nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.70"

[dependencies]
atomicwrites = "0.4.1"
aho-corasick = "1.0.5"
aho-corasick = "1.1.1"
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
future-queue = "0.3.0"
bytes = "1.5.0"
Expand All @@ -22,7 +22,7 @@ camino-tempfile = "1.0.2"
config = { version = "0.13.3", default-features = false, features = ["toml"] }
cargo_metadata = "0.17.0"
cfg-if = "1.0.0"
chrono = "0.4.30"
chrono = "0.4.31"
debug-ignore = "1.0.5"
either = "1.9.0"
futures = "0.3.28"
Expand All @@ -46,7 +46,7 @@ regex = "1.9.5"
semver = "1.0.18"
serde = { version = "1.0.188", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.106"
serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
shell-words = "1.1.0"
smol_str = { version = "0.2.0", features = ["serde"] }
Expand Down Expand Up @@ -88,13 +88,13 @@ quick-junit = { version = "0.3.3", path = "../quick-junit" }
uuid = { version = "1.4.1", features = ["v4"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
console-subscriber = { version = "0.1.10", optional = true }
unicode-ident = "1.0.11"
unicode-ident = "1.0.12"
unicode-normalization = "0.1.22"
indexmap = "2.0.0"
smallvec = "1.11.0"
smallvec = "1.11.1"

[target.'cfg(unix)'.dependencies]
libc = "0.2.147"
libc = "0.2.148"
nix = { version = "0.27.1", default-features = false, features = ["signal"] }

[target.'cfg(windows)'.dependencies]
Expand Down Expand Up @@ -126,13 +126,13 @@ self_update = { version = "0.37.0", optional = true }
[dev-dependencies]
color-eyre = { version = "0.6.2", default-features = false }
duct = "0.13.6"
indoc = "2.0.3"
indoc = "2.0.4"
maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.4.0"
proptest = "1.2.0"
proptest-derive = "0.3.0"
test-case = "3.1.0"
test-case = "3.2.1"


[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
chrono = "0.4.30"
chrono = "0.4.31"
indexmap = "2.0.0"
quick-xml = "0.30.0"
thiserror = "1.0.48"
Expand Down
22 changes: 11 additions & 11 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
backtrace = { version = "0.3.69", features = ["gimli-symbolize"] }
clap = { version = "4.4.3", features = ["derive", "env"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
clap = { version = "4.4.4", features = ["derive", "env"] }
clap_builder = { version = "4.4.4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
console = { version = "0.15.7" }
either = { version = "1.9.0" }
futures-channel = { version = "0.3.28", features = ["sink"] }
Expand All @@ -28,7 +28,7 @@ num-traits = { version = "0.2.16", default-features = false, features = ["libm",
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.188", features = ["alloc", "derive"] }
serde_json = { version = "1.0.106", features = ["unbounded_depth"] }
serde_json = { version = "1.0.107", features = ["unbounded_depth"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
target-spec = { version = "3.0.1", default-features = false, features = ["custom", "summaries"] }
tokio = { version = "1.32.0", features = ["io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
Expand All @@ -37,36 +37,36 @@ uuid = { version = "1.4.1", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.66" }
proc-macro2 = { version = "1.0.67" }
quote = { version = "1.0.33" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.31", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.37", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.28" }
futures-sink = { version = "0.3.28" }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.147", features = ["extra_traits"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.13", features = ["fs", "termios"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }
tokio = { version = "1.32.0", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
libc = { version = "0.2.147", features = ["extra_traits"] }
libc = { version = "0.2.148", features = ["extra_traits"] }

[target.x86_64-apple-darwin.dependencies]
futures-core = { version = "0.3.28" }
futures-sink = { version = "0.3.28" }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.147", features = ["extra_traits"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.13", features = ["fs", "termios"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }
tokio = { version = "1.32.0", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
libc = { version = "0.2.147", features = ["extra_traits"] }
libc = { version = "0.2.148", features = ["extra_traits"] }

[target.x86_64-pc-windows-msvc.dependencies]
futures-core = { version = "0.3.28" }
Expand Down

0 comments on commit 6268b40

Please sign in to comment.