aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:32:56 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:32:56 -0700
commit41d5e42e28697b0d96aeaf171e603c1c9c606bd9 (patch)
treef953b1049d550955e09fc83d2806cf23c73cd3fe /Cargo.toml.orig
parent590d610b243cead0fb895039731f4312f9903db1 (diff)
downloadfutures-util-41d5e42e28697b0d96aeaf171e603c1c9c606bd9.tar.gz
Upgrade rust/crates/futures-util to 0.3.16
Test: make Change-Id: I2b7f571745922fbf3e3eba05c872ddadbfba5dd7
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index de77fda..98cace6 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "futures-util"
edition = "2018"
-version = "0.3.15"
+version = "0.3.16"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
@@ -39,12 +39,12 @@ cfg-target-has-atomic = []
autocfg = "1"
[dependencies]
-futures-core = { path = "../futures-core", version = "0.3.15", default-features = false }
-futures-task = { path = "../futures-task", version = "0.3.15", default-features = false }
-futures-channel = { path = "../futures-channel", version = "0.3.15", default-features = false, features = ["std"], optional = true }
-futures-io = { path = "../futures-io", version = "0.3.15", default-features = false, features = ["std"], optional = true }
-futures-sink = { path = "../futures-sink", version = "0.3.15", default-features = false, optional = true }
-futures-macro = { path = "../futures-macro", version = "=0.3.15", default-features = false, optional = true }
+futures-core = { path = "../futures-core", version = "0.3.16", default-features = false }
+futures-task = { path = "../futures-task", version = "0.3.16", default-features = false }
+futures-channel = { path = "../futures-channel", version = "0.3.16", default-features = false, features = ["std"], optional = true }
+futures-io = { path = "../futures-io", version = "0.3.16", default-features = false, features = ["std"], optional = true }
+futures-sink = { path = "../futures-sink", version = "0.3.16", default-features = false, optional = true }
+futures-macro = { path = "../futures-macro", version = "=0.3.16", default-features = false, optional = true }
proc-macro-hack = { version = "0.5.19", optional = true }
proc-macro-nested = { version = "0.1.2", optional = true }
slab = { version = "0.4.2", optional = true }