Skip to content

Commit ec900c0

Browse files
authored
anchor futures/futures-* crates to 0.3.22
1 parent cf1d6c3 commit ec900c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ members = [
88
]
99

1010
[workspace.dependencies]
11-
futures = "0.3"
12-
futures-core = "0.3"
13-
futures-util = { version = "0.3", default-features = false }
11+
futures = "0.3.22"
12+
futures-core = "0.3.22"
13+
futures-util = { version = "0.3.22", default-features = false }
1414
hdrhistogram = { version = "7.0", default-features = false }
1515
http = "0.2"
1616
indexmap = "2.0.2"

0 commit comments

Comments
 (0)