Update weak-table to 0.3.2

Test: cd external/rust/crates && atest --host -c
Change-Id: I9aa0464a12ee3690359baabf03ca883b6240f556
diff --git a/METADATA b/METADATA
index 29097c3..3317bcc 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
 name: "weak-table"
-description:
-    "Weak hash maps and sets"
-
+description: "Weak hash maps and sets"
 third_party {
   url {
     type: HOMEPAGE
@@ -9,9 +7,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/weak-table/weak-table-0.3.0.crate"
+    value: "https://static.crates.io/crates/weak-table/weak-table-0.3.2.crate"
   }
-  version: "0.3.0"
-  last_upgrade_date { year: 2020 month: 10 day: 9 }
+  version: "0.3.2"
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2022
+    month: 3
+    day: 1
+  }
 }