Skip to content

Commit 1875e84

Browse files
committed
chore(deps): update rust crate futures to 0.3.31
1 parent 6bbdaca commit 1875e84

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enable-ansi-support = "0.2.1"
5656
env_logger = { version = "0.11.5", default-features = false }
5757
fixture-data = { path = "fixture-data" }
5858
future-queue = "0.3.0"
59-
futures = "0.3.30"
59+
futures = "0.3.31"
6060
globset = "0.4.15"
6161
guppy = "0.17.8"
6262
home = "0.5.9"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ serde = { version = "1.0.210", features = ["alloc", "derive"] }
4343
syn = { version = "2.0.79", features = ["extra-traits", "full", "visit", "visit-mut"] }
4444

4545
[target.x86_64-unknown-linux-gnu.dependencies]
46-
futures-channel = { version = "0.3.30", features = ["sink"] }
47-
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
46+
futures-channel = { version = "0.3.31", features = ["sink"] }
47+
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
4848
libc = { version = "0.2.159", features = ["extra_traits"] }
4949
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
5050
rustix = { version = "0.38.37", features = ["fs", "termios"] }
@@ -55,8 +55,8 @@ tokio = { version = "1.40.0", default-features = false, features = ["net"] }
5555
libc = { version = "0.2.159", features = ["extra_traits"] }
5656

5757
[target.x86_64-apple-darwin.dependencies]
58-
futures-channel = { version = "0.3.30", features = ["sink"] }
59-
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
58+
futures-channel = { version = "0.3.31", features = ["sink"] }
59+
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
6060
libc = { version = "0.2.159", features = ["extra_traits"] }
6161
rustix = { version = "0.38.37", features = ["fs", "termios"] }
6262
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
@@ -66,8 +66,8 @@ tokio = { version = "1.40.0", default-features = false, features = ["net"] }
6666
libc = { version = "0.2.159", features = ["extra_traits"] }
6767

6868
[target.x86_64-pc-windows-msvc.dependencies]
69-
futures-channel = { version = "0.3.30", features = ["sink"] }
70-
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
69+
futures-channel = { version = "0.3.31", features = ["sink"] }
70+
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
7171
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
7272
tokio = { version = "1.40.0", default-features = false, features = ["net"] }
7373
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_Threading"] }

0 commit comments

Comments
 (0)