From 1cd6c3915aa10a5935647c488750e5c244c9d1ee Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 1 Apr 2021 16:08:18 -0700 Subject: Upgrade rust/crates/futures-sink to 0.3.13 Test: make Change-Id: Iaacd05e0dae7ecdf6d00216f8ed08a00a7f9220b --- .cargo_vcs_info.json | 2 +- Android.bp | 1 + Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 8 ++++---- TEST_MAPPING | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 56 insertions(+), 7 deletions(-) diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index 4fd4ba3..f3ad3ab 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json @@ -1,5 +1,5 @@ { "git": { - "sha1": "1d53a29ec16ccd5b094fb205edb73591455eb4b6" + "sha1": "c91f8691672c7401b1923ab00bf138975c99391a" } } diff --git a/Android.bp b/Android.bp index 83fa242..2c7998f 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,5 @@ // This file is generated by cargo2android.py --run --dependencies --device --tests --patch=patches/Android.bp.patch. +// Do not modify this file as changes will be overridden on upgrade. package { default_applicable_licenses: ["external_rust_crates_futures-sink_license"], diff --git a/Cargo.toml b/Cargo.toml index 38daaa4..e1a3ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ [package] edition = "2018" name = "futures-sink" -version = "0.3.12" +version = "0.3.13" authors = ["Alex Crichton "] description = "The asynchronous `Sink` trait for the futures-rs library.\n" homepage = "https://rust-lang.github.io/futures-rs" diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 327e453..59853a9 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,7 +1,7 @@ [package] name = "futures-sink" edition = "2018" -version = "0.3.12" +version = "0.3.13" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" diff --git a/METADATA b/METADATA index 3b2dc1c..d4681e3 100644 --- a/METADATA +++ b/METADATA @@ -7,13 +7,13 @@ third_party { } url { type: ARCHIVE - value: "https://static.crates.io/crates/futures-sink/futures-sink-0.3.12.crate" + value: "https://static.crates.io/crates/futures-sink/futures-sink-0.3.13.crate" } - version: "0.3.12" + version: "0.3.13" license_type: NOTICE last_upgrade_date { year: 2021 - month: 2 - day: 9 + month: 4 + day: 1 } } diff --git a/TEST_MAPPING b/TEST_MAPPING index 533fae9..a20d8a9 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,11 +1,59 @@ // Generated by update_crate_tests.py for tests that depend on this crate. { "presubmit": [ + { + "name": "anyhow_device_test_tests_test_context" + }, + { + "name": "tokio-test_device_test_tests_macros" + }, { "name": "futures-sink_device_test_src_lib" }, + { + "name": "anyhow_device_test_tests_test_convert" + }, + { + "name": "tokio-test_device_test_tests_block_on" + }, + { + "name": "anyhow_device_test_tests_test_macros" + }, + { + "name": "anyhow_device_test_src_lib" + }, + { + "name": "anyhow_device_test_tests_test_ffi" + }, + { + "name": "anyhow_device_test_tests_test_downcast" + }, + { + "name": "anyhow_device_test_tests_test_source" + }, + { + "name": "anyhow_device_test_tests_test_autotrait" + }, + { + "name": "anyhow_device_test_tests_test_fmt" + }, { "name": "futures-util_device_test_src_lib" + }, + { + "name": "tokio-test_device_test_src_lib" + }, + { + "name": "anyhow_device_test_tests_test_chain" + }, + { + "name": "tokio-test_device_test_tests_io" + }, + { + "name": "anyhow_device_test_tests_test_repr" + }, + { + "name": "anyhow_device_test_tests_test_boxed" } ] } -- cgit v1.2.3