Skip to content

Commit

Permalink
Update Rust crate semver to 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 8, 2024
1 parent 59a4210 commit e6da9e9
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
68 changes: 34 additions & 34 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-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ owo-colors = { version = "4.0.0", features = ["supports-colors"] }
# owo-colors 3 is required for miette v5 styling
owo-colors-3 = { package = "owo-colors", version = "3.5.0" }
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.20"
semver = "1.0.21"
shell-words = "1.1.0"
supports-color = "2.1.0"
supports-unicode = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ once_cell = "1.19.0"
owo-colors = "4.0.0"
pin-project-lite = "0.2.13"
regex = "1.10.2"
semver = "1.0.20"
semver = "1.0.21"
serde = { version = "1.0.193", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.108"
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
num-traits = { version = "0.2.17", default-features = false, features = ["libm", "std"] }
owo-colors = { version = "4.0.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.193", features = ["alloc", "derive"] }
serde = { version = "1.0.195", features = ["alloc", "derive"] }
serde_json = { version = "1.0.108", features = ["preserve_order", "unbounded_depth"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
tokio = { version = "1.35.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
Expand All @@ -39,10 +39,10 @@ uuid = { version = "1.6.1", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.70" }
quote = { version = "1.0.33" }
proc-macro2 = { version = "1.0.76" }
quote = { version = "1.0.35" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.41", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.48", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.30" }
Expand Down

0 comments on commit e6da9e9

Please sign in to comment.