Skip to content

Commit

Permalink
Update Rust crate semver to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sunshowers committed Sep 30, 2023
1 parent 7d132e9 commit 4eb8afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -32,7 +32,7 @@ nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" }
once_cell = "1.18.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.18"
semver = "1.0.19"
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.18.0"
owo-colors = "3.5.0"
pin-project-lite = "0.2.13"
regex = "1.9.5"
semver = "1.0.18"
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.107"
Expand Down

0 comments on commit 4eb8afe

Please sign in to comment.