Upgrade rust/crates/no-panic to 0.1.15 am: e70c2b8872 am: c4fd722582 am: 71c267e3f5

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/no-panic/+/1534648

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4a6f76e1fa3814cf534a0566a750bd20975409cb
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 02fa1cf..a244221 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
 {
   "git": {
-    "sha1": "c9b18d4a8af4393dc9d9e5efb4d3cc7a56c41d92"
+    "sha1": "bd3461a31006e0c46f76970db07d4054c12e9928"
   }
 }
diff --git a/Android.bp b/Android.bp
index 962d0e2..a717be3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,6 @@
 
 // dependent_library ["feature_list"]
 //   proc-macro2-1.0.24 "default,proc-macro"
-//   quote-1.0.7 "default,proc-macro"
-//   syn-1.0.53 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
+//   quote-1.0.8 "default,proc-macro"
+//   syn-1.0.60 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
 //   unicode-xid-0.2.1 "default"
diff --git a/Cargo.toml b/Cargo.toml
index c854821..0a7ae1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@
 [package]
 edition = "2018"
 name = "no-panic"
-version = "0.1.14"
+version = "0.1.15"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 description = "Attribute macro to require that the compiler prove a function can't ever panic."
-documentation = "https://github.com/dtolnay/no-panic"
+documentation = "https://docs.rs/no-panic"
 readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/dtolnay/no-panic"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 9be6d3f..f32a7f2 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,12 +1,12 @@
 [package]
 name = "no-panic"
-version = "0.1.14"
+version = "0.1.15"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 license = "MIT OR Apache-2.0"
 description = "Attribute macro to require that the compiler prove a function can't ever panic."
 repository = "https://github.com/dtolnay/no-panic"
-documentation = "https://github.com/dtolnay/no-panic"
+documentation = "https://docs.rs/no-panic"
 readme = "README.md"
 
 [lib]
diff --git a/METADATA b/METADATA
index b49a5e0..5416245 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/no-panic/no-panic-0.1.14.crate"
+    value: "https://static.crates.io/crates/no-panic/no-panic-0.1.15.crate"
   }
-  version: "0.1.14"
+  version: "0.1.15"
   license_type: NOTICE
   last_upgrade_date {
     year: 2020
     month: 12
-    day: 9
+    day: 29
   }
 }
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..20d68b6
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+// Generated by cargo2android.py for tests that depend on this crate.
+{
+  "presubmit": [
+    {
+      "name": "libm_device_test_src_lib"
+    }
+  ]
+}