|
1 | 1 | [package] |
2 | 2 | name = "futures-util" |
3 | | -version = "0.3.31" |
| 3 | +version = "0.3.32" |
4 | 4 | edition = "2018" |
5 | 5 | # NB: Sync with "Usage" section in README.md and util-msrv job in .github/workflows/ci.yml |
6 | 6 | rust-version = "1.71" |
@@ -36,12 +36,12 @@ write-all-vectored = ["io"] |
36 | 36 | cfg-target-has-atomic = [] |
37 | 37 |
|
38 | 38 | [dependencies] |
39 | | -futures-core = { path = "../futures-core", version = "0.3.31", default-features = false } |
40 | | -futures-task = { path = "../futures-task", version = "0.3.31", default-features = false } |
41 | | -futures-channel = { path = "../futures-channel", version = "0.3.31", default-features = false, features = ["std"], optional = true } |
42 | | -futures-io = { path = "../futures-io", version = "0.3.31", default-features = false, features = ["std"], optional = true } |
43 | | -futures-sink = { path = "../futures-sink", version = "0.3.31", default-features = false, optional = true } |
44 | | -futures-macro = { path = "../futures-macro", version = "=0.3.31", default-features = false, optional = true } |
| 39 | +futures-core = { path = "../futures-core", version = "0.3.32", default-features = false } |
| 40 | +futures-task = { path = "../futures-task", version = "0.3.32", default-features = false } |
| 41 | +futures-channel = { path = "../futures-channel", version = "0.3.32", default-features = false, features = ["std"], optional = true } |
| 42 | +futures-io = { path = "../futures-io", version = "0.3.32", default-features = false, features = ["std"], optional = true } |
| 43 | +futures-sink = { path = "../futures-sink", version = "0.3.32", default-features = false, optional = true } |
| 44 | +futures-macro = { path = "../futures-macro", version = "=0.3.32", default-features = false, optional = true } |
45 | 45 | slab = { version = "0.4.7", default-features = false, optional = true } |
46 | 46 | memchr = { version = "2.2", optional = true } |
47 | 47 | futures_01 = { version = "0.1.25", optional = true, package = "futures" } |
|
0 commit comments