Skip to content

Commit

Permalink
fix(deps): update rust crate either to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Apr 14, 2024
1 parent a5f0385 commit cc10946
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 nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cfg-if = "1.0.0"
chrono = "0.4.37"
debug-ignore.workspace = true
display-error-chain = "0.2.0"
either = "1.10.0"
either = "1.11.0"
futures = "0.3.30"
guppy = "0.17.5"
# Used to find the cargo root directory, which is needed in case the user has
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backtrace = { version = "0.3.69", features = ["gimli-symbolize"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
clap_builder = { version = "4.5.2", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
console = { version = "0.15.7" }
either = { version = "1.10.0" }
either = { version = "1.11.0" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
getrandom = { version = "0.2.11", default-features = false, features = ["std"] }
Expand Down

0 comments on commit cc10946

Please sign in to comment.