Update os_str_bytes to 6.4.1

Test: Treehugger
Change-Id: Ia699ac963537a1a53c8c18ad0451db025ea1fada
diff --git a/METADATA b/METADATA
index e2c6635..b1fd452 100644
--- a/METADATA
+++ b/METADATA
@@ -1,13 +1,20 @@
 name: "os_str_bytes"
-description:
-    "This crate allows interacting with the data stored by OsStr and OsString, without resorting to panics or corruption for invalid UTF-8. Thus, methods can be used that are already defined on [u8] and Vec<u8>."
-
+description: "()"
 third_party {
   url {
-    type: GIT
-    value: "https://github.com/dylni/os_str_bytes"
+    type: HOMEPAGE
+    value: "https://crates.io/crates/os_str_bytes"
   }
-  version: "6.1.0"
-  last_upgrade_date { year: 2022 month: 6 day: 29 }
+  url {
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/os_str_bytes/os_str_bytes-6.4.1.crate"
+  }
+  version: "6.4.1"
+  # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2022
+    month: 12
+    day: 13
+  }
 }