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 10, 2023
1 parent 428191b commit 5ca570a
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 88 deletions.
115 changes: 49 additions & 66 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ semver = "1.0.18"
shell-words = "1.1.0"
supports-color = "2.0.0"
supports-unicode = "2.0.0"
serde_json = "1.0.105"
thiserror = "1.0.47"
serde_json = "1.0.106"
thiserror = "1.0.48"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[features]
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" }
once_cell = "1.18.0"
tempfile = "3.8.0"
regex = "1.9.3"
serde_json = "1.0.105"
regex = "1.9.5"
serde_json = "1.0.106"
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 @@ -32,9 +32,9 @@ nom = "7.1.3"
nom-tracable = "0.9.0"
nom_locate = "4.2.0"
recursion = "0.4.0"
regex = "1.9.3"
regex = "1.9.5"
regex-syntax = "0.7.5"
thiserror = "1.0.47"
thiserror = "1.0.48"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
proptest = { version = "1.2.0", optional = true }
test-strategy = { version = "0.3.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"
[dependencies]
camino = { version = "1.1.6", features = ["serde1"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
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"] }
Expand Down
Loading

0 comments on commit 5ca570a

Please sign in to comment.