Upgrade futures-io to 0.3.30 am: 77fb2d1351

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-io/+/2944005

Change-Id: I5d0ad5e6157063a36f64a1a7ac3b6ddf857bbf77
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 @@
     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"
   }
 }