Skip to content

Commit

Permalink
[nextest-runner] update mukti-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 24, 2024
1 parent 92a8bd5 commit 8e3758d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ libc = "0.2.164"
log = "0.4.22"
maplit = "1.0.2"
miette = "7.2.0"
mukti-metadata = "0.2.1"
mukti-metadata = "0.3.0"
# note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
# own supports-color + stylesheets everywhere.
newtype-uuid = { version = "1.1.3", features = ["v4"] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ zerocopy = { version = "0.7.35", features = ["derive", "simd"] }
[build-dependencies]
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
cc = { version = "1.1.31", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.89" }
proc-macro2 = { version = "1.0.92" }
quote = { version = "1.0.37" }
serde = { version = "1.0.215", features = ["alloc", "derive"] }
syn = { version = "2.0.87", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn = { version = "2.0.89", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
Expand Down

0 comments on commit 8e3758d

Please sign in to comment.