aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-15 20:22:31 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-15 20:22:31 +0100
commit8cb20ad33ad84d93b5ac3f173f1a455f2144f48d (patch)
treeb87aaf5e0eaf5f353d6367fa8b6c86ae7043e348
parentfe1ab1f8ceca6589774b2d15a924b18a6249c35b (diff)
downloadfutures-test-8cb20ad33ad84d93b5ac3f173f1a455f2144f48d.tar.gz
Upgrade futures-test to 0.3.26
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/futures-test For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I79d018039bcfe00cdfc95f4bbd10e161cddf0b0a
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp4
-rw-r--r--Cargo.toml16
-rw-r--r--Cargo.toml.orig16
-rw-r--r--METADATA10
5 files changed, 24 insertions, 24 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 9948f93..f986bf2 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "77d82198c5afd04af3e760a6aa50b7e875289fc3"
+ "sha1": "5e3693a350f96244151081d2c030208cd15f9572"
},
"path_in_vcs": "futures-test"
} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 76e4409..76cbce8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,7 +42,7 @@ rust_test {
host_supported: true,
crate_name: "futures_test",
cargo_env_compat: true,
- cargo_pkg_version: "0.3.25",
+ cargo_pkg_version: "0.3.26",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
@@ -72,7 +72,7 @@ rust_library {
host_supported: true,
crate_name: "futures_test",
cargo_env_compat: true,
- cargo_pkg_version: "0.3.25",
+ cargo_pkg_version: "0.3.26",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
diff --git a/Cargo.toml b/Cargo.toml
index e623dae..5b26e48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.45"
name = "futures-test"
-version = "0.3.25"
+version = "0.3.26"
description = """
Common utilities for testing components built off futures-rs.
"""
@@ -26,31 +26,31 @@ repository = "https://github.com/rust-lang/futures-rs"
all-features = true
[dependencies.futures-core]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.futures-executor]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.futures-io]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.futures-macro]
-version = "=0.3.25"
+version = "=0.3.26"
default-features = false
[dependencies.futures-sink]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.futures-task]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.futures-util]
-version = "0.3.25"
+version = "0.3.26"
default-features = false
[dependencies.pin-project]
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index bd9fd22..e2ae339 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "futures-test"
-version = "0.3.25"
+version = "0.3.26"
edition = "2018"
rust-version = "1.45"
license = "MIT OR Apache-2.0"
@@ -11,13 +11,13 @@ Common utilities for testing components built off futures-rs.
"""
[dependencies]
-futures-core = { version = "0.3.25", path = "../futures-core", default-features = false }
-futures-task = { version = "0.3.25", path = "../futures-task", default-features = false }
-futures-io = { version = "0.3.25", path = "../futures-io", default-features = false }
-futures-util = { version = "0.3.25", path = "../futures-util", default-features = false }
-futures-executor = { version = "0.3.25", path = "../futures-executor", default-features = false }
-futures-sink = { version = "0.3.25", path = "../futures-sink", default-features = false }
-futures-macro = { version = "=0.3.25", path = "../futures-macro", default-features = false }
+futures-core = { version = "0.3.26", path = "../futures-core", default-features = false }
+futures-task = { version = "0.3.26", path = "../futures-task", default-features = false }
+futures-io = { version = "0.3.26", path = "../futures-io", default-features = false }
+futures-util = { version = "0.3.26", path = "../futures-util", default-features = false }
+futures-executor = { version = "0.3.26", path = "../futures-executor", default-features = false }
+futures-sink = { version = "0.3.26", path = "../futures-sink", default-features = false }
+futures-macro = { version = "=0.3.26", path = "../futures-macro", default-features = false }
pin-utils = { version = "0.1.0", default-features = false }
pin-project = "1.0.11"
diff --git a/METADATA b/METADATA
index 0d1bc8a..4a885db 100644
--- a/METADATA
+++ b/METADATA
@@ -11,13 +11,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/futures-test/futures-test-0.3.25.crate"
+ value: "https://static.crates.io/crates/futures-test/futures-test-0.3.26.crate"
}
- version: "0.3.25"
+ version: "0.3.26"
license_type: NOTICE
last_upgrade_date {
- year: 2022
- month: 12
- day: 12
+ year: 2023
+ month: 2
+ day: 15
}
}