summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml4
-rw-r--r--Cargo.toml.orig4
-rw-r--r--METADATA25
5 files changed, 17 insertions, 20 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index b4872d6..3c016ee 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "1685f8bdabb8e7f007610f3494425aeabf28117d"
+ "sha1": "de1a0fd64a1bcae9a1534ed4da1699632993cc26"
},
"path_in_vcs": "futures-macro"
} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 452b349..59943e8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,7 +41,7 @@ rust_proc_macro {
name: "libfutures_macro",
crate_name: "futures_macro",
cargo_env_compat: true,
- cargo_pkg_version: "0.3.28",
+ cargo_pkg_version: "0.3.30",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
diff --git a/Cargo.toml b/Cargo.toml
index b91c641..00891d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.56"
name = "futures-macro"
-version = "0.3.28"
+version = "0.3.30"
description = """
The futures-rs procedural macro implementations.
"""
@@ -25,7 +25,7 @@ repository = "https://github.com/rust-lang/futures-rs"
proc-macro = true
[dependencies.proc-macro2]
-version = "1.0"
+version = "1.0.60"
[dependencies.quote]
version = "1.0"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 23a2529..6bd4baf 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "futures-macro"
-version = "0.3.28"
+version = "0.3.30"
edition = "2018"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
@@ -16,6 +16,6 @@ proc-macro = true
[features]
[dependencies]
-proc-macro2 = "1.0"
+proc-macro2 = "1.0.60"
quote = "1.0"
syn = { version = "2.0.8", features = ["full"] }
diff --git a/METADATA b/METADATA
index e97833b..9f26b93 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-macro
-# 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-macro
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "futures-macro"
description: "The futures-rs procedural macro implementations."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/futures-macro"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/futures-macro/futures-macro-0.3.28.crate"
- }
- version: "0.3.28"
license_type: NOTICE
last_upgrade_date {
- year: 2023
- month: 4
- day: 3
+ year: 2024
+ month: 2
+ day: 1
+ }
+ homepage: "https://crates.io/crates/futures-macro"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/futures-macro/futures-macro-0.3.30.crate"
+ version: "0.3.30"
}
}