Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Dec 25, 2023
1 parent be2d8fc commit 0e6dd7a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
36 changes: 18 additions & 18 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 @@ -28,7 +28,7 @@ chrono = "0.4.31"
debug-ignore = "1.0.5"
display-error-chain = "0.2.0"
either = "1.9.0"
futures = "0.3.29"
futures = "0.3.30"
guppy = "0.17.4"
# Used to find the cargo root directory, which is needed in case the user has
# added a config.toml there
Expand Down
16 changes: 8 additions & 8 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ clap = { version = "4.4.11", features = ["derive", "env"] }
clap_builder = { version = "4.4.11", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
console = { version = "0.15.7" }
either = { version = "1.9.0" }
futures-channel = { version = "0.3.29", features = ["sink"] }
futures-sink = { version = "0.3.29", default-features = false, features = ["std"] }
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"] }
indexmap = { version = "2.1.0", features = ["serde"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
Expand All @@ -45,8 +45,8 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extr
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.41", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
libc = { version = "0.2.151", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.12", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
Expand All @@ -58,8 +58,8 @@ tokio = { version = "1.35.1", default-features = false, features = ["net"] }
libc = { version = "0.2.151", features = ["extra_traits"] }

[target.x86_64-apple-darwin.dependencies]
futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
libc = { version = "0.2.151", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
Expand All @@ -70,8 +70,8 @@ tokio = { version = "1.35.1", default-features = false, features = ["net"] }
libc = { version = "0.2.151", features = ["extra_traits"] }

[target.x86_64-pc-windows-msvc.dependencies]
futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
once_cell = { version = "1.19.0", features = ["unstable"] }
tokio = { version = "1.35.1", default-features = false, features = ["net"] }
winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "handleapi", "jobapi2", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip"] }
Expand Down

0 comments on commit 0e6dd7a

Please sign in to comment.