Skip to content

Commit

Permalink
[meta] upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Mar 15, 2023
1 parent b727c25 commit 71d3925
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 159 deletions.
241 changes: 125 additions & 116 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.64"

[dependencies]
camino = "1.1.3"
camino = "1.1.4"
cfg-if = "1.0.0"
clap = { version = "4.1.8", features = ["derive", "env"] }
# we don't use the tracing support
Expand All @@ -25,19 +25,19 @@ env_logger = { version = "0.10.0", default-features = false }
guppy = "0.15.2"
log = "0.4.17"
itertools = "0.10.5"
miette = { version = "5.5.0", features = ["fancy"] }
miette = { version = "5.6.0", features = ["fancy"] }
nextest-filtering = { version = "=0.3.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.36.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.8.0", path = "../nextest-metadata" }
once_cell = "1.17.1"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.16"
semver = "1.0.17"
shell-words = "1.1.0"
supports-color = "2.0.0"
supports-unicode = "1.0.2"
serde_json = "1.0.94"
thiserror = "1.0.38"
thiserror = "1.0.39"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enable-ansi-support = "0.2.1"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
camino = "1.1.3"
camino = "1.1.4"
cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.8.0", path = "../nextest-metadata" }
Expand Down
6 changes: 3 additions & 3 deletions nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ internal-testing = ["dep:proptest", "dep:test-strategy", "dep:twox-hash"]

[dependencies]
guppy = "0.15.2"
miette = "5.5.0"
miette = "5.6.0"
nom = "7.1.3"
nom-tracable = "0.8.0"
nom_locate = "4.1.0"
recursion = "0.4.0"
regex = "1.7.1"
regex-syntax = "0.6.28"
thiserror = "1.0.38"
thiserror = "1.0.39"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
proptest = { version = "1.1.0", optional = true }
test-strategy = { version = "0.3.0", optional = true }
twox-hash = { version = "1.6.3", optional = true }

[dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
camino = "1.1.3"
camino = "1.1.4"
test-case = "3.0.0"
proptest = { version = "1.1.0" }
test-strategy = { version = "0.3.0" }
4 changes: 2 additions & 2 deletions nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ categories = ["development-tools::testing"]
rust-version = "1.64"

[dependencies]
camino = { version = "1.1.3", features = ["serde1"] }
serde = { version = "1.0.152", features = ["derive"] }
camino = { version = "1.1.4", features = ["serde1"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
target-spec = { version = "1.3.1", features = ["summaries"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
Expand Down
24 changes: 12 additions & 12 deletions nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ aho-corasick = "0.7.20"
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
future-queue = "0.2.2"
bytes = "1.4.0"
camino = { version = "1.1.3", features = ["serde1"] }
camino = { version = "1.1.4", features = ["serde1"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
cargo_metadata = "0.15.3"
cfg-if = "1.0.0"
chrono = "0.4.23"
chrono = "0.4.24"
debug-ignore = "1.0.5"
either = "1.8.1"
futures = "0.3.26"
futures = "0.3.27"
guppy = "0.15.2"
# Used to find the cargo root directory, which is needed in case the user has
# added a config.toml there
Expand All @@ -37,13 +37,13 @@ is_ci = "1.1.1"
itertools = "0.10.5"
log = "0.4.17"
rand = "0.8.5"
miette = "5.5.0"
miette = "5.6.0"
once_cell = "1.17.1"
owo-colors = "3.5.0"
pin-project-lite = "0.2.9"
regex = "1.7.1"
semver = "1.0.16"
serde = { version = "1.0.152", features = ["derive"] }
semver = "1.0.17"
serde = { version = "1.0.156", features = ["derive"] }
serde_ignored = "0.1.7"
serde_json = "1.0.94"
serde_path_to_error = "0.1.10"
Expand All @@ -55,7 +55,7 @@ tar = "0.4.38"
target-spec = { version = "1.3.1", features = ["summaries"] }
target-spec-miette = "0.1.0"
tempfile = "3.4.0"
thiserror = "1.0.38"
thiserror = "1.0.39"
# For parsing of .cargo/config.toml files
tokio = { version = "1.26.0", features = [
"io-util",
Expand All @@ -67,8 +67,8 @@ tokio = { version = "1.26.0", features = [
"sync",
"time",
] }
toml = "0.7.2"
toml_edit = "0.19.4"
toml = "0.7.3"
toml_edit = "0.19.6"
twox-hash = { version = "1.6.3", default-features = false }
zstd = { version = "0.12.3", features = ["zstdmt"] }

Expand All @@ -88,13 +88,13 @@ quick-junit = { version = "0.3.2", path = "../quick-junit" }
uuid = { version = "1.3.0", features = ["v4"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
console-subscriber = { version = "0.1.8", optional = true }
unicode-ident = "1.0.7"
unicode-ident = "1.0.8"
unicode-normalization = "0.1.22"
indexmap = "1.9.2"
smallvec = "1.10.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2.139"
libc = "0.2.140"
nix = { version = "0.26.2", default-features = false, features = ["signal"] }

[target.'cfg(windows)'.dependencies]
Expand All @@ -120,7 +120,7 @@ self_update = { version = "0.36.0", optional = true }
[dev-dependencies]
color-eyre = { version = "0.6.2", default-features = false }
duct = "0.13.6"
indoc = "2.0.0"
indoc = "2.0.1"
maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ edition = "2021"
rust-version = "1.64"

[dependencies]
chrono = "0.4.23"
chrono = "0.4.24"
indexmap = "1.9.2"
quick-xml = "0.27.1"
thiserror = "1.0.38"
thiserror = "1.0.39"
uuid = "1.3.0"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
38 changes: 19 additions & 19 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ backtrace = { version = "0.3.67", features = ["gimli-symbolize"] }
clap = { version = "4.1.8", features = ["derive", "env"] }
console = { version = "0.15.5" }
either = { version = "1.8.1" }
futures-channel = { version = "0.3.26", features = ["sink"] }
futures-sink = { version = "0.3.26", default-features = false, features = ["std"] }
futures-channel = { version = "0.3.27", features = ["sink"] }
futures-sink = { version = "0.3.27", default-features = false, features = ["std"] }
hashbrown = { version = "0.12.3", features = ["raw"] }
indexmap = { version = "1.9.2", default-features = false, features = ["std"] }
log = { version = "0.4.17", default-features = false, features = ["std"] }
memchr = { version = "2.5.0", features = ["use_std"] }
miette = { version = "5.5.0", features = ["fancy"] }
miette = { version = "5.6.0", features = ["fancy"] }
miniz_oxide = { version = "0.6.2", default-features = false, features = ["with-alloc"] }
num-traits = { version = "0.2.15", default-features = false, features = ["libm", "std"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.152", features = ["alloc", "derive"] }
serde = { version = "1.0.156", features = ["alloc", "derive"] }
serde_json = { version = "1.0.94", features = ["unbounded_depth"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
target-spec = { version = "1.3.1", default-features = false, features = ["summaries"] }
Expand All @@ -41,47 +41,47 @@ uuid = { version = "1.3.0", features = ["v4"] }
cc = { version = "1.0.79", default-features = false, features = ["parallel"] }
hashbrown = { version = "0.12.3", features = ["raw"] }
memchr = { version = "2.5.0", features = ["use_std"] }
proc-macro2 = { version = "1.0.51" }
quote = { version = "1.0.23" }
proc-macro2 = { version = "1.0.52" }
quote = { version = "1.0.26" }
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.26" }
futures-sink = { version = "0.3.26" }
futures-core = { version = "0.3.27" }
futures-sink = { version = "0.3.27" }
getrandom = { version = "0.2.8", default-features = false, features = ["std"] }
io-lifetimes = { version = "1.0.5" }
libc = { version = "0.2.139", features = ["extra_traits"] }
io-lifetimes = { version = "1.0.6" }
libc = { version = "0.2.140", features = ["extra_traits"] }
once_cell = { version = "1.17.1" }
rustix = { version = "0.36.9", features = ["fs", "termios"] }
tokio = { version = "1.26.0", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
getrandom = { version = "0.2.8", default-features = false, features = ["std"] }
libc = { version = "0.2.139", features = ["extra_traits"] }
libc = { version = "0.2.140", features = ["extra_traits"] }
once_cell = { version = "1.17.1" }

[target.x86_64-apple-darwin.dependencies]
futures-core = { version = "0.3.26" }
futures-sink = { version = "0.3.26" }
futures-core = { version = "0.3.27" }
futures-sink = { version = "0.3.27" }
getrandom = { version = "0.2.8", default-features = false, features = ["std"] }
io-lifetimes = { version = "1.0.5" }
libc = { version = "0.2.139", features = ["extra_traits"] }
io-lifetimes = { version = "1.0.6" }
libc = { version = "0.2.140", features = ["extra_traits"] }
once_cell = { version = "1.17.1" }
rustix = { version = "0.36.9", features = ["fs", "termios"] }
tokio = { version = "1.26.0", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
getrandom = { version = "0.2.8", default-features = false, features = ["std"] }
libc = { version = "0.2.139", features = ["extra_traits"] }
libc = { version = "0.2.140", features = ["extra_traits"] }
once_cell = { version = "1.17.1" }

[target.x86_64-pc-windows-msvc.dependencies]
futures-core = { version = "0.3.26" }
futures-sink = { version = "0.3.26" }
futures-core = { version = "0.3.27" }
futures-sink = { version = "0.3.27" }
getrandom = { version = "0.2.8", default-features = false, features = ["std"] }
once_cell = { version = "1.17.1" }
tokio = { version = "1.26.0", default-features = false, features = ["net"] }
winapi = { version = "0.3.9", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "jobapi2", "minwinbase", "minwindef", "ntdef", "ntsecapi", "objbase", "processenv", "processthreadsapi", "profileapi", "psapi", "roapi", "shlobj", "std", "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "jobapi2", "minwinbase", "minwindef", "ntdef", "ntsecapi", "processenv", "processthreadsapi", "profileapi", "psapi", "shlobj", "std", "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_UI_Input_KeyboardAndMouse"] }

Expand Down

0 comments on commit 71d3925

Please sign in to comment.