Upgrade ciborium-io to 0.2.2

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update rust/crates/ciborium-io
For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md

Test: TreeHugger
Change-Id: I4ff58a99dbcff2fc3a27230de2651fe2fad91790
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 4212810..8ffbb09 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,6 @@
 {
   "git": {
-    "sha1": "7d8f6e499db51fe52f5d3c2ce1d0e0be61c7eaa2"
-  }
-}
+    "sha1": "fdf3ec5c53256000f8e12f06c361ca18026a8d99"
+  },
+  "path_in_vcs": "ciborium-io"
+}
\ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 4957fee..bf9ab36 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,7 @@
     host_supported: true,
     crate_name: "ciborium_io",
     cargo_env_compat: true,
-    cargo_pkg_version: "0.2.1",
+    cargo_pkg_version: "0.2.2",
     srcs: ["src/lib.rs"],
     edition: "2021",
     features: [
@@ -42,7 +42,7 @@
     name: "libciborium_io_nostd",
     crate_name: "ciborium_io",
     cargo_env_compat: true,
-    cargo_pkg_version: "0.2.1",
+    cargo_pkg_version: "0.2.2",
     srcs: ["src/lib.rs"],
     edition: "2021",
     features: ["alloc"],
diff --git a/Cargo.toml b/Cargo.toml
index f118279..e5dbc39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,9 @@
 
 [package]
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.58"
 name = "ciborium-io"
-version = "0.2.1"
+version = "0.2.2"
 authors = ["Nathaniel McCallum <[email protected]>"]
 description = "Simplified Read/Write traits for no_std usage"
 homepage = "https://github.com/enarx/ciborium"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 56c3c78..d66bf51 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,10 +1,10 @@
 [package]
 name = "ciborium-io"
-version = "0.2.1"
+version = "0.2.2"
 authors = ["Nathaniel McCallum <[email protected]>"]
 license = "Apache-2.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.58"
 homepage = "https://github.com/enarx/ciborium"
 repository = "https://github.com/enarx/ciborium"
 description = "Simplified Read/Write traits for no_std usage"
diff --git a/METADATA b/METADATA
index e3ddab3..81419cb 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
 # This project was upgraded with external_updater.
 # Usage: tools/external_updater/updater.sh update rust/crates/ciborium-io
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
 
 name: "ciborium-io"
 description: "Simplified Read/Write traits for no_std usage"
 third_party {
-  url {
-    type: HOMEPAGE
-    value: "https://crates.io/crates/ciborium-io/0.2.0"
-  }
-  url {
-    type: ARCHIVE
-    value: "https://static.crates.io/crates/ciborium-io/ciborium-io-0.2.1.crate"
-  }
-  version: "0.2.1"
   license_type: NOTICE
   last_upgrade_date {
-    year: 2023
-    month: 6
-    day: 14
+    year: 2024
+    month: 1
+    day: 24
+  }
+  homepage: "https://crates.io/crates/ciborium-io/0.2.0"
+  identifier {
+    type: "Archive"
+    value: "https://static.crates.io/crates/ciborium-io/ciborium-io-0.2.2.crate"
+    version: "0.2.2"
   }
 }