aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-01 15:01:26 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-01 15:01:26 +0100
commit77fb2d135165f970d74e0fbff418c03232e4b5dd (patch)
treeac5525259de3031529e637c05d2e22b318a8bc71
parentb4f9213bc66d652286897deb63103856b90d023e (diff)
downloadfutures-io-77fb2d135165f970d74e0fbff418c03232e4b5dd.tar.gz
Upgrade futures-io to 0.3.30
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/futures-io For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I32a3524e16641616d76bf20e8326cb84b06d3e5a
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml2
-rw-r--r--Cargo.toml.orig2
-rw-r--r--METADATA23
5 files changed, 14 insertions, 17 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index f379470..745692d 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "5e3693a350f96244151081d2c030208cd15f9572"
+ "sha1": "de1a0fd64a1bcae9a1534ed4da1699632993cc26"
},
"path_in_vcs": "futures-io"
} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index d6cda26..28f3e61 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,7 +42,7 @@ rust_library {
host_supported: true,
crate_name: "futures_io",
cargo_env_compat: true,
- cargo_pkg_version: "0.3.26",
+ cargo_pkg_version: "0.3.30",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
diff --git a/Cargo.toml b/Cargo.toml
index 36a86a8..d08683c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.36"
name = "futures-io"
-version = "0.3.26"
+version = "0.3.30"
description = """
The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
"""
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 775be9b..9911316 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "futures-io"
-version = "0.3.26"
+version = "0.3.30"
edition = "2018"
rust-version = "1.36"
license = "MIT OR Apache-2.0"
diff --git a/METADATA b/METADATA
index a032af8..a75c992 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
# This project was upgraded with external_updater.
-# Usage: tools/external_updater/updater.sh update rust/crates/futures-io
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# Usage: tools/external_updater/updater.sh update external/rust/crates/futures-io
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "futures-io"
description: "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/futures-io"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/futures-io/futures-io-0.3.26.crate"
- }
- version: "0.3.26"
license_type: NOTICE
last_upgrade_date {
- year: 2023
+ year: 2024
month: 2
- day: 15
+ day: 1
+ }
+ homepage: "https://crates.io/crates/futures-io"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/futures-io/futures-io-0.3.30.crate"
+ version: "0.3.30"
}
}