Upgrade intrusive-collections to 0.9.5

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

Test: TreeHugger
Change-Id: Ic3098f4a0deab5696d51f57987f29facfa5d5cf3
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index bc4673c..b0613bc 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
 {
   "git": {
-    "sha1": "4a4e84da9bc2036abff041d521eb67589128119f"
+    "sha1": "5b1d6a12c6eef1c94a94e5493cfb730edeee2ca2"
   },
   "path_in_vcs": ""
 }
\ No newline at end of file
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 10c7d3a..420045e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@
     strategy:
       fail-fast: false
       matrix:
-        rust: [1.39.0, stable, beta, nightly]
+        rust: [1.56.1, stable, beta, nightly]
     steps:
     - name: Checkout
       uses: actions/checkout@v2
diff --git a/Android.bp b/Android.bp
index 66915a7..012d81e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,7 +45,7 @@
     host_supported: true,
     crate_name: "intrusive_collections",
     cargo_env_compat: true,
-    cargo_pkg_version: "0.9.4",
+    cargo_pkg_version: "0.9.5",
     srcs: ["src/lib.rs"],
     edition: "2018",
     features: [
diff --git a/Cargo.toml b/Cargo.toml
index 06da551..bec77d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
 [package]
 edition = "2018"
 name = "intrusive-collections"
-version = "0.9.4"
+version = "0.9.5"
 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
 description = "Intrusive collections for Rust (linked list and red-black tree)"
 documentation = "https://docs.rs/intrusive-collections"
@@ -31,7 +31,7 @@
 repository = "https://github.com/Amanieu/intrusive-rs"
 
 [dependencies.memoffset]
-version = "0.5.4"
+version = "0.8"
 
 [dev-dependencies.rand]
 version = "0.8.4"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 8e6dede..5bd16b0 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
 [package]
 name = "intrusive-collections"
-version = "0.9.4"
+version = "0.9.5"
 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
 description = "Intrusive collections for Rust (linked list and red-black tree)"
 documentation = "https://docs.rs/intrusive-collections"
@@ -17,7 +17,7 @@
 default = ["alloc"]
 
 [dependencies]
-memoffset = "0.5.4"
+memoffset = "0.8"
 
 [dev-dependencies]
 rand = "0.8.4"
diff --git a/METADATA b/METADATA
index c7229d6..26d3f5e 100644
--- a/METADATA
+++ b/METADATA
@@ -11,13 +11,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/intrusive-collections/intrusive-collections-0.9.4.crate"
+    value: "https://static.crates.io/crates/intrusive-collections/intrusive-collections-0.9.5.crate"
   }
-  version: "0.9.4"
+  version: "0.9.5"
   license_type: NOTICE
   last_upgrade_date {
-    year: 2022
-    month: 12
-    day: 12
+    year: 2023
+    month: 2
+    day: 16
   }
 }