Fix memchr/METADATA am: 2f2de35da9 am: 4cf3b76be5 am: 321d85cbe8

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/memchr/+/1414112

Change-Id: I78602c7f376e9152d682c60876d1d487e7272365
diff --git a/METADATA b/METADATA
index 3a73002..083bba7 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
 name: "memchr"
-description:
-    "Safe interface to memchr."
-
+description: "Safe interface to memchr."
 third_party {
   url {
     type: HOMEPAGE
     value: "https://crates.io/crates/memchr"
   }
   url {
-    type: GIT
-    value: "https://github.com/BurntSushi/rust-memchr"
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/memchr/memchr-2.3.3.crate"
   }
   version: "2.3.3"
-  last_upgrade_date { year: 2020 month: 3 day: 17 }
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2020
+    month: 3
+    day: 17
+  }
 }