aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-01 15:12:47 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-01 15:12:48 +0100
commit41e437e55b496ba9779e4e5767abe63c77eb42bf (patch)
tree1d802034c6a30b7b67341a1da3bb5cdbea1b6956 /Cargo.toml.orig
parent37d065cc93c720c4c2d100385b6d872106bf5a9e (diff)
downloadfutures-util-41e437e55b496ba9779e4e5767abe63c77eb42bf.tar.gz
Upgrade futures-util to 0.3.30
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/futures-util For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I4d01cd43e35cccd70ff58f1669ac3697035e8c60
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 95c3dee..dcdbce4 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,8 +1,8 @@
[package]
name = "futures-util"
-version = "0.3.26"
+version = "0.3.30"
edition = "2018"
-rust-version = "1.45"
+rust-version = "1.56"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
@@ -35,12 +35,12 @@ write-all-vectored = ["io"]
cfg-target-has-atomic = []
[dependencies]
-futures-core = { path = "../futures-core", version = "0.3.26", default-features = false }
-futures-task = { path = "../futures-task", version = "0.3.26", default-features = false }
-futures-channel = { path = "../futures-channel", version = "0.3.26", default-features = false, features = ["std"], optional = true }
-futures-io = { path = "../futures-io", version = "0.3.26", default-features = false, features = ["std"], optional = true }
-futures-sink = { path = "../futures-sink", version = "0.3.26", default-features = false, optional = true }
-futures-macro = { path = "../futures-macro", version = "=0.3.26", default-features = false, optional = true }
+futures-core = { path = "../futures-core", version = "0.3.30", default-features = false }
+futures-task = { path = "../futures-task", version = "0.3.30", default-features = false }
+futures-channel = { path = "../futures-channel", version = "0.3.30", default-features = false, features = ["std"], optional = true }
+futures-io = { path = "../futures-io", version = "0.3.30", default-features = false, features = ["std"], optional = true }
+futures-sink = { path = "../futures-sink", version = "0.3.30", default-features = false, optional = true }
+futures-macro = { path = "../futures-macro", version = "=0.3.30", default-features = false, optional = true }
slab = { version = "0.4.2", optional = true }
memchr = { version = "2.2", optional = true }
futures_01 = { version = "0.1.25", optional = true, package = "futures" }