Upgrade rust/crates/derive_arbitrary to 1.0.1 am: c4bbfa8836 am: b95fbe627c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/1740628
Change-Id: I4945d21c47d8d4b893efafd2ef46f25170c6c8d8
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index cfe44cd..262c88c 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
{
"git": {
- "sha1": "83b852c9bba47359ad33fc5b1f81f29425bc97e8"
+ "sha1": "5ec3b33f05e8e993688ab872ca5e1a24f4802ebe"
}
}
diff --git a/Android.bp b/Android.bp
index 44d059f..e1c3d18 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,7 +52,7 @@
}
// dependent_library ["feature_list"]
-// proc-macro2-1.0.26 "default,proc-macro"
+// proc-macro2-1.0.27 "default,proc-macro"
// quote-1.0.9 "default,proc-macro"
-// syn-1.0.68 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
-// unicode-xid-0.2.1 "default"
+// syn-1.0.73 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
+// unicode-xid-0.2.2 "default"
diff --git a/Cargo.toml b/Cargo.toml
index 3267e55..ab39b19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "derive_arbitrary"
-version = "1.0.0"
+version = "1.0.1"
authors = ["The Rust-Fuzz Project Developers", "Nick Fitzgerald <[email protected]>", "Manish Goregaokar <[email protected]>", "Andre Bogus <[email protected]>", "Corey Farwell <[email protected]>"]
description = "Derives arbitrary traits"
documentation = "https://docs.rs/arbitrary/"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 95c548e..b9fc782 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "derive_arbitrary"
-version = "1.0.0" # Make sure it matches the version of the arbitrary crate itself.
+version = "1.0.1" # Make sure it matches the version of the arbitrary crate itself.
authors = [
"The Rust-Fuzz Project Developers",
"Nick Fitzgerald <[email protected]>",
diff --git a/METADATA b/METADATA
index 710fe50..aa885fb 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/derive_arbitrary/derive_arbitrary-1.0.0.crate"
+ value: "https://static.crates.io/crates/derive_arbitrary/derive_arbitrary-1.0.1.crate"
}
- version: "1.0.0"
+ version: "1.0.1"
license_type: NOTICE
last_upgrade_date {
year: 2021
- month: 4
- day: 1
+ month: 6
+ day: 21
}
}