Skip to content

Commit

Permalink
Update Rust crate test-case to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 3, 2023
1 parent d8a469e commit 9e07a85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ unicode-ident = "1.0.12"

[dev-dependencies]
rustc_version = "0.4.0"
test-case = "3.1.0"
test-case = "3.2.1"
toml = "0.5.11"

[features]
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ toml = { version = "0.5.11", features = ["preserve_order"] }
[build-dependencies]
proc-macro2 = { version = "1.0.66" }
quote = { version = "1.0.32" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["full"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "full"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.147", default-features = false, features = ["extra_traits"] }
Expand Down

0 comments on commit 9e07a85

Please sign in to comment.