third_party/rust: update rules_rust and deps

This is required for rules_rust to work with CC toolchains.

Change-Id: I15f20c7bde09697fda248f7107be8bcd00e24d57
Reviewed-on: https://review.monogon.dev/c/monogon/+/1073
Tested-by: Jenkins CI
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.18.bazel b/third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
rename to third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
index 902f006..059e34a 100644
--- a/third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
+++ b/third_party/rust/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,11 +46,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=aho_corasick",
         "manual",
     ],
-    version = "0.7.18",
+    version = "0.7.20",
     # buildifier: leave-alone
     deps = [
-        "@raze__memchr__2_4_0//:memchr",
+        "@raze__memchr__2_5_0//:memchr",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.ammonia-3.1.1.bazel b/third_party/rust/cargo/remote/BUILD.ammonia-3.3.0.bazel
similarity index 73%
rename from third_party/rust/cargo/remote/BUILD.ammonia-3.1.1.bazel
rename to third_party/rust/cargo/remote/BUILD.ammonia-3.3.0.bazel
index 119eac2..8e2e04a 100644
--- a/third_party/rust/cargo/remote/BUILD.ammonia-3.1.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.ammonia-3.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "ammonia",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,18 +44,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=ammonia",
         "manual",
     ],
-    version = "3.1.1",
+    version = "3.3.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__html5ever__0_25_1//:html5ever",
-        "@raze__lazy_static__1_4_0//:lazy_static",
+        "@raze__html5ever__0_26_0//:html5ever",
         "@raze__maplit__1_0_2//:maplit",
-        "@raze__markup5ever_rcdom__0_1_0//:markup5ever_rcdom",
-        "@raze__matches__0_1_8//:matches",
-        "@raze__tendril__0_4_2//:tendril",
-        "@raze__url__2_2_2//:url",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__tendril__0_4_3//:tendril",
+        "@raze__url__2_3_1//:url",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel b/third_party/rust/cargo/remote/BUILD.android_system_properties-0.1.5.bazel
similarity index 78%
copy from third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel
copy to third_party/rust/cargo/remote/BUILD.android_system_properties-0.1.5.bazel
index 3dc729f..651ded2 100644
--- a/third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.android_system_properties-0.1.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,13 +31,12 @@
 
 # Generated Targets
 
+# Unsupported target "time_zone" with type "example" omitted
+
 rust_library(
-    name = "cpufeatures",
+    name = "android_system_properties",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,14 +44,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=android_system_properties",
         "manual",
     ],
     version = "0.1.5",
     # buildifier: leave-alone
     deps = [
+        "@raze__libc__0_2_139//:libc",
     ],
 )
-
-# Unsupported target "aarch64" with type "test" omitted
-
-# Unsupported target "x86" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.ansi_term-0.11.0.bazel b/third_party/rust/cargo/remote/BUILD.ansi_term-0.11.0.bazel
deleted file mode 100644
index 52b475c..0000000
--- a/third_party/rust/cargo/remote/BUILD.ansi_term-0.11.0.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-# Unsupported target "colours" with type "example" omitted
-
-rust_library(
-    name = "ansi_term",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.11.0",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel b/third_party/rust/cargo/remote/BUILD.anyhow-1.0.68.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel
rename to third_party/rust/cargo/remote/BUILD.anyhow-1.0.68.bazel
index 41be689..5257736 100644
--- a/third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel
+++ b/third_party/rust/cargo/remote/BUILD.anyhow-1.0.68.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.41",
+    version = "1.0.68",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -69,7 +70,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,9 +77,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=anyhow",
         "manual",
     ],
-    version = "1.0.41",
+    version = "1.0.68",
     # buildifier: leave-alone
     deps = [
         ":anyhow_build_script",
@@ -102,6 +103,8 @@
 
 # Unsupported target "test_downcast" with type "test" omitted
 
+# Unsupported target "test_ensure" with type "test" omitted
+
 # Unsupported target "test_ffi" with type "test" omitted
 
 # Unsupported target "test_fmt" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.atty-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.atty-0.2.14.bazel
index 22165a7..04cdaf1 100644
--- a/third_party/rust/cargo/remote/BUILD.atty-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.atty-0.2.14.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,10 +38,7 @@
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -48,17 +46,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=atty",
         "manual",
     ],
     version = "0.2.14",
     # buildifier: leave-alone
     deps = [
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.autocfg-1.0.1.bazel b/third_party/rust/cargo/remote/BUILD.autocfg-1.1.0.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.autocfg-1.0.1.bazel
rename to third_party/rust/cargo/remote/BUILD.autocfg-1.1.0.bazel
index bebb52a..6978f3a 100644
--- a/third_party/rust/cargo/remote/BUILD.autocfg-1.0.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.autocfg-1.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,10 +42,7 @@
 rust_library(
     name = "autocfg",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -52,9 +50,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=autocfg",
         "manual",
     ],
-    version = "1.0.1",
+    version = "1.1.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.base64-0.12.3.bazel b/third_party/rust/cargo/remote/BUILD.base64-0.12.3.bazel
deleted file mode 100644
index 79b12df..0000000
--- a/third_party/rust/cargo/remote/BUILD.base64-0.12.3.bazel
+++ /dev/null
@@ -1,67 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "benchmarks" with type "bench" omitted
-
-# Unsupported target "make_tables" with type "example" omitted
-
-rust_library(
-    name = "base64",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.12.3",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "decode" with type "test" omitted
-
-# Unsupported target "encode" with type "test" omitted
-
-# Unsupported target "helpers" with type "test" omitted
-
-# Unsupported target "tests" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.base64-0.13.0.bazel b/third_party/rust/cargo/remote/BUILD.base64-0.13.1.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.base64-0.13.0.bazel
rename to third_party/rust/cargo/remote/BUILD.base64-0.13.1.bazel
index ffff195..020ac54 100644
--- a/third_party/rust/cargo/remote/BUILD.base64-0.13.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.base64-0.13.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -44,7 +45,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -52,9 +52,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=base64",
         "manual",
     ],
-    version = "0.13.0",
+    version = "0.13.1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.bazel b/third_party/rust/cargo/remote/BUILD.bazel
index e69de29..b49fb68 100644
--- a/third_party/rust/cargo/remote/BUILD.bazel
+++ b/third_party/rust/cargo/remote/BUILD.bazel
@@ -0,0 +1,17 @@
+# Export file for Stardoc support
+exports_files(
+    glob([
+        "**/*.bazel",
+        "**/*.bzl",
+    ]),
+    visibility = ["//visibility:public"],
+)
+
+filegroup(
+    name = "srcs",
+    srcs = glob([
+        "**/*.bazel",
+        "**/*.bzl",
+    ]),
+    visibility = ["//visibility:public"],
+)
diff --git a/third_party/rust/cargo/remote/BUILD.bitflags-1.2.1.bazel b/third_party/rust/cargo/remote/BUILD.bitflags-1.2.1.bazel
deleted file mode 100644
index fb6e440..0000000
--- a/third_party/rust/cargo/remote/BUILD.bitflags-1.2.1.bazel
+++ /dev/null
@@ -1,85 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-# buildifier: disable=out-of-order-load
-# buildifier: disable=load-on-top
-load(
-    "@rules_rust//cargo:cargo_build_script.bzl",
-    "cargo_build_script",
-)
-
-cargo_build_script(
-    name = "bitflags_build_script",
-    srcs = glob(["**/*.rs"]),
-    build_script_env = {
-    },
-    crate_features = [
-        "default",
-    ],
-    crate_root = "build.rs",
-    data = glob(["**"]),
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.2.1",
-    visibility = ["//visibility:private"],
-    deps = [
-    ],
-)
-
-rust_library(
-    name = "bitflags",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.2.1",
-    # buildifier: leave-alone
-    deps = [
-        ":bitflags_build_script",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.bitflags-1.3.2.bazel
similarity index 79%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.bitflags-1.3.2.bazel
index f09bed8..fe86954 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.bitflags-1.3.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,12 @@
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "bitflags",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
-        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +45,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=bitflags",
         "manual",
     ],
-    version = "0.3.5",
+    version = "1.3.2",
     # buildifier: leave-alone
     deps = [
     ],
 )
+
+# Unsupported target "basic" with type "test" omitted
+
+# Unsupported target "compile" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.opaque-debug-0.3.0.bazel b/third_party/rust/cargo/remote/BUILD.block-buffer-0.10.3.bazel
similarity index 82%
rename from third_party/rust/cargo/remote/BUILD.opaque-debug-0.3.0.bazel
rename to third_party/rust/cargo/remote/BUILD.block-buffer-0.10.3.bazel
index b6b1351..505c629 100644
--- a/third_party/rust/cargo/remote/BUILD.opaque-debug-0.3.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.block-buffer-0.10.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,12 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "opaque_debug",
+    name = "block_buffer",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,11 +42,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=block-buffer",
         "manual",
     ],
-    version = "0.3.0",
+    version = "0.10.3",
     # buildifier: leave-alone
     deps = [
+        "@raze__generic_array__0_14_6//:generic_array",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.block-buffer-0.9.0.bazel b/third_party/rust/cargo/remote/BUILD.block-buffer-0.9.0.bazel
deleted file mode 100644
index abfbd37..0000000
--- a/third_party/rust/cargo/remote/BUILD.block-buffer-0.9.0.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "block_buffer",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.9.0",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__generic_array__0_14_4//:generic_array",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.block-padding-0.1.5.bazel b/third_party/rust/cargo/remote/BUILD.block-padding-0.1.5.bazel
deleted file mode 100644
index a91ad38..0000000
--- a/third_party/rust/cargo/remote/BUILD.block-padding-0.1.5.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "block_padding",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.1.5",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__byte_tools__0_3_1//:byte_tools",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.bstr-0.2.17.bazel b/third_party/rust/cargo/remote/BUILD.bstr-0.2.17.bazel
new file mode 100644
index 0000000..310d226
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.bstr-0.2.17.bazel
@@ -0,0 +1,87 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT OR Apache-2.0"
+])
+
+# Generated Targets
+
+# Unsupported target "graphemes" with type "example" omitted
+
+# Unsupported target "graphemes-std" with type "example" omitted
+
+# Unsupported target "lines" with type "example" omitted
+
+# Unsupported target "lines-std" with type "example" omitted
+
+# Unsupported target "uppercase" with type "example" omitted
+
+# Unsupported target "uppercase-std" with type "example" omitted
+
+# Unsupported target "words" with type "example" omitted
+
+# Unsupported target "words-std" with type "example" omitted
+
+rust_library(
+    name = "bstr",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "default",
+        "lazy_static",
+        "regex-automata",
+        "std",
+        "unicode",
+    ],
+    crate_root = "src/lib.rs",
+    data = [] + [
+        "src/unicode/fsm/grapheme_break_fwd.littleendian.dfa",
+        "src/unicode/fsm/grapheme_break_rev.littleendian.dfa",
+        "src/unicode/fsm/regional_indicator_rev.littleendian.dfa",
+        "src/unicode/fsm/sentence_break_fwd.littleendian.dfa",
+        "src/unicode/fsm/simple_word_fwd.littleendian.dfa",
+        "src/unicode/fsm/whitespace_anchored_fwd.littleendian.dfa",
+        "src/unicode/fsm/whitespace_anchored_rev.littleendian.dfa",
+        "src/unicode/fsm/word_break_fwd.littleendian.dfa",
+    ],
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=bstr",
+        "manual",
+    ],
+    version = "0.2.17",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__lazy_static__1_4_0//:lazy_static",
+        "@raze__memchr__2_5_0//:memchr",
+        "@raze__regex_automata__0_1_10//:regex_automata",
+    ],
+)
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.bumpalo-3.11.1.bazel
similarity index 76%
copy from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
copy to third_party/rust/cargo/remote/BUILD.bumpalo-3.11.1.bazel
index 7a47c54..452671e 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.bumpalo-3.11.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,26 +31,26 @@
 
 # Generated Targets
 
+# Unsupported target "benches" with type "bench" omitted
+
 rust_library(
-    name = "either",
+    name = "bumpalo",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "use_std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=bumpalo",
         "manual",
     ],
-    version = "1.6.1",
+    version = "3.11.1",
     # buildifier: leave-alone
     deps = [
     ],
 )
+
+# Unsupported target "try_alloc" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.byte-tools-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.byte-tools-0.3.1.bazel
deleted file mode 100644
index 468cf4d..0000000
--- a/third_party/rust/cargo/remote/BUILD.byte-tools-0.3.1.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "byte_tools",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.1",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.byteorder-1.4.3.bazel b/third_party/rust/cargo/remote/BUILD.byteorder-1.4.3.bazel
index f1edd28..6243505 100644
--- a/third_party/rust/cargo/remote/BUILD.byteorder-1.4.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.byteorder-1.4.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -40,7 +41,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -48,6 +48,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=byteorder",
         "manual",
     ],
     version = "1.4.3",
diff --git a/third_party/rust/cargo/remote/BUILD.bytes-1.0.1.bazel b/third_party/rust/cargo/remote/BUILD.bytes-1.0.1.bazel
deleted file mode 100644
index eeb6e4d..0000000
--- a/third_party/rust/cargo/remote/BUILD.bytes-1.0.1.bazel
+++ /dev/null
@@ -1,83 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-# Unsupported target "buf" with type "bench" omitted
-
-# Unsupported target "bytes" with type "bench" omitted
-
-# Unsupported target "bytes_mut" with type "bench" omitted
-
-rust_library(
-    name = "bytes",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.0.1",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "test_buf" with type "test" omitted
-
-# Unsupported target "test_buf_mut" with type "test" omitted
-
-# Unsupported target "test_bytes" with type "test" omitted
-
-# Unsupported target "test_bytes_odd_alloc" with type "test" omitted
-
-# Unsupported target "test_bytes_vec_alloc" with type "test" omitted
-
-# Unsupported target "test_chain" with type "test" omitted
-
-# Unsupported target "test_debug" with type "test" omitted
-
-# Unsupported target "test_iter" with type "test" omitted
-
-# Unsupported target "test_reader" with type "test" omitted
-
-# Unsupported target "test_serde" with type "test" omitted
-
-# Unsupported target "test_take" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.bytes-0.5.6.bazel b/third_party/rust/cargo/remote/BUILD.bytes-1.3.0.bazel
similarity index 94%
rename from third_party/rust/cargo/remote/BUILD.bytes-0.5.6.bazel
rename to third_party/rust/cargo/remote/BUILD.bytes-1.3.0.bazel
index 2c30721..6025ac7 100644
--- a/third_party/rust/cargo/remote/BUILD.bytes-0.5.6.bazel
+++ b/third_party/rust/cargo/remote/BUILD.bytes-1.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -44,7 +45,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -52,9 +52,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=bytes",
         "manual",
     ],
-    version = "0.5.6",
+    version = "1.3.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.cc-1.0.78.bazel
similarity index 68%
copy from third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel
copy to third_party/rust/cargo/remote/BUILD.cc-1.0.78.bazel
index ecff7a0..960ebea 100644
--- a/third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cc-1.0.78.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,21 +26,17 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT"
+    "notice",  # MIT from expression "MIT OR Apache-2.0"
 ])
 
 # Generated Targets
 
-# Unsupported target "benches" with type "bench" omitted
-
 rust_binary(
     # Prefix bin name to disambiguate from (probable) collision with lib name
     # N.B.: The exact form of this is subject to change.
-    name = "cargo_bin_gen_hash_test",
+    name = "cargo_bin_gcc_shim",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/bin/gen_hash_test.rs",
+    crate_root = "src/bin/gcc-shim.rs",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -47,24 +44,20 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=gcc-shim",
         "manual",
     ],
-    version = "0.8.0",
+    version = "1.0.78",
     # buildifier: leave-alone
     deps = [
-        ":phf_generator",
-        "@raze__phf_shared__0_8_0//:phf_shared",
-        "@raze__rand__0_7_3//:rand",
+        ":cc",
     ],
 )
 
 rust_library(
-    name = "phf_generator",
+    name = "cc",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -72,12 +65,19 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cc",
         "manual",
     ],
-    version = "0.8.0",
+    version = "1.0.78",
     # buildifier: leave-alone
     deps = [
-        "@raze__phf_shared__0_8_0//:phf_shared",
-        "@raze__rand__0_7_3//:rand",
     ],
 )
+
+# Unsupported target "cc_env" with type "test" omitted
+
+# Unsupported target "cflags" with type "test" omitted
+
+# Unsupported target "cxxflags" with type "test" omitted
+
+# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.cfg-if-0.1.10.bazel b/third_party/rust/cargo/remote/BUILD.cfg-if-0.1.10.bazel
index ebd8fd8..15db902 100644
--- a/third_party/rust/cargo/remote/BUILD.cfg-if-0.1.10.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cfg-if-0.1.10.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "cfg_if",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cfg-if",
         "manual",
     ],
     version = "0.1.10",
diff --git a/third_party/rust/cargo/remote/BUILD.cfg-if-1.0.0.bazel b/third_party/rust/cargo/remote/BUILD.cfg-if-1.0.0.bazel
index 9246a06..a4a349b 100644
--- a/third_party/rust/cargo/remote/BUILD.cfg-if-1.0.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cfg-if-1.0.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "cfg_if",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cfg-if",
         "manual",
     ],
     version = "1.0.0",
diff --git a/third_party/rust/cargo/remote/BUILD.chrono-0.4.19.bazel b/third_party/rust/cargo/remote/BUILD.chrono-0.4.23.bazel
similarity index 71%
rename from third_party/rust/cargo/remote/BUILD.chrono-0.4.19.bazel
rename to third_party/rust/cargo/remote/BUILD.chrono-0.4.23.bazel
index 5d5a2f9..7404ee8 100644
--- a/third_party/rust/cargo/remote/BUILD.chrono-0.4.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.chrono-0.4.23.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -40,31 +41,36 @@
     crate_features = [
         "clock",
         "default",
-        "libc",
+        "iana-time-zone",
+        "js-sys",
         "oldtime",
         "std",
         "time",
+        "wasm-bindgen",
+        "wasmbind",
         "winapi",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=chrono",
         "manual",
     ],
-    version = "0.4.19",
+    version = "0.4.23",
     # buildifier: leave-alone
     deps = [
-        "@raze__libc__0_2_97//:libc",
-        "@raze__num_integer__0_1_44//:num_integer",
-        "@raze__num_traits__0_2_14//:num_traits",
-        "@raze__time__0_1_43//:time",
+        "@raze__iana_time_zone__0_1_53//:iana_time_zone",
+        "@raze__num_integer__0_1_45//:num_integer",
+        "@raze__num_traits__0_2_15//:num_traits",
+        "@raze__time__0_1_45//:time",
     ],
 )
 
+# Unsupported target "dateutils" with type "test" omitted
+
 # Unsupported target "wasm" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.clap-2.33.3.bazel b/third_party/rust/cargo/remote/BUILD.clap-2.33.3.bazel
deleted file mode 100644
index 9df6a55..0000000
--- a/third_party/rust/cargo/remote/BUILD.clap-2.33.3.bazel
+++ /dev/null
@@ -1,76 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "clap",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
-    crate_features = [
-        "ansi_term",
-        "atty",
-        "color",
-        "default",
-        "strsim",
-        "suggestions",
-        "vec_map",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "2.33.3",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__atty__0_2_14//:atty",
-        "@raze__bitflags__1_2_1//:bitflags",
-        "@raze__strsim__0_8_0//:strsim",
-        "@raze__textwrap__0_11_0//:textwrap",
-        "@raze__unicode_width__0_1_8//:unicode_width",
-        "@raze__vec_map__0_8_2//:vec_map",
-    ] + selects.with_or({
-        # cfg(not(windows))
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-            "@raze__ansi_term__0_11_0//:ansi_term",
-        ],
-        "//conditions:default": [],
-    }),
-)
diff --git a/third_party/rust/cargo/remote/BUILD.clap-3.2.23.bazel b/third_party/rust/cargo/remote/BUILD.clap-3.2.23.bazel
new file mode 100644
index 0000000..ea41ef3
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.clap-3.2.23.bazel
@@ -0,0 +1,221 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT OR Apache-2.0"
+])
+
+# Generated Targets
+
+rust_binary(
+    # Prefix bin name to disambiguate from (probable) collision with lib name
+    # N.B.: The exact form of this is subject to change.
+    name = "cargo_bin_stdio_fixture",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "atty",
+        "cargo",
+        "color",
+        "default",
+        "once_cell",
+        "std",
+        "strsim",
+        "suggestions",
+        "termcolor",
+    ],
+    crate_root = "src/bin/stdio-fixture.rs",
+    data = [] + [
+        "README.md",
+        "examples/demo.md",
+    ],
+    edition = "2021",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=stdio-fixture",
+        "manual",
+    ],
+    version = "3.2.23",
+    # buildifier: leave-alone
+    deps = [
+        ":clap",
+        "@raze__atty__0_2_14//:atty",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__clap_lex__0_2_4//:clap_lex",
+        "@raze__indexmap__1_9_2//:indexmap",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__strsim__0_10_0//:strsim",
+        "@raze__termcolor__1_1_3//:termcolor",
+        "@raze__textwrap__0_16_0//:textwrap",
+    ],
+)
+
+# Unsupported target "01_quick" with type "example" omitted
+
+# Unsupported target "01_quick_derive" with type "example" omitted
+
+# Unsupported target "02_app_settings" with type "example" omitted
+
+# Unsupported target "02_app_settings_derive" with type "example" omitted
+
+# Unsupported target "02_apps" with type "example" omitted
+
+# Unsupported target "02_apps_derive" with type "example" omitted
+
+# Unsupported target "02_crate" with type "example" omitted
+
+# Unsupported target "02_crate_derive" with type "example" omitted
+
+# Unsupported target "03_01_flag_bool" with type "example" omitted
+
+# Unsupported target "03_01_flag_bool_derive" with type "example" omitted
+
+# Unsupported target "03_01_flag_count" with type "example" omitted
+
+# Unsupported target "03_01_flag_count_derive" with type "example" omitted
+
+# Unsupported target "03_02_option" with type "example" omitted
+
+# Unsupported target "03_02_option_derive" with type "example" omitted
+
+# Unsupported target "03_03_positional" with type "example" omitted
+
+# Unsupported target "03_03_positional_derive" with type "example" omitted
+
+# Unsupported target "03_04_subcommands" with type "example" omitted
+
+# Unsupported target "03_04_subcommands_alt_derive" with type "example" omitted
+
+# Unsupported target "03_04_subcommands_derive" with type "example" omitted
+
+# Unsupported target "03_05_default_values" with type "example" omitted
+
+# Unsupported target "03_05_default_values_derive" with type "example" omitted
+
+# Unsupported target "04_01_enum" with type "example" omitted
+
+# Unsupported target "04_01_enum_derive" with type "example" omitted
+
+# Unsupported target "04_01_possible" with type "example" omitted
+
+# Unsupported target "04_02_parse" with type "example" omitted
+
+# Unsupported target "04_02_parse_derive" with type "example" omitted
+
+# Unsupported target "04_02_validate" with type "example" omitted
+
+# Unsupported target "04_02_validate_derive" with type "example" omitted
+
+# Unsupported target "04_03_relations" with type "example" omitted
+
+# Unsupported target "04_03_relations_derive" with type "example" omitted
+
+# Unsupported target "04_04_custom" with type "example" omitted
+
+# Unsupported target "04_04_custom_derive" with type "example" omitted
+
+# Unsupported target "05_01_assert" with type "example" omitted
+
+# Unsupported target "05_01_assert_derive" with type "example" omitted
+
+# Unsupported target "busybox" with type "example" omitted
+
+# Unsupported target "cargo-example" with type "example" omitted
+
+# Unsupported target "cargo-example-derive" with type "example" omitted
+
+# Unsupported target "custom-bool" with type "example" omitted
+
+# Unsupported target "demo" with type "example" omitted
+
+# Unsupported target "escaped-positional" with type "example" omitted
+
+# Unsupported target "escaped-positional-derive" with type "example" omitted
+
+# Unsupported target "git" with type "example" omitted
+
+# Unsupported target "git-derive" with type "example" omitted
+
+# Unsupported target "hostname" with type "example" omitted
+
+# Unsupported target "interop_augment_args" with type "example" omitted
+
+# Unsupported target "interop_augment_subcommands" with type "example" omitted
+
+# Unsupported target "interop_flatten_hand_args" with type "example" omitted
+
+# Unsupported target "interop_hand_subcommand" with type "example" omitted
+
+# Unsupported target "pacman" with type "example" omitted
+
+# Unsupported target "repl" with type "example" omitted
+
+# Unsupported target "typed-derive" with type "example" omitted
+
+rust_library(
+    name = "clap",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "atty",
+        "cargo",
+        "color",
+        "default",
+        "once_cell",
+        "std",
+        "strsim",
+        "suggestions",
+        "termcolor",
+    ],
+    crate_root = "src/lib.rs",
+    data = [] + [
+        "README.md",
+        "examples/demo.md",
+    ],
+    edition = "2021",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=clap",
+        "manual",
+    ],
+    version = "3.2.23",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__atty__0_2_14//:atty",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__clap_lex__0_2_4//:clap_lex",
+        "@raze__indexmap__1_9_2//:indexmap",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__strsim__0_10_0//:strsim",
+        "@raze__termcolor__1_1_3//:termcolor",
+        "@raze__textwrap__0_16_0//:textwrap",
+    ],
+)
diff --git a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel b/third_party/rust/cargo/remote/BUILD.clap_complete-3.2.5.bazel
similarity index 67%
copy from third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
copy to third_party/rust/cargo/remote/BUILD.clap_complete-3.2.5.bazel
index 2998d99..93a4e32 100644
--- a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.clap_complete-3.2.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,34 +31,34 @@
 
 # Generated Targets
 
-# Unsupported target "decode" with type "example" omitted
+# Unsupported target "completion" with type "example" omitted
 
-# Unsupported target "enum_external" with type "example" omitted
+# Unsupported target "completion-derive" with type "example" omitted
 
-# Unsupported target "toml2json" with type "example" omitted
+# Unsupported target "dynamic" with type "example" omitted
 
 rust_library(
-    name = "toml",
+    name = "clap_complete",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
+    data = [] + [
+        "README.md",
+    ],
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=clap_complete",
         "manual",
     ],
-    version = "0.5.8",
+    version = "3.2.5",
     # buildifier: leave-alone
     deps = [
-        "@raze__serde__1_0_126//:serde",
+        "@raze__clap__3_2_23//:clap",
     ],
 )
-
-# Unsupported target "enum_external_deserialize" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.clap_lex-0.2.4.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
copy to third_party/rust/cargo/remote/BUILD.clap_lex-0.2.4.bazel
index 7a47c54..8fcccb6 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.clap_lex-0.2.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,25 +32,22 @@
 # Generated Targets
 
 rust_library(
-    name = "either",
+    name = "clap_lex",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "use_std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=clap_lex",
         "manual",
     ],
-    version = "1.6.1",
+    version = "0.2.4",
     # buildifier: leave-alone
     deps = [
+        "@raze__os_str_bytes__6_4_1//:os_str_bytes",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel b/third_party/rust/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel
new file mode 100644
index 0000000..748b3d0
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel
@@ -0,0 +1,66 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # Apache-2.0 from expression "Apache-2.0"
+])
+
+# Generated Targets
+
+# Unsupported target "custom_files" with type "example" omitted
+
+# Unsupported target "peg_calculator" with type "example" omitted
+
+# Unsupported target "readme_preview" with type "example" omitted
+
+# Unsupported target "reusable_diagnostic" with type "example" omitted
+
+# Unsupported target "term" with type "example" omitted
+
+rust_library(
+    name = "codespan_reporting",
+    srcs = glob(["**/*.rs"]),
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=codespan-reporting",
+        "manual",
+    ],
+    version = "0.11.1",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__termcolor__1_1_3//:termcolor",
+        "@raze__unicode_width__0_1_10//:unicode_width",
+    ],
+)
+
+# Unsupported target "term" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.core-foundation-sys-0.8.3.bazel
similarity index 82%
rename from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
rename to third_party/rust/cargo/remote/BUILD.core-foundation-sys-0.8.3.bazel
index ef68494..4ec53bc 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.core-foundation-sys-0.8.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,12 +38,10 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "core_foundation_sys_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -53,19 +52,16 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.8.3",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "core_foundation_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -73,11 +69,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=core-foundation-sys",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.8.3",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":core_foundation_sys_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel b/third_party/rust/cargo/remote/BUILD.cpufeatures-0.2.5.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel
rename to third_party/rust/cargo/remote/BUILD.cpufeatures-0.2.5.bazel
index 3dc729f..ee6fab0 100644
--- a/third_party/rust/cargo/remote/BUILD.cpufeatures-0.1.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cpufeatures-0.2.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "cpufeatures",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cpufeatures",
         "manual",
     ],
-    version = "0.1.5",
+    version = "0.2.5",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.crypto-common-0.1.6.bazel
similarity index 79%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.crypto-common-0.1.6.bazel
index f09bed8..03db9ee 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.crypto-common-0.1.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,12 @@
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "crypto_common",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +45,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=crypto-common",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.1.6",
     # buildifier: leave-alone
     deps = [
+        "@raze__generic_array__0_14_6//:generic_array",
+        "@raze__typenum__1_16_0//:typenum",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel b/third_party/rust/cargo/remote/BUILD.cxx-1.0.86.bazel
similarity index 67%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
copy to third_party/rust/cargo/remote/BUILD.cxx-1.0.86.bazel
index 4cf3ce9..61810f8 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cxx-1.0.86.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,14 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_hack_build_script",
+    name = "cxx_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
+    links = "cxxbridge1",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,33 +53,45 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.5.19",
+    version = "1.0.86",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__cc__1_0_78//:cc",
+        "@raze__cxxbridge_flags__1_0_86//:cxxbridge_flags",
     ],
 )
 
 rust_library(
-    name = "proc_macro_hack",
+    name = "cxx",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
+    proc_macro_deps = [
+        "@raze__cxxbridge_macro__1_0_86//:cxxbridge_macro",
+    ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cxx",
         "manual",
     ],
-    version = "0.5.19",
+    version = "1.0.86",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_hack_build_script",
+        ":cxx_build_script",
+        "@raze__link_cplusplus__1_0_8//:link_cplusplus",
     ],
 )
 
 # Unsupported target "compiletest" with type "test" omitted
+
+# Unsupported target "cxx_gen" with type "test" omitted
+
+# Unsupported target "cxx_string" with type "test" omitted
+
+# Unsupported target "test" with type "test" omitted
+
+# Unsupported target "unique_ptr" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel b/third_party/rust/cargo/remote/BUILD.cxx-build-1.0.86.bazel
similarity index 66%
copy from third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
copy to third_party/rust/cargo/remote/BUILD.cxx-build-1.0.86.bazel
index 2998d99..c7aecd9 100644
--- a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cxx-build-1.0.86.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,20 +31,10 @@
 
 # Generated Targets
 
-# Unsupported target "decode" with type "example" omitted
-
-# Unsupported target "enum_external" with type "example" omitted
-
-# Unsupported target "toml2json" with type "example" omitted
-
 rust_library(
-    name = "toml",
+    name = "cxx_build",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -51,13 +42,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cxx-build",
         "manual",
     ],
-    version = "0.5.8",
+    version = "1.0.86",
     # buildifier: leave-alone
     deps = [
-        "@raze__serde__1_0_126//:serde",
+        "@raze__cc__1_0_78//:cc",
+        "@raze__codespan_reporting__0_11_1//:codespan_reporting",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__scratch__1_0_3//:scratch",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
-
-# Unsupported target "enum_external_deserialize" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.cxxbridge-flags-1.0.86.bazel
similarity index 85%
copy from third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.cxxbridge-flags-1.0.86.bazel
index 3217ac2..fe2ddb4 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cxxbridge-flags-1.0.86.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,12 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "futures_io",
+    name = "cxxbridge_flags",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cxxbridge-flags",
         "manual",
     ],
-    version = "0.3.15",
+    version = "1.0.86",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.cxxbridge-macro-1.0.86.bazel
similarity index 74%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.cxxbridge-macro-1.0.86.bazel
index f09bed8..91f1a53 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.cxxbridge-macro-1.0.86.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,10 @@
 
 # Generated Targets
 
-rust_library(
-    name = "siphasher",
+rust_proc_macro(
+    name = "cxxbridge_macro",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=cxxbridge-macro",
         "manual",
     ],
-    version = "0.3.5",
+    version = "1.0.86",
     # buildifier: leave-alone
     deps = [
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.digest-0.10.6.bazel
similarity index 77%
copy from third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.digest-0.10.6.bazel
index 45cf684..fdb3d46 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.digest-0.10.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,15 +32,16 @@
 # Generated Targets
 
 rust_library(
-    name = "futures_sink",
+    name = "digest",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "alloc",
+        "block-buffer",
+        "core-api",
         "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -47,10 +49,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=digest",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.10.6",
     # buildifier: leave-alone
     deps = [
+        "@raze__block_buffer__0_10_3//:block_buffer",
+        "@raze__crypto_common__0_1_6//:crypto_common",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.digest-0.8.1.bazel b/third_party/rust/cargo/remote/BUILD.digest-0.8.1.bazel
deleted file mode 100644
index 95d3177..0000000
--- a/third_party/rust/cargo/remote/BUILD.digest-0.8.1.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "digest",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.8.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__generic_array__0_12_4//:generic_array",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.digest-0.9.0.bazel b/third_party/rust/cargo/remote/BUILD.digest-0.9.0.bazel
deleted file mode 100644
index 89822d2..0000000
--- a/third_party/rust/cargo/remote/BUILD.digest-0.9.0.bazel
+++ /dev/null
@@ -1,56 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "digest",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.9.0",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__generic_array__0_14_4//:generic_array",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.elasticlunr-rs-2.3.13.bazel b/third_party/rust/cargo/remote/BUILD.elasticlunr-rs-3.0.1.bazel
similarity index 63%
rename from third_party/rust/cargo/remote/BUILD.elasticlunr-rs-2.3.13.bazel
rename to third_party/rust/cargo/remote/BUILD.elasticlunr-rs-3.0.1.bazel
index 059e779..cb68de9 100644
--- a/third_party/rust/cargo/remote/BUILD.elasticlunr-rs-2.3.13.bazel
+++ b/third_party/rust/cargo/remote/BUILD.elasticlunr-rs-3.0.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,7 +31,7 @@
 
 # Generated Targets
 
-# Unsupported target "bench-holistic" with type "bench" omitted
+# Unsupported target "bench" with type "bench" omitted
 
 # Unsupported target "export_json" with type "example" omitted
 
@@ -46,34 +47,29 @@
 rust_library(
     name = "elasticlunr",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     proc_macro_deps = [
-        "@raze__serde_derive__1_0_126//:serde_derive",
-        "@raze__strum_macros__0_21_1//:strum_macros",
+        "@raze__serde_derive__1_0_152//:serde_derive",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=elasticlunr",
         "manual",
     ],
-    version = "2.3.13",
+    version = "3.0.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__lazy_static__1_4_0//:lazy_static",
-        "@raze__regex__1_5_4//:regex",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-        "@raze__strum__0_21_0//:strum",
+        "@raze__regex__1_7_1//:regex",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
     ],
 )
 
-# Unsupported target "test-compare" with type "test" omitted
+# Unsupported target "test-index" with type "test" omitted
 
-# Unsupported target "test-lang" with type "test" omitted
+# Unsupported target "test-pipeline" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.env_logger-0.7.1.bazel b/third_party/rust/cargo/remote/BUILD.env_logger-0.9.3.bazel
similarity index 67%
rename from third_party/rust/cargo/remote/BUILD.env_logger-0.7.1.bazel
rename to third_party/rust/cargo/remote/BUILD.env_logger-0.9.3.bazel
index 962247d..c0ca29b 100644
--- a/third_party/rust/cargo/remote/BUILD.env_logger-0.7.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.env_logger-0.9.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,18 +31,6 @@
 
 # Generated Targets
 
-# Unsupported target "custom_default_format" with type "example" omitted
-
-# Unsupported target "custom_format" with type "example" omitted
-
-# Unsupported target "custom_logger" with type "example" omitted
-
-# Unsupported target "default" with type "example" omitted
-
-# Unsupported target "direct_logger" with type "example" omitted
-
-# Unsupported target "filters_from_code" with type "example" omitted
-
 rust_library(
     name = "env_logger",
     srcs = glob(["**/*.rs"]),
@@ -53,7 +42,6 @@
         "termcolor",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -61,16 +49,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=env_logger",
         "manual",
     ],
-    version = "0.7.1",
+    version = "0.9.3",
     # buildifier: leave-alone
     deps = [
         "@raze__atty__0_2_14//:atty",
-        "@raze__humantime__1_3_0//:humantime",
-        "@raze__log__0_4_14//:log",
-        "@raze__regex__1_5_4//:regex",
-        "@raze__termcolor__1_1_2//:termcolor",
+        "@raze__humantime__2_1_0//:humantime",
+        "@raze__log__0_4_17//:log",
+        "@raze__regex__1_7_1//:regex",
+        "@raze__termcolor__1_1_3//:termcolor",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel b/third_party/rust/cargo/remote/BUILD.fastrand-1.8.0.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel
copy to third_party/rust/cargo/remote/BUILD.fastrand-1.8.0.bazel
index a3c5dca..8c6d334 100644
--- a/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fastrand-1.8.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,13 +31,12 @@
 
 # Generated Targets
 
+# Unsupported target "bench" with type "bench" omitted
+
 rust_library(
-    name = "pin_project_internal",
+    name = "fastrand",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,13 +44,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fastrand",
         "manual",
     ],
-    version = "1.0.7",
+    version = "1.8.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
     ],
 )
+
+# Unsupported target "char" with type "test" omitted
+
+# Unsupported target "smoke" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.filetime-0.2.19.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
rename to third_party/rust/cargo/remote/BUILD.filetime-0.2.19.bazel
index 12de45b..aecc62a 100644
--- a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.filetime-0.2.19.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,18 +44,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=filetime",
         "manual",
     ],
-    version = "0.2.14",
+    version = "0.2.19",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.fnv-1.0.7.bazel b/third_party/rust/cargo/remote/BUILD.fnv-1.0.7.bazel
index a27d866..2a6b565 100644
--- a/third_party/rust/cargo/remote/BUILD.fnv-1.0.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fnv-1.0.7.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,6 +46,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fnv",
         "manual",
     ],
     version = "1.0.7",
diff --git a/third_party/rust/cargo/remote/BUILD.form_urlencoded-1.0.1.bazel b/third_party/rust/cargo/remote/BUILD.form_urlencoded-1.1.0.bazel
similarity index 81%
rename from third_party/rust/cargo/remote/BUILD.form_urlencoded-1.0.1.bazel
rename to third_party/rust/cargo/remote/BUILD.form_urlencoded-1.1.0.bazel
index eb54cc4..83c012c 100644
--- a/third_party/rust/cargo/remote/BUILD.form_urlencoded-1.0.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.form_urlencoded-1.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "form_urlencoded",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,12 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=form_urlencoded",
         "manual",
     ],
-    version = "1.0.1",
+    version = "1.1.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__matches__0_1_8//:matches",
-        "@raze__percent_encoding__2_1_0//:percent_encoding",
+        "@raze__percent_encoding__2_2_0//:percent_encoding",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.fsevent-0.4.0.bazel b/third_party/rust/cargo/remote/BUILD.fsevent-0.4.0.bazel
index 882ac1d..5e4eabe 100644
--- a/third_party/rust/cargo/remote/BUILD.fsevent-0.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fsevent-0.4.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,10 +38,7 @@
 rust_library(
     name = "fsevent",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -48,12 +46,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fsevent",
         "manual",
     ],
     version = "0.4.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__bitflags__1_2_1//:bitflags",
+        "@raze__bitflags__1_3_2//:bitflags",
         "@raze__fsevent_sys__2_0_1//:fsevent_sys",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.fsevent-sys-2.0.1.bazel b/third_party/rust/cargo/remote/BUILD.fsevent-sys-2.0.1.bazel
index 923a2cf..e98e227 100644
--- a/third_party/rust/cargo/remote/BUILD.fsevent-sys-2.0.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fsevent-sys-2.0.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "fsevent_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,11 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fsevent-sys",
         "manual",
     ],
     version = "2.0.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__libc__0_2_97//:libc",
+        "@raze__libc__0_2_139//:libc",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel b/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel
index ff15cff..01475c8 100644
--- a/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "fuchsia_zircon",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,12 +42,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fuchsia-zircon",
         "manual",
     ],
     version = "0.3.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__bitflags__1_2_1//:bitflags",
+        "@raze__bitflags__1_3_2//:bitflags",
         "@raze__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel b/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel
index 5fcd1c1..e91baa0 100644
--- a/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "fuchsia_zircon_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,6 +44,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=fuchsia-zircon-sys",
         "manual",
     ],
     version = "0.3.3",
diff --git a/third_party/rust/cargo/remote/BUILD.futf-0.1.4.bazel b/third_party/rust/cargo/remote/BUILD.futf-0.1.5.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.futf-0.1.4.bazel
rename to third_party/rust/cargo/remote/BUILD.futf-0.1.5.bazel
index 835f660..42cf632 100644
--- a/third_party/rust/cargo/remote/BUILD.futf-0.1.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futf-0.1.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "futf",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futf",
         "manual",
     ],
-    version = "0.1.4",
+    version = "0.1.5",
     # buildifier: leave-alone
     deps = [
         "@raze__mac__0_1_1//:mac",
diff --git a/third_party/rust/cargo/remote/BUILD.futures-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-0.3.15.bazel
deleted file mode 100644
index f9bab81..0000000
--- a/third_party/rust/cargo/remote/BUILD.futures-0.3.15.bazel
+++ /dev/null
@@ -1,168 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "futures",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.15",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__futures_channel__0_3_15//:futures_channel",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_io__0_3_15//:futures_io",
-        "@raze__futures_sink__0_3_15//:futures_sink",
-        "@raze__futures_task__0_3_15//:futures_task",
-        "@raze__futures_util__0_3_15//:futures_util",
-    ],
-)
-
-# Unsupported target "_require_features" with type "test" omitted
-
-# Unsupported target "async_await_macros" with type "test" omitted
-
-# Unsupported target "auto_traits" with type "test" omitted
-
-# Unsupported target "compat" with type "test" omitted
-
-# Unsupported target "eager_drop" with type "test" omitted
-
-# Unsupported target "eventual" with type "test" omitted
-
-# Unsupported target "future_abortable" with type "test" omitted
-
-# Unsupported target "future_basic_combinators" with type "test" omitted
-
-# Unsupported target "future_fuse" with type "test" omitted
-
-# Unsupported target "future_inspect" with type "test" omitted
-
-# Unsupported target "future_join_all" with type "test" omitted
-
-# Unsupported target "future_obj" with type "test" omitted
-
-# Unsupported target "future_select_all" with type "test" omitted
-
-# Unsupported target "future_select_ok" with type "test" omitted
-
-# Unsupported target "future_shared" with type "test" omitted
-
-# Unsupported target "future_try_flatten_stream" with type "test" omitted
-
-# Unsupported target "future_try_join_all" with type "test" omitted
-
-# Unsupported target "io_buf_reader" with type "test" omitted
-
-# Unsupported target "io_buf_writer" with type "test" omitted
-
-# Unsupported target "io_cursor" with type "test" omitted
-
-# Unsupported target "io_lines" with type "test" omitted
-
-# Unsupported target "io_read" with type "test" omitted
-
-# Unsupported target "io_read_exact" with type "test" omitted
-
-# Unsupported target "io_read_line" with type "test" omitted
-
-# Unsupported target "io_read_to_end" with type "test" omitted
-
-# Unsupported target "io_read_to_string" with type "test" omitted
-
-# Unsupported target "io_read_until" with type "test" omitted
-
-# Unsupported target "io_window" with type "test" omitted
-
-# Unsupported target "io_write" with type "test" omitted
-
-# Unsupported target "lock_mutex" with type "test" omitted
-
-# Unsupported target "macro_comma_support" with type "test" omitted
-
-# Unsupported target "object_safety" with type "test" omitted
-
-# Unsupported target "oneshot" with type "test" omitted
-
-# Unsupported target "ready_queue" with type "test" omitted
-
-# Unsupported target "recurse" with type "test" omitted
-
-# Unsupported target "sink" with type "test" omitted
-
-# Unsupported target "sink_fanout" with type "test" omitted
-
-# Unsupported target "stream" with type "test" omitted
-
-# Unsupported target "stream_abortable" with type "test" omitted
-
-# Unsupported target "stream_buffer_unordered" with type "test" omitted
-
-# Unsupported target "stream_catch_unwind" with type "test" omitted
-
-# Unsupported target "stream_futures_ordered" with type "test" omitted
-
-# Unsupported target "stream_futures_unordered" with type "test" omitted
-
-# Unsupported target "stream_into_async_read" with type "test" omitted
-
-# Unsupported target "stream_peekable" with type "test" omitted
-
-# Unsupported target "stream_select_all" with type "test" omitted
-
-# Unsupported target "stream_select_next_some" with type "test" omitted
-
-# Unsupported target "stream_split" with type "test" omitted
-
-# Unsupported target "stream_try_stream" with type "test" omitted
-
-# Unsupported target "stream_unfold" with type "test" omitted
-
-# Unsupported target "task_arc_wake" with type "test" omitted
-
-# Unsupported target "task_atomic_waker" with type "test" omitted
-
-# Unsupported target "test_macro" with type "test" omitted
-
-# Unsupported target "try_join" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.futures-channel-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-channel-0.3.25.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.futures-channel-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.futures-channel-0.3.25.bazel
index d964a79..1715ca7 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-channel-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-channel-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -58,7 +59,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -77,7 +78,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -85,14 +85,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-channel",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
         ":futures_channel_build_script",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_sink__0_3_15//:futures_sink",
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__futures_sink__0_3_25//:futures_sink",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.futures-core-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-core-0.3.25.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.futures-core-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.futures-core-0.3.25.bazel
index 7496e45..ec87f02 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-core-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-core-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -56,7 +57,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -71,7 +72,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -79,9 +79,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-core",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
         ":futures_core_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.futures-macro-0.3.25.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.futures-macro-0.3.25.bazel
index f09bed8..6fae4e5 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-macro-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,10 @@
 
 # Generated Targets
 
-rust_library(
-    name = "siphasher",
+rust_proc_macro(
+    name = "futures_macro",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-macro",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.25.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.futures-sink-0.3.25.bazel
index 45cf684..558ce0a 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,7 +40,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -47,9 +47,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-sink",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-task-0.3.25.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.futures-task-0.3.25.bazel
index 750605b..5364e2b 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-task-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -69,7 +70,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,9 +77,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-task",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
         ":futures_task_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.futures-util-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.futures-util-0.3.25.bazel
similarity index 74%
rename from third_party/rust/cargo/remote/BUILD.futures-util-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.futures-util-0.3.25.bazel
index 4f9d863..7e60598 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-util-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.futures-util-0.3.25.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -48,8 +49,6 @@
         "default",
         "futures-macro",
         "futures-sink",
-        "proc-macro-hack",
-        "proc-macro-nested",
         "sink",
         "slab",
         "std",
@@ -64,15 +63,18 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__autocfg__1_0_1//:autocfg",
     ],
 )
 
+# Unsupported target "flatten_unordered" with type "bench" omitted
+
 # Unsupported target "futures_unordered" with type "bench" omitted
 
+# Unsupported target "select" with type "bench" omitted
+
 rust_library(
     name = "futures_util",
     srcs = glob(["**/*.rs"]),
@@ -83,37 +85,33 @@
         "default",
         "futures-macro",
         "futures-sink",
-        "proc-macro-hack",
-        "proc-macro-nested",
         "sink",
         "slab",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     proc_macro_deps = [
-        "@raze__futures_macro__0_3_15//:futures_macro",
-        "@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
+        "@raze__futures_macro__0_3_25//:futures_macro",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=futures-util",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.3.25",
     # buildifier: leave-alone
     deps = [
         ":futures_util_build_script",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_sink__0_3_15//:futures_sink",
-        "@raze__futures_task__0_3_15//:futures_task",
-        "@raze__pin_project_lite__0_2_7//:pin_project_lite",
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__futures_sink__0_3_25//:futures_sink",
+        "@raze__futures_task__0_3_25//:futures_task",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
         "@raze__pin_utils__0_1_0//:pin_utils",
-        "@raze__proc_macro_nested__0_1_7//:proc_macro_nested",
-        "@raze__slab__0_4_3//:slab",
+        "@raze__slab__0_4_7//:slab",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.generic-array-0.12.4.bazel b/third_party/rust/cargo/remote/BUILD.generic-array-0.12.4.bazel
deleted file mode 100644
index 3da771d..0000000
--- a/third_party/rust/cargo/remote/BUILD.generic-array-0.12.4.bazel
+++ /dev/null
@@ -1,66 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "generic_array",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.12.4",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__typenum__1_13_0//:typenum",
-    ],
-)
-
-# Unsupported target "arr" with type "test" omitted
-
-# Unsupported target "generics" with type "test" omitted
-
-# Unsupported target "hex" with type "test" omitted
-
-# Unsupported target "import_name" with type "test" omitted
-
-# Unsupported target "iter" with type "test" omitted
-
-# Unsupported target "mod" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.generic-array-0.14.4.bazel b/third_party/rust/cargo/remote/BUILD.generic-array-0.14.4.bazel
deleted file mode 100644
index cf0a096..0000000
--- a/third_party/rust/cargo/remote/BUILD.generic-array-0.14.4.bazel
+++ /dev/null
@@ -1,97 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-# buildifier: disable=out-of-order-load
-# buildifier: disable=load-on-top
-load(
-    "@rules_rust//cargo:cargo_build_script.bzl",
-    "cargo_build_script",
-)
-
-cargo_build_script(
-    name = "generic_array_build_script",
-    srcs = glob(["**/*.rs"]),
-    build_script_env = {
-    },
-    crate_features = [
-    ],
-    crate_root = "build.rs",
-    data = glob(["**"]),
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.14.4",
-    visibility = ["//visibility:private"],
-    deps = [
-        "@raze__version_check__0_9_3//:version_check",
-    ],
-)
-
-rust_library(
-    name = "generic_array",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.14.4",
-    # buildifier: leave-alone
-    deps = [
-        ":generic_array_build_script",
-        "@raze__typenum__1_13_0//:typenum",
-    ],
-)
-
-# Unsupported target "arr" with type "test" omitted
-
-# Unsupported target "generics" with type "test" omitted
-
-# Unsupported target "hex" with type "test" omitted
-
-# Unsupported target "import_name" with type "test" omitted
-
-# Unsupported target "iter" with type "test" omitted
-
-# Unsupported target "mod" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel b/third_party/rust/cargo/remote/BUILD.generic-array-0.14.6.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel
copy to third_party/rust/cargo/remote/BUILD.generic-array-0.14.6.bazel
index da93d69..6f6c277 100644
--- a/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel
+++ b/third_party/rust/cargo/remote/BUILD.generic-array-0.14.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,7 +26,7 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
+    "notice",  # MIT from expression "MIT"
 ])
 
 # Generated Targets
@@ -37,12 +38,12 @@
 )
 
 cargo_build_script(
-    name = "serde_derive_build_script",
+    name = "generic_array_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
     crate_features = [
-        "default",
+        "more_lengths",
     ],
     crate_root = "build.rs",
     data = glob(["**"]),
@@ -54,20 +55,20 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.126",
+    version = "0.14.6",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__version_check__0_9_4//:version_check",
     ],
 )
 
 rust_library(
-    name = "serde_derive",
+    name = "generic_array",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "default",
+        "more_lengths",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -75,14 +76,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=generic_array",
         "manual",
     ],
-    version = "1.0.126",
+    version = "0.14.6",
     # buildifier: leave-alone
     deps = [
-        ":serde_derive_build_script",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        ":generic_array_build_script",
+        "@raze__typenum__1_16_0//:typenum",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.getopts-0.2.21.bazel b/third_party/rust/cargo/remote/BUILD.getopts-0.2.21.bazel
deleted file mode 100644
index 027446d..0000000
--- a/third_party/rust/cargo/remote/BUILD.getopts-0.2.21.bazel
+++ /dev/null
@@ -1,56 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "getopts",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.21",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__unicode_width__0_1_8//:unicode_width",
-    ],
-)
-
-# Unsupported target "smoke" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.getrandom-0.2.8.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
rename to third_party/rust/cargo/remote/BUILD.getrandom-0.2.8.bazel
index bcf7467..b567c16 100644
--- a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.getrandom-0.2.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,7 +42,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -49,18 +49,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=getrandom",
         "manual",
     ],
-    version = "0.2.3",
+    version = "0.2.8",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.gitignore-1.0.7.bazel b/third_party/rust/cargo/remote/BUILD.gitignore-1.0.7.bazel
index e00c468..2ef115b 100644
--- a/third_party/rust/cargo/remote/BUILD.gitignore-1.0.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.gitignore-1.0.7.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,8 +36,6 @@
     # N.B.: The exact form of this is subject to change.
     name = "cargo_bin_gitignore_check",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/bin/gitignore_check.rs",
     data = [],
     edition = "2015",
@@ -45,13 +44,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=gitignore_check",
         "manual",
     ],
     version = "1.0.7",
     # buildifier: leave-alone
     deps = [
         ":gitignore",
-        "@raze__glob__0_3_0//:glob",
+        "@raze__glob__0_3_1//:glob",
     ],
 )
 
@@ -60,8 +60,6 @@
     # N.B.: The exact form of this is subject to change.
     name = "cargo_bin_gitignore_tree",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/bin/gitignore_tree.rs",
     data = [],
     edition = "2015",
@@ -70,23 +68,21 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=gitignore_tree",
         "manual",
     ],
     version = "1.0.7",
     # buildifier: leave-alone
     deps = [
         ":gitignore",
-        "@raze__glob__0_3_0//:glob",
+        "@raze__glob__0_3_1//:glob",
     ],
 )
 
 rust_library(
     name = "gitignore",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -94,11 +90,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=gitignore",
         "manual",
     ],
     version = "1.0.7",
     # buildifier: leave-alone
     deps = [
-        "@raze__glob__0_3_0//:glob",
+        "@raze__glob__0_3_1//:glob",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.glob-0.3.0.bazel b/third_party/rust/cargo/remote/BUILD.glob-0.3.1.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.glob-0.3.0.bazel
rename to third_party/rust/cargo/remote/BUILD.glob-0.3.1.bazel
index 59ddaf9..5088ec8 100644
--- a/third_party/rust/cargo/remote/BUILD.glob-0.3.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.glob-0.3.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "glob",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=glob",
         "manual",
     ],
-    version = "0.3.0",
+    version = "0.3.1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.h2-0.2.7.bazel b/third_party/rust/cargo/remote/BUILD.h2-0.3.15.bazel
similarity index 64%
rename from third_party/rust/cargo/remote/BUILD.h2-0.2.7.bazel
rename to third_party/rust/cargo/remote/BUILD.h2-0.3.15.bazel
index bc87d18..a8c15f2 100644
--- a/third_party/rust/cargo/remote/BUILD.h2-0.2.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.h2-0.3.15.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,10 +40,7 @@
 rust_library(
     name = "h2",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -50,22 +48,22 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=h2",
         "manual",
     ],
-    version = "0.2.7",
+    version = "0.3.15",
     # buildifier: leave-alone
     deps = [
-        "@raze__bytes__0_5_6//:bytes",
+        "@raze__bytes__1_3_0//:bytes",
         "@raze__fnv__1_0_7//:fnv",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_sink__0_3_15//:futures_sink",
-        "@raze__futures_util__0_3_15//:futures_util",
-        "@raze__http__0_2_4//:http",
-        "@raze__indexmap__1_7_0//:indexmap",
-        "@raze__slab__0_4_3//:slab",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__tokio_util__0_3_1//:tokio_util",
-        "@raze__tracing__0_1_26//:tracing",
-        "@raze__tracing_futures__0_2_5//:tracing_futures",
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__futures_sink__0_3_25//:futures_sink",
+        "@raze__futures_util__0_3_25//:futures_util",
+        "@raze__http__0_2_8//:http",
+        "@raze__indexmap__1_9_2//:indexmap",
+        "@raze__slab__0_4_7//:slab",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__tokio_util__0_7_4//:tokio_util",
+        "@raze__tracing__0_1_37//:tracing",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.handlebars-4.0.1.bazel b/third_party/rust/cargo/remote/BUILD.handlebars-4.3.6.bazel
similarity index 70%
rename from third_party/rust/cargo/remote/BUILD.handlebars-4.0.1.bazel
rename to third_party/rust/cargo/remote/BUILD.handlebars-4.3.6.bazel
index 6de3d59..556cc42 100644
--- a/third_party/rust/cargo/remote/BUILD.handlebars-4.0.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.handlebars-4.3.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,8 +38,6 @@
     # N.B.: The exact form of this is subject to change.
     name = "cargo_bin_handlebars_cli",
     srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
     crate_features = [
         "default",
     ],
@@ -46,34 +45,28 @@
     data = [] + [
         "src/grammar.pest",
     ],
-    edition = "2018",
+    edition = "2021",
     proc_macro_deps = [
-        "@raze__pest_derive__2_1_0//:pest_derive",
+        "@raze__pest_derive__2_5_3//:pest_derive",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=handlebars-cli",
         "manual",
     ],
-    version = "4.0.1",
+    version = "4.3.6",
     # buildifier: leave-alone
     deps = [
         ":handlebars",
-        "@raze__log__0_4_14//:log",
-        "@raze__pest__2_1_3//:pest",
-        "@raze__quick_error__2_0_1//:quick_error",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-    ] + selects.with_or({
-        # cfg(unix)
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-        ],
-        "//conditions:default": [],
-    }),
+        "@raze__log__0_4_17//:log",
+        "@raze__pest__2_5_3//:pest",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
+        "@raze__thiserror__1_0_38//:thiserror",
+    ],
 )
 
 # Unsupported target "decorator" with type "example" omitted
@@ -82,6 +75,8 @@
 
 # Unsupported target "error" with type "example" omitted
 
+# Unsupported target "helper_macro" with type "example" omitted
+
 # Unsupported target "partials" with type "example" omitted
 
 # Unsupported target "quick" with type "example" omitted
@@ -95,49 +90,42 @@
 rust_library(
     name = "handlebars",
     srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
     crate_features = [
         "default",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [] + [
         "src/grammar.pest",
     ],
-    edition = "2018",
+    edition = "2021",
     proc_macro_deps = [
-        "@raze__pest_derive__2_1_0//:pest_derive",
+        "@raze__pest_derive__2_5_3//:pest_derive",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=handlebars",
         "manual",
     ],
-    version = "4.0.1",
+    version = "4.3.6",
     # buildifier: leave-alone
     deps = [
-        "@raze__log__0_4_14//:log",
-        "@raze__pest__2_1_3//:pest",
-        "@raze__quick_error__2_0_1//:quick_error",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-    ] + selects.with_or({
-        # cfg(unix)
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-        ],
-        "//conditions:default": [],
-    }),
+        "@raze__log__0_4_17//:log",
+        "@raze__pest__2_5_3//:pest",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
+        "@raze__thiserror__1_0_38//:thiserror",
+    ],
 )
 
 # Unsupported target "block_context" with type "test" omitted
 
 # Unsupported target "data_helper" with type "test" omitted
 
+# Unsupported target "embed" with type "test" omitted
+
 # Unsupported target "escape" with type "test" omitted
 
 # Unsupported target "helper_function_lifetime" with type "test" omitted
@@ -151,3 +139,5 @@
 # Unsupported target "subexpression" with type "test" omitted
 
 # Unsupported target "template_names" with type "test" omitted
+
+# Unsupported target "whitespace" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.hashbrown-0.11.2.bazel b/third_party/rust/cargo/remote/BUILD.hashbrown-0.12.3.bazel
similarity index 81%
rename from third_party/rust/cargo/remote/BUILD.hashbrown-0.11.2.bazel
rename to third_party/rust/cargo/remote/BUILD.hashbrown-0.12.3.bazel
index 257291f..815af60 100644
--- a/third_party/rust/cargo/remote/BUILD.hashbrown-0.11.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.hashbrown-0.12.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,13 +26,15 @@
 ])
 
 licenses([
-    "notice",  # Apache-2.0 from expression "Apache-2.0 OR MIT"
+    "notice",  # MIT from expression "MIT OR Apache-2.0"
 ])
 
 # Generated Targets
 
 # Unsupported target "bench" with type "bench" omitted
 
+# Unsupported target "insert_unique_unchecked" with type "bench" omitted
+
 rust_library(
     name = "hashbrown",
     srcs = glob(["**/*.rs"]),
@@ -39,17 +42,17 @@
         "raw",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=hashbrown",
         "manual",
     ],
-    version = "0.11.2",
+    version = "0.12.3",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.headers-0.3.4.bazel b/third_party/rust/cargo/remote/BUILD.headers-0.3.8.bazel
similarity index 73%
rename from third_party/rust/cargo/remote/BUILD.headers-0.3.4.bazel
rename to third_party/rust/cargo/remote/BUILD.headers-0.3.8.bazel
index 37fac45..22215f6 100644
--- a/third_party/rust/cargo/remote/BUILD.headers-0.3.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.headers-0.3.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "headers",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,18 +42,19 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=headers",
         "manual",
     ],
-    version = "0.3.4",
+    version = "0.3.8",
     # buildifier: leave-alone
     deps = [
-        "@raze__base64__0_13_0//:base64",
-        "@raze__bitflags__1_2_1//:bitflags",
-        "@raze__bytes__1_0_1//:bytes",
+        "@raze__base64__0_13_1//:base64",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__bytes__1_3_0//:bytes",
         "@raze__headers_core__0_2_0//:headers_core",
-        "@raze__http__0_2_4//:http",
+        "@raze__http__0_2_8//:http",
+        "@raze__httpdate__1_0_2//:httpdate",
         "@raze__mime__0_3_16//:mime",
-        "@raze__sha_1__0_9_6//:sha_1",
-        "@raze__time__0_1_43//:time",
+        "@raze__sha1__0_10_5//:sha1",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.headers-core-0.2.0.bazel b/third_party/rust/cargo/remote/BUILD.headers-core-0.2.0.bazel
index bcedc66..aa925f1 100644
--- a/third_party/rust/cargo/remote/BUILD.headers-core-0.2.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.headers-core-0.2.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "headers_core",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,11 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=headers-core",
         "manual",
     ],
     version = "0.2.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__http__0_2_4//:http",
+        "@raze__http__0_2_8//:http",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.heck-0.3.3.bazel b/third_party/rust/cargo/remote/BUILD.heck-0.3.3.bazel
deleted file mode 100644
index d8725db..0000000
--- a/third_party/rust/cargo/remote/BUILD.heck-0.3.3.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "heck",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.3",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__unicode_segmentation__1_8_0//:unicode_segmentation",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.hermit-abi-0.1.19.bazel b/third_party/rust/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
index d7eff5c..7dcc7b5 100644
--- a/third_party/rust/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,11 +34,7 @@
 rust_library(
     name = "hermit_abi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -45,11 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=hermit-abi",
         "manual",
     ],
     version = "0.1.19",
     # buildifier: leave-alone
     deps = [
-        "@raze__libc__0_2_97//:libc",
+        "@raze__libc__0_2_139//:libc",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.hermit-abi-0.2.6.bazel
similarity index 81%
copy from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
copy to third_party/rust/cargo/remote/BUILD.hermit-abi-0.2.6.bazel
index 7a47c54..a497f76 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.hermit-abi-0.2.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,25 +32,22 @@
 # Generated Targets
 
 rust_library(
-    name = "either",
+    name = "hermit_abi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "use_std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=hermit-abi",
         "manual",
     ],
-    version = "1.6.1",
+    version = "0.2.6",
     # buildifier: leave-alone
     deps = [
+        "@raze__libc__0_2_139//:libc",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.html5ever-0.25.1.bazel b/third_party/rust/cargo/remote/BUILD.html5ever-0.26.0.bazel
similarity index 83%
rename from third_party/rust/cargo/remote/BUILD.html5ever-0.25.1.bazel
rename to third_party/rust/cargo/remote/BUILD.html5ever-0.26.0.bazel
index a7eccdc..39f0798 100644
--- a/third_party/rust/cargo/remote/BUILD.html5ever-0.25.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.html5ever-0.26.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -53,12 +52,12 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.25.1",
+    version = "0.26.0",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
 
@@ -77,10 +76,7 @@
 rust_library(
     name = "html5ever",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -88,14 +84,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=html5ever",
         "manual",
     ],
-    version = "0.25.1",
+    version = "0.26.0",
     # buildifier: leave-alone
     deps = [
         ":html5ever_build_script",
-        "@raze__log__0_4_14//:log",
+        "@raze__log__0_4_17//:log",
         "@raze__mac__0_1_1//:mac",
-        "@raze__markup5ever__0_10_1//:markup5ever",
+        "@raze__markup5ever__0_11_0//:markup5ever",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.http-0.2.4.bazel b/third_party/rust/cargo/remote/BUILD.http-0.2.8.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.http-0.2.4.bazel
rename to third_party/rust/cargo/remote/BUILD.http-0.2.8.bazel
index 52bdb9d..c68f7c8 100644
--- a/third_party/rust/cargo/remote/BUILD.http-0.2.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.http-0.2.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -34,6 +35,8 @@
 
 # Unsupported target "header_name" with type "bench" omitted
 
+# Unsupported target "header_name2" with type "bench" omitted
+
 # Unsupported target "header_value" with type "bench" omitted
 
 # Unsupported target "method" with type "bench" omitted
@@ -43,10 +46,7 @@
 rust_library(
     name = "http",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -54,14 +54,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=http",
         "manual",
     ],
-    version = "0.2.4",
+    version = "0.2.8",
     # buildifier: leave-alone
     deps = [
-        "@raze__bytes__1_0_1//:bytes",
+        "@raze__bytes__1_3_0//:bytes",
         "@raze__fnv__1_0_7//:fnv",
-        "@raze__itoa__0_4_7//:itoa",
+        "@raze__itoa__1_0_5//:itoa",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.http-body-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.http-body-0.4.5.bazel
similarity index 79%
rename from third_party/rust/cargo/remote/BUILD.http-body-0.3.1.bazel
rename to third_party/rust/cargo/remote/BUILD.http-body-0.4.5.bazel
index 873a2d9..2853f06 100644
--- a/third_party/rust/cargo/remote/BUILD.http-body-0.3.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.http-body-0.4.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "http_body",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,13 +42,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=http-body",
         "manual",
     ],
-    version = "0.3.1",
+    version = "0.4.5",
     # buildifier: leave-alone
     deps = [
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__http__0_2_4//:http",
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__http__0_2_8//:http",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.httparse-1.4.1.bazel b/third_party/rust/cargo/remote/BUILD.httparse-1.8.0.bazel
similarity index 90%
rename from third_party/rust/cargo/remote/BUILD.httparse-1.4.1.bazel
rename to third_party/rust/cargo/remote/BUILD.httparse-1.8.0.bazel
index 5f0c933..e83a484 100644
--- a/third_party/rust/cargo/remote/BUILD.httparse-1.4.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.httparse-1.8.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -47,7 +48,7 @@
     ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.4.1",
+    version = "1.8.0",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -71,17 +72,17 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=httparse",
         "manual",
     ],
-    version = "1.4.1",
+    version = "1.8.0",
     # buildifier: leave-alone
     deps = [
         ":httparse_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.httpdate-0.3.2.bazel b/third_party/rust/cargo/remote/BUILD.httpdate-0.3.2.bazel
deleted file mode 100644
index 3133e44..0000000
--- a/third_party/rust/cargo/remote/BUILD.httpdate-0.3.2.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "httpdate",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.2",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.httpdate-1.0.2.bazel
similarity index 82%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.httpdate-1.0.2.bazel
index f09bed8..d7b45f8 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.httpdate-1.0.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,12 @@
 
 # Generated Targets
 
+# Unsupported target "benchmarks" with type "bench" omitted
+
 rust_library(
-    name = "siphasher",
+    name = "httpdate",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +44,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=httpdate",
         "manual",
     ],
-    version = "0.3.5",
+    version = "1.0.2",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.humantime-1.3.0.bazel b/third_party/rust/cargo/remote/BUILD.humantime-2.1.0.bazel
similarity index 84%
rename from third_party/rust/cargo/remote/BUILD.humantime-1.3.0.bazel
rename to third_party/rust/cargo/remote/BUILD.humantime-2.1.0.bazel
index d1f9caa..082290d 100644
--- a/third_party/rust/cargo/remote/BUILD.humantime-1.3.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.humantime-2.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,22 +38,19 @@
 rust_library(
     name = "humantime",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=humantime",
         "manual",
     ],
-    version = "1.3.0",
+    version = "2.1.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__quick_error__1_2_3//:quick_error",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.hyper-0.13.10.bazel b/third_party/rust/cargo/remote/BUILD.hyper-0.14.23.bazel
similarity index 70%
rename from third_party/rust/cargo/remote/BUILD.hyper-0.13.10.bazel
rename to third_party/rust/cargo/remote/BUILD.hyper-0.14.23.bazel
index b4fc3d2..4ca7e37 100644
--- a/third_party/rust/cargo/remote/BUILD.hyper-0.13.10.bazel
+++ b/third_party/rust/cargo/remote/BUILD.hyper-0.14.23.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -75,17 +76,18 @@
 rust_library(
     name = "hyper",
     srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
     crate_features = [
+        "client",
         "default",
-        "runtime",
+        "h2",
+        "http1",
+        "http2",
+        "server",
         "socket2",
         "stream",
         "tcp",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -93,35 +95,29 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=hyper",
         "manual",
     ],
-    version = "0.13.10",
+    version = "0.14.23",
     # buildifier: leave-alone
     deps = [
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__futures_channel__0_3_15//:futures_channel",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_util__0_3_15//:futures_util",
-        "@raze__h2__0_2_7//:h2",
-        "@raze__http__0_2_4//:http",
-        "@raze__http_body__0_3_1//:http_body",
-        "@raze__httparse__1_4_1//:httparse",
-        "@raze__httpdate__0_3_2//:httpdate",
-        "@raze__itoa__0_4_7//:itoa",
-        "@raze__pin_project__1_0_7//:pin_project",
-        "@raze__socket2__0_3_19//:socket2",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__tower_service__0_3_1//:tower_service",
-        "@raze__tracing__0_1_26//:tracing",
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__futures_channel__0_3_25//:futures_channel",
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__futures_util__0_3_25//:futures_util",
+        "@raze__h2__0_3_15//:h2",
+        "@raze__http__0_2_8//:http",
+        "@raze__http_body__0_4_5//:http_body",
+        "@raze__httparse__1_8_0//:httparse",
+        "@raze__httpdate__1_0_2//:httpdate",
+        "@raze__itoa__1_0_5//:itoa",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
+        "@raze__socket2__0_4_7//:socket2",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__tower_service__0_3_2//:tower_service",
+        "@raze__tracing__0_1_37//:tracing",
         "@raze__want__0_3_0//:want",
-    ] + selects.with_or({
-        # cfg(any(target_os = "linux", target_os = "macos"))
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-        ],
-        "//conditions:default": [],
-    }),
+    ],
 )
 
 # Unsupported target "client" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.iana-time-zone-0.1.53.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.iana-time-zone-0.1.53.bazel
index f09bed8..cbc41e2 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.iana-time-zone-0.1.53.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,17 @@
 
 # Generated Targets
 
+# Unsupported target "get_timezone" with type "example" omitted
+
+# Unsupported target "stress-test" with type "example" omitted
+
 rust_library(
-    name = "siphasher",
+    name = "iana_time_zone",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "default",
-        "std",
+        "fallback",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +49,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=iana-time-zone",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.1.53",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel b/third_party/rust/cargo/remote/BUILD.iana-time-zone-haiku-0.1.1.bazel
similarity index 79%
rename from third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
rename to third_party/rust/cargo/remote/BUILD.iana-time-zone-haiku-0.1.1.bazel
index 4cf3ce9..f800834 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.iana-time-zone-haiku-0.1.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,12 +38,10 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_hack_build_script",
+    name = "iana_time_zone_haiku_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -53,19 +52,17 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.5.19",
+    version = "0.1.1",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__cxx_build__1_0_86//:cxx_build",
     ],
 )
 
 rust_library(
-    name = "proc_macro_hack",
+    name = "iana_time_zone_haiku",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -73,13 +70,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=iana-time-zone-haiku",
         "manual",
     ],
-    version = "0.5.19",
+    version = "0.1.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_hack_build_script",
+        ":iana_time_zone_haiku_build_script",
+        "@raze__cxx__1_0_86//:cxx",
     ],
 )
-
-# Unsupported target "compiletest" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.idna-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.idna-0.3.0.bazel
similarity index 79%
rename from third_party/rust/cargo/remote/BUILD.idna-0.2.3.bazel
rename to third_party/rust/cargo/remote/BUILD.idna-0.3.0.bazel
index 0784084..3d9888b 100644
--- a/third_party/rust/cargo/remote/BUILD.idna-0.2.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.idna-0.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "idna",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,14 +44,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=idna",
         "manual",
     ],
-    version = "0.2.3",
+    version = "0.3.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__matches__0_1_8//:matches",
-        "@raze__unicode_bidi__0_3_5//:unicode_bidi",
-        "@raze__unicode_normalization__0_1_19//:unicode_normalization",
+        "@raze__unicode_bidi__0_3_8//:unicode_bidi",
+        "@raze__unicode_normalization__0_1_22//:unicode_normalization",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.indexmap-1.7.0.bazel b/third_party/rust/cargo/remote/BUILD.indexmap-1.9.2.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.indexmap-1.7.0.bazel
rename to third_party/rust/cargo/remote/BUILD.indexmap-1.9.2.bazel
index 33724d7..ef57846 100644
--- a/third_party/rust/cargo/remote/BUILD.indexmap-1.7.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.indexmap-1.9.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -42,10 +43,11 @@
     build_script_env = {
     },
     crate_features = [
+        "std",
     ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,10 +55,10 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.7.0",
+    version = "1.9.2",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__autocfg__1_0_1//:autocfg",
+        "@raze__autocfg__1_1_0//:autocfg",
     ],
 )
 
@@ -68,23 +70,24 @@
     name = "indexmap",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=indexmap",
         "manual",
     ],
-    version = "1.7.0",
+    version = "1.9.2",
     # buildifier: leave-alone
     deps = [
         ":indexmap_build_script",
-        "@raze__hashbrown__0_11_2//:hashbrown",
+        "@raze__hashbrown__0_12_3//:hashbrown",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.inotify-0.7.1.bazel b/third_party/rust/cargo/remote/BUILD.inotify-0.7.1.bazel
index 1bbbcd9..134c674 100644
--- a/third_party/rust/cargo/remote/BUILD.inotify-0.7.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.inotify-0.7.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,10 +40,7 @@
 rust_library(
     name = "inotify",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -50,14 +48,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=inotify",
         "manual",
     ],
     version = "0.7.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__bitflags__1_2_1//:bitflags",
+        "@raze__bitflags__1_3_2//:bitflags",
         "@raze__inotify_sys__0_1_5//:inotify_sys",
-        "@raze__libc__0_2_97//:libc",
+        "@raze__libc__0_2_139//:libc",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.inotify-sys-0.1.5.bazel b/third_party/rust/cargo/remote/BUILD.inotify-sys-0.1.5.bazel
index 3fe3d2e..6e05fce 100644
--- a/third_party/rust/cargo/remote/BUILD.inotify-sys-0.1.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.inotify-sys-0.1.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "inotify_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,11 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=inotify-sys",
         "manual",
     ],
     version = "0.1.5",
     # buildifier: leave-alone
     deps = [
-        "@raze__libc__0_2_97//:libc",
+        "@raze__libc__0_2_139//:libc",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.input_buffer-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.input_buffer-0.3.1.bazel
deleted file mode 100644
index babc1e0..0000000
--- a/third_party/rust/cargo/remote/BUILD.input_buffer-0.3.1.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "input_buffer",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__bytes__0_5_6//:bytes",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.instant-0.1.12.bazel
similarity index 74%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.instant-0.1.12.bazel
index f09bed8..b61df56 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.instant-0.1.12.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,20 +26,15 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
+    "notice",  # BSD-3-Clause from expression "BSD-3-Clause"
 ])
 
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "instant",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=instant",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.1.12",
     # buildifier: leave-alone
     deps = [
+        "@raze__cfg_if__1_0_0//:cfg_if",
     ],
 )
+
+# Unsupported target "wasm" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.iovec-0.1.4.bazel b/third_party/rust/cargo/remote/BUILD.iovec-0.1.4.bazel
index d4abd18..d5ec95d 100644
--- a/third_party/rust/cargo/remote/BUILD.iovec-0.1.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.iovec-0.1.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,17 +44,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=iovec",
         "manual",
     ],
     version = "0.1.4",
     # buildifier: leave-alone
     deps = [
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.itoa-0.4.7.bazel b/third_party/rust/cargo/remote/BUILD.itoa-0.4.7.bazel
deleted file mode 100644
index 6ba6427..0000000
--- a/third_party/rust/cargo/remote/BUILD.itoa-0.4.7.bazel
+++ /dev/null
@@ -1,59 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "bench" with type "bench" omitted
-
-rust_library(
-    name = "itoa",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.4.7",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.dtoa-0.4.8.bazel b/third_party/rust/cargo/remote/BUILD.itoa-1.0.5.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.dtoa-0.4.8.bazel
rename to third_party/rust/cargo/remote/BUILD.itoa-1.0.5.bazel
index 070462d..8dcb6c8 100644
--- a/third_party/rust/cargo/remote/BUILD.dtoa-0.4.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.itoa-1.0.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,22 +34,20 @@
 # Unsupported target "bench" with type "bench" omitted
 
 rust_library(
-    name = "dtoa",
+    name = "itoa",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=itoa",
         "manual",
     ],
-    version = "0.4.8",
+    version = "1.0.5",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.js-sys-0.3.60.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.js-sys-0.3.60.bazel
index f09bed8..80c2060 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.js-sys-0.3.60.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "js_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,16 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=js-sys",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.3.60",
     # buildifier: leave-alone
     deps = [
+        "@raze__wasm_bindgen__0_2_83//:wasm_bindgen",
     ],
 )
+
+# Unsupported target "headless" with type "test" omitted
+
+# Unsupported target "wasm" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel b/third_party/rust/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel
index 6d6b02d..6c6309c 100644
--- a/third_party/rust/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -72,10 +71,7 @@
 rust_library(
     name = "kernel32",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -83,6 +79,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=kernel32",
         "manual",
     ],
     version = "0.2.2",
diff --git a/third_party/rust/cargo/remote/BUILD.lazy_static-1.4.0.bazel b/third_party/rust/cargo/remote/BUILD.lazy_static-1.4.0.bazel
index 99a58af..b00efb1 100644
--- a/third_party/rust/cargo/remote/BUILD.lazy_static-1.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.lazy_static-1.4.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "lazy_static",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=lazy_static",
         "manual",
     ],
     version = "1.4.0",
diff --git a/third_party/rust/cargo/remote/BUILD.lazycell-1.3.0.bazel b/third_party/rust/cargo/remote/BUILD.lazycell-1.3.0.bazel
index 734cd15..90db9b8 100644
--- a/third_party/rust/cargo/remote/BUILD.lazycell-1.3.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.lazycell-1.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "lazycell",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=lazycell",
         "manual",
     ],
     version = "1.3.0",
diff --git a/third_party/rust/cargo/remote/BUILD.libc-0.2.97.bazel b/third_party/rust/cargo/remote/BUILD.libc-0.2.139.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.libc-0.2.97.bazel
rename to third_party/rust/cargo/remote/BUILD.libc-0.2.139.bazel
index aa2db0f..9ff6a2c 100644
--- a/third_party/rust/cargo/remote/BUILD.libc-0.2.97.bazel
+++ b/third_party/rust/cargo/remote/BUILD.libc-0.2.139.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -42,7 +43,6 @@
     build_script_env = {
     },
     crate_features = [
-        "align",
         "default",
         "std",
     ],
@@ -56,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.2.97",
+    version = "0.2.139",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -66,12 +66,10 @@
     name = "libc",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "align",
         "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -79,9 +77,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=libc",
         "manual",
     ],
-    version = "0.2.97",
+    version = "0.2.139",
     # buildifier: leave-alone
     deps = [
         ":libc_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
index 750605b..91a2f9d 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,17 +38,14 @@
 )
 
 cargo_build_script(
-    name = "futures_task_build_script",
+    name = "link_cplusplus_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
+    links = "cplusplus",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -55,21 +53,17 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "1.0.8",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__cc__1_0_78//:cc",
     ],
 )
 
 rust_library(
-    name = "futures_task",
+    name = "link_cplusplus",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,11 +71,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=link-cplusplus",
         "manual",
     ],
-    version = "0.3.15",
+    version = "1.0.8",
     # buildifier: leave-alone
     deps = [
-        ":futures_task_build_script",
+        ":link_cplusplus_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.lock_api-0.4.9.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.lock_api-0.4.9.bazel
index 750605b..8021c24 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.lock_api-0.4.9.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,14 +38,10 @@
 )
 
 cargo_build_script(
-    name = "futures_task_build_script",
+    name = "lock_api_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -55,21 +52,17 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.4.9",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__autocfg__1_1_0//:autocfg",
     ],
 )
 
 rust_library(
-    name = "futures_task",
+    name = "lock_api",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,11 +70,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=lock_api",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.4.9",
     # buildifier: leave-alone
     deps = [
-        ":futures_task_build_script",
+        ":lock_api_build_script",
+        "@raze__scopeguard__1_1_0//:scopeguard",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.log-0.4.14.bazel b/third_party/rust/cargo/remote/BUILD.log-0.4.17.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.log-0.4.14.bazel
rename to third_party/rust/cargo/remote/BUILD.log-0.4.17.bazel
index 70862b8..ed5f61d 100644
--- a/third_party/rust/cargo/remote/BUILD.log-0.4.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.log-0.4.17.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -54,7 +55,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.4.14",
+    version = "0.4.17",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -69,7 +70,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -77,9 +77,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=log",
         "manual",
     ],
-    version = "0.4.14",
+    version = "0.4.17",
     # buildifier: leave-alone
     deps = [
         ":log_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.mac-0.1.1.bazel b/third_party/rust/cargo/remote/BUILD.mac-0.1.1.bazel
index 11d2366..c4eeeb6 100644
--- a/third_party/rust/cargo/remote/BUILD.mac-0.1.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mac-0.1.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "mac",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mac",
         "manual",
     ],
     version = "0.1.1",
diff --git a/third_party/rust/cargo/remote/BUILD.maplit-1.0.2.bazel b/third_party/rust/cargo/remote/BUILD.maplit-1.0.2.bazel
index caa14cb..4ca4e21 100644
--- a/third_party/rust/cargo/remote/BUILD.maplit-1.0.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.maplit-1.0.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "maplit",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=maplit",
         "manual",
     ],
     version = "1.0.2",
diff --git a/third_party/rust/cargo/remote/BUILD.markup5ever-0.10.1.bazel b/third_party/rust/cargo/remote/BUILD.markup5ever-0.11.0.bazel
similarity index 76%
rename from third_party/rust/cargo/remote/BUILD.markup5ever-0.10.1.bazel
rename to third_party/rust/cargo/remote/BUILD.markup5ever-0.11.0.bazel
index 06e6782..b24ba93 100644
--- a/third_party/rust/cargo/remote/BUILD.markup5ever-0.10.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.markup5ever-0.11.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -53,21 +52,18 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.10.1",
+    version = "0.11.0",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__phf_codegen__0_8_0//:phf_codegen",
-        "@raze__string_cache_codegen__0_5_1//:string_cache_codegen",
+        "@raze__phf_codegen__0_10_0//:phf_codegen",
+        "@raze__string_cache_codegen__0_5_2//:string_cache_codegen",
     ],
 )
 
 rust_library(
     name = "markup5ever",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -75,15 +71,16 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=markup5ever",
         "manual",
     ],
-    version = "0.10.1",
+    version = "0.11.0",
     # buildifier: leave-alone
     deps = [
         ":markup5ever_build_script",
-        "@raze__log__0_4_14//:log",
-        "@raze__phf__0_8_0//:phf",
-        "@raze__string_cache__0_8_1//:string_cache",
-        "@raze__tendril__0_4_2//:tendril",
+        "@raze__log__0_4_17//:log",
+        "@raze__phf__0_10_1//:phf",
+        "@raze__string_cache__0_8_4//:string_cache",
+        "@raze__tendril__0_4_3//:tendril",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel b/third_party/rust/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel
deleted file mode 100644
index 1ef6a56..0000000
--- a/third_party/rust/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel
+++ /dev/null
@@ -1,81 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "hello_xml" with type "example" omitted
-
-# Unsupported target "html2html" with type "example" omitted
-
-# Unsupported target "print-rcdom" with type "example" omitted
-
-# Unsupported target "xml_tree_printer" with type "example" omitted
-
-rust_library(
-    name = "markup5ever_rcdom",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.1.0",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__html5ever__0_25_1//:html5ever",
-        "@raze__markup5ever__0_10_1//:markup5ever",
-        "@raze__tendril__0_4_2//:tendril",
-        "@raze__xml5ever__0_16_1//:xml5ever",
-    ],
-)
-
-# Unsupported target "html-driver" with type "test" omitted
-
-# Unsupported target "html-serializer" with type "test" omitted
-
-# Unsupported target "html-tokenizer" with type "test" omitted
-
-# Unsupported target "html-tree-builder" with type "test" omitted
-
-# Unsupported target "html-tree-sink" with type "test" omitted
-
-# Unsupported target "xml-driver" with type "test" omitted
-
-# Unsupported target "xml-tokenizer" with type "test" omitted
-
-# Unsupported target "xml-tree-builder" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.matches-0.1.8.bazel b/third_party/rust/cargo/remote/BUILD.matches-0.1.8.bazel
deleted file mode 100644
index 8005b8b..0000000
--- a/third_party/rust/cargo/remote/BUILD.matches-0.1.8.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "matches",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.1.8",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "macro_use_one" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.mdbook-0.4.10.bazel b/third_party/rust/cargo/remote/BUILD.mdbook-0.4.22.bazel
similarity index 75%
rename from third_party/rust/cargo/remote/BUILD.mdbook-0.4.10.bazel
rename to third_party/rust/cargo/remote/BUILD.mdbook-0.4.22.bazel
index 34708ef..b825718 100644
--- a/third_party/rust/cargo/remote/BUILD.mdbook-0.4.10.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mdbook-0.4.22.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -50,56 +51,53 @@
     ],
     crate_root = "src/main.rs",
     data = [] + [
-        "src/theme/playground_editor/editor.js",
         "src/theme/playground_editor/ace.js",
+        "src/theme/playground_editor/editor.js",
         "src/theme/playground_editor/mode-rust.js",
         "src/theme/playground_editor/theme-dawn.js",
         "src/theme/playground_editor/theme-tomorrow_night.js",
-        "src/theme/fonts/fonts.css",
         "src/theme/fonts/OPEN-SANS-LICENSE.txt",
         "src/theme/fonts/SOURCE-CODE-PRO-LICENSE.txt",
+        "src/theme/fonts/fonts.css",
         "src/theme/fonts/open-sans-v17-all-charsets-300.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-300italic.woff2",
-        "src/theme/fonts/open-sans-v17-all-charsets-regular.woff2",
-        "src/theme/fonts/open-sans-v17-all-charsets-italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-600.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-600italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-700.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-700italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-800.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-800italic.woff2",
+        "src/theme/fonts/open-sans-v17-all-charsets-italic.woff2",
+        "src/theme/fonts/open-sans-v17-all-charsets-regular.woff2",
         "src/theme/fonts/source-code-pro-v11-all-charsets-500.woff2",
-        "src/theme/searcher/searcher.js",
-        "src/theme/searcher/mark.min.js",
         "src/theme/searcher/elasticlunr.min.js",
-        "src/theme/index.hbs",
+        "src/theme/searcher/mark.min.js",
+        "src/theme/searcher/searcher.js",
+        "src/theme/ayu-highlight.css",
+        "src/theme/book.js",
+        "src/theme/clipboard.min.js",
+        "src/theme/favicon.png",
+        "src/theme/favicon.svg",
         "src/theme/head.hbs",
-        "src/theme/redirect.hbs",
         "src/theme/header.hbs",
+        "src/theme/highlight.css",
+        "src/theme/highlight.js",
+        "src/theme/index.hbs",
+        "src/theme/redirect.hbs",
+        "src/theme/tomorrow-night.css",
         "src/theme/css/chrome.css",
         "src/theme/css/general.css",
         "src/theme/css/print.css",
         "src/theme/css/variables.css",
-        "src/theme/favicon.png",
-        "src/theme/favicon.svg",
-        "src/theme/book.js",
-        "src/theme/highlight.js",
-        "src/theme/tomorrow-night.css",
-        "src/theme/highlight.css",
-        "src/theme/ayu-highlight.css",
-        "src/theme/clipboard.min.js",
         "src/theme/FontAwesome/css/font-awesome.min.css",
+        "src/theme/FontAwesome/fonts/FontAwesome.otf",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.eot",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.svg",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.ttf",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.woff",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.woff2",
-        "src/theme/FontAwesome/fonts/FontAwesome.otf",
     ],
-    edition = "2018",
-    proc_macro_deps = [
-        "@raze__serde_derive__1_0_126//:serde_derive",
-    ],
+    edition = "2021",
     rustc_env = {
         "PATH": "/usr/bin",
     },
@@ -108,35 +106,38 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mdbook",
         "manual",
     ],
-    version = "0.4.10",
+    version = "0.4.22",
     # buildifier: leave-alone
     deps = [
         ":mdbook",
-        "@raze__ammonia__3_1_1//:ammonia",
-        "@raze__anyhow__1_0_41//:anyhow",
-        "@raze__chrono__0_4_19//:chrono",
-        "@raze__clap__2_33_3//:clap",
-        "@raze__elasticlunr_rs__2_3_13//:elasticlunr_rs",
-        "@raze__env_logger__0_7_1//:env_logger",
-        "@raze__futures_util__0_3_15//:futures_util",
+        "@raze__ammonia__3_3_0//:ammonia",
+        "@raze__anyhow__1_0_68//:anyhow",
+        "@raze__chrono__0_4_23//:chrono",
+        "@raze__clap__3_2_23//:clap",
+        "@raze__clap_complete__3_2_5//:clap_complete",
+        "@raze__elasticlunr_rs__3_0_1//:elasticlunr_rs",
+        "@raze__env_logger__0_9_3//:env_logger",
+        "@raze__futures_util__0_3_25//:futures_util",
         "@raze__gitignore__1_0_7//:gitignore",
-        "@raze__handlebars__4_0_1//:handlebars",
-        "@raze__lazy_static__1_4_0//:lazy_static",
-        "@raze__log__0_4_14//:log",
-        "@raze__memchr__2_4_0//:memchr",
+        "@raze__handlebars__4_3_6//:handlebars",
+        "@raze__log__0_4_17//:log",
+        "@raze__memchr__2_5_0//:memchr",
         "@raze__notify__4_0_17//:notify",
-        "@raze__open__1_7_0//:open",
-        "@raze__pulldown_cmark__0_7_2//:pulldown_cmark",
-        "@raze__regex__1_5_4//:regex",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-        "@raze__shlex__1_0_0//:shlex",
-        "@raze__tempfile__3_2_0//:tempfile",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__toml__0_5_8//:toml",
-        "@raze__warp__0_2_5//:warp",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__opener__0_5_0//:opener",
+        "@raze__pulldown_cmark__0_9_2//:pulldown_cmark",
+        "@raze__regex__1_7_1//:regex",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
+        "@raze__shlex__1_1_0//:shlex",
+        "@raze__tempfile__3_3_0//:tempfile",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__toml__0_5_10//:toml",
+        "@raze__topological_sort__0_1_0//:topological_sort",
+        "@raze__warp__0_3_3//:warp",
     ],
 )
 
@@ -159,58 +160,54 @@
         "watch",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [] + [
-        "src/theme/playground_editor/editor.js",
         "src/theme/playground_editor/ace.js",
+        "src/theme/playground_editor/editor.js",
         "src/theme/playground_editor/mode-rust.js",
         "src/theme/playground_editor/theme-dawn.js",
         "src/theme/playground_editor/theme-tomorrow_night.js",
-        "src/theme/fonts/fonts.css",
         "src/theme/fonts/OPEN-SANS-LICENSE.txt",
         "src/theme/fonts/SOURCE-CODE-PRO-LICENSE.txt",
+        "src/theme/fonts/fonts.css",
         "src/theme/fonts/open-sans-v17-all-charsets-300.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-300italic.woff2",
-        "src/theme/fonts/open-sans-v17-all-charsets-regular.woff2",
-        "src/theme/fonts/open-sans-v17-all-charsets-italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-600.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-600italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-700.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-700italic.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-800.woff2",
         "src/theme/fonts/open-sans-v17-all-charsets-800italic.woff2",
+        "src/theme/fonts/open-sans-v17-all-charsets-italic.woff2",
+        "src/theme/fonts/open-sans-v17-all-charsets-regular.woff2",
         "src/theme/fonts/source-code-pro-v11-all-charsets-500.woff2",
-        "src/theme/searcher/searcher.js",
-        "src/theme/searcher/mark.min.js",
         "src/theme/searcher/elasticlunr.min.js",
-        "src/theme/index.hbs",
+        "src/theme/searcher/mark.min.js",
+        "src/theme/searcher/searcher.js",
+        "src/theme/ayu-highlight.css",
+        "src/theme/book.js",
+        "src/theme/clipboard.min.js",
+        "src/theme/favicon.png",
+        "src/theme/favicon.svg",
         "src/theme/head.hbs",
-        "src/theme/redirect.hbs",
         "src/theme/header.hbs",
+        "src/theme/highlight.css",
+        "src/theme/highlight.js",
+        "src/theme/index.hbs",
+        "src/theme/redirect.hbs",
+        "src/theme/tomorrow-night.css",
         "src/theme/css/chrome.css",
         "src/theme/css/general.css",
         "src/theme/css/print.css",
         "src/theme/css/variables.css",
-        "src/theme/favicon.png",
-        "src/theme/favicon.svg",
-        "src/theme/book.js",
-        "src/theme/highlight.js",
-        "src/theme/tomorrow-night.css",
-        "src/theme/highlight.css",
-        "src/theme/ayu-highlight.css",
-        "src/theme/clipboard.min.js",
         "src/theme/FontAwesome/css/font-awesome.min.css",
+        "src/theme/FontAwesome/fonts/FontAwesome.otf",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.eot",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.svg",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.ttf",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.woff",
         "src/theme/FontAwesome/fonts/fontawesome-webfont.woff2",
-        "src/theme/FontAwesome/fonts/FontAwesome.otf",
     ],
-    edition = "2018",
-    proc_macro_deps = [
-        "@raze__serde_derive__1_0_126//:serde_derive",
-    ],
+    edition = "2021",
     rustc_env = {
         "PATH": "/usr/bin",
     },
@@ -219,34 +216,37 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mdbook",
         "manual",
     ],
-    version = "0.4.10",
+    version = "0.4.22",
     # buildifier: leave-alone
     deps = [
-        "@raze__ammonia__3_1_1//:ammonia",
-        "@raze__anyhow__1_0_41//:anyhow",
-        "@raze__chrono__0_4_19//:chrono",
-        "@raze__clap__2_33_3//:clap",
-        "@raze__elasticlunr_rs__2_3_13//:elasticlunr_rs",
-        "@raze__env_logger__0_7_1//:env_logger",
-        "@raze__futures_util__0_3_15//:futures_util",
+        "@raze__ammonia__3_3_0//:ammonia",
+        "@raze__anyhow__1_0_68//:anyhow",
+        "@raze__chrono__0_4_23//:chrono",
+        "@raze__clap__3_2_23//:clap",
+        "@raze__clap_complete__3_2_5//:clap_complete",
+        "@raze__elasticlunr_rs__3_0_1//:elasticlunr_rs",
+        "@raze__env_logger__0_9_3//:env_logger",
+        "@raze__futures_util__0_3_25//:futures_util",
         "@raze__gitignore__1_0_7//:gitignore",
-        "@raze__handlebars__4_0_1//:handlebars",
-        "@raze__lazy_static__1_4_0//:lazy_static",
-        "@raze__log__0_4_14//:log",
-        "@raze__memchr__2_4_0//:memchr",
+        "@raze__handlebars__4_3_6//:handlebars",
+        "@raze__log__0_4_17//:log",
+        "@raze__memchr__2_5_0//:memchr",
         "@raze__notify__4_0_17//:notify",
-        "@raze__open__1_7_0//:open",
-        "@raze__pulldown_cmark__0_7_2//:pulldown_cmark",
-        "@raze__regex__1_5_4//:regex",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-        "@raze__shlex__1_0_0//:shlex",
-        "@raze__tempfile__3_2_0//:tempfile",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__toml__0_5_8//:toml",
-        "@raze__warp__0_2_5//:warp",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__opener__0_5_0//:opener",
+        "@raze__pulldown_cmark__0_9_2//:pulldown_cmark",
+        "@raze__regex__1_7_1//:regex",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
+        "@raze__shlex__1_1_0//:shlex",
+        "@raze__tempfile__3_3_0//:tempfile",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__toml__0_5_10//:toml",
+        "@raze__topological_sort__0_1_0//:topological_sort",
+        "@raze__warp__0_3_3//:warp",
     ],
 )
 
@@ -254,6 +254,8 @@
 
 # Unsupported target "build_process" with type "test" omitted
 
+# Unsupported target "cli_tests" with type "test" omitted
+
 # Unsupported target "custom_preprocessors" with type "test" omitted
 
 # Unsupported target "init" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel b/third_party/rust/cargo/remote/BUILD.memchr-2.5.0.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel
rename to third_party/rust/cargo/remote/BUILD.memchr-2.5.0.bazel
index be54de0..7a8a02d 100644
--- a/third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.memchr-2.5.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "2.4.0",
+    version = "2.5.0",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -69,7 +70,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,9 +77,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=memchr",
         "manual",
     ],
-    version = "2.4.0",
+    version = "2.5.0",
     # buildifier: leave-alone
     deps = [
         ":memchr_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.mime-0.3.16.bazel b/third_party/rust/cargo/remote/BUILD.mime-0.3.16.bazel
index 2c54177..5501611 100644
--- a/third_party/rust/cargo/remote/BUILD.mime-0.3.16.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mime-0.3.16.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,10 +40,7 @@
 rust_library(
     name = "mime",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -50,6 +48,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mime",
         "manual",
     ],
     version = "0.3.16",
diff --git a/third_party/rust/cargo/remote/BUILD.mime_guess-2.0.3.bazel b/third_party/rust/cargo/remote/BUILD.mime_guess-2.0.4.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.mime_guess-2.0.3.bazel
rename to third_party/rust/cargo/remote/BUILD.mime_guess-2.0.4.bazel
index cf15029..b625895 100644
--- a/third_party/rust/cargo/remote/BUILD.mime_guess-2.0.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mime_guess-2.0.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "2.0.3",
+    version = "2.0.4",
     visibility = ["//visibility:private"],
     deps = [
         "@raze__unicase__2_6_0//:unicase",
@@ -74,7 +75,6 @@
         "rev-mappings",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -82,9 +82,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mime_guess",
         "manual",
     ],
-    version = "2.0.3",
+    version = "2.0.4",
     # buildifier: leave-alone
     deps = [
         ":mime_guess_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.mio-0.6.23.bazel b/third_party/rust/cargo/remote/BUILD.mio-0.6.23.bazel
index 87fa4b2..6dcd020 100644
--- a/third_party/rust/cargo/remote/BUILD.mio-0.6.23.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mio-0.6.23.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -40,7 +41,6 @@
         "with-deprecated",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -48,6 +48,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mio",
         "manual",
     ],
     version = "0.6.23",
@@ -55,15 +56,14 @@
     deps = [
         "@raze__cfg_if__0_1_10//:cfg_if",
         "@raze__iovec__0_1_4//:iovec",
-        "@raze__log__0_4_14//:log",
-        "@raze__net2__0_2_37//:net2",
-        "@raze__slab__0_4_3//:slab",
+        "@raze__log__0_4_17//:log",
+        "@raze__net2__0_2_38//:net2",
+        "@raze__slab__0_4_7//:slab",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel b/third_party/rust/cargo/remote/BUILD.mio-0.8.5.bazel
similarity index 68%
copy from third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel
copy to third_party/rust/cargo/remote/BUILD.mio-0.8.5.bazel
index bc8c1f3..c1336ec 100644
--- a/third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mio-0.8.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,28 +26,29 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
+    "notice",  # MIT from expression "MIT"
 ])
 
 # Generated Targets
 
+# Unsupported target "tcp_listenfd_server" with type "example" omitted
+
+# Unsupported target "tcp_server" with type "example" omitted
+
+# Unsupported target "udp_server" with type "example" omitted
+
 rust_library(
-    name = "rand",
+    name = "mio",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
     crate_features = [
-        "alloc",
         "default",
-        "getrandom",
-        "libc",
-        "rand_chacha",
-        "rand_hc",
-        "std",
-        "std_rng",
+        "net",
+        "os-ext",
+        "os-poll",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -54,19 +56,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mio",
         "manual",
     ],
-    version = "0.8.4",
+    version = "0.8.5",
     # buildifier: leave-alone
     deps = [
-        "@raze__rand_chacha__0_3_1//:rand_chacha",
-        "@raze__rand_core__0_6_3//:rand_core",
+        "@raze__log__0_4_17//:log",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.mio-extras-2.0.6.bazel b/third_party/rust/cargo/remote/BUILD.mio-extras-2.0.6.bazel
index d9557d2..6e0cf10 100644
--- a/third_party/rust/cargo/remote/BUILD.mio-extras-2.0.6.bazel
+++ b/third_party/rust/cargo/remote/BUILD.mio-extras-2.0.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "mio_extras",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,15 +42,16 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=mio-extras",
         "manual",
     ],
     version = "2.0.6",
     # buildifier: leave-alone
     deps = [
         "@raze__lazycell__1_3_0//:lazycell",
-        "@raze__log__0_4_14//:log",
+        "@raze__log__0_4_17//:log",
         "@raze__mio__0_6_23//:mio",
-        "@raze__slab__0_4_3//:slab",
+        "@raze__slab__0_4_7//:slab",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.miow-0.2.2.bazel b/third_party/rust/cargo/remote/BUILD.miow-0.2.2.bazel
index 3768862..911682f 100644
--- a/third_party/rust/cargo/remote/BUILD.miow-0.2.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.miow-0.2.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "miow",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,13 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=miow",
         "manual",
     ],
     version = "0.2.2",
     # buildifier: leave-alone
     deps = [
         "@raze__kernel32_sys__0_2_2//:kernel32_sys",
-        "@raze__net2__0_2_37//:net2",
+        "@raze__net2__0_2_38//:net2",
         "@raze__winapi__0_2_8//:winapi",
         "@raze__ws2_32_sys__0_2_1//:ws2_32_sys",
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.net2-0.2.37.bazel b/third_party/rust/cargo/remote/BUILD.net2-0.2.38.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.net2-0.2.37.bazel
rename to third_party/rust/cargo/remote/BUILD.net2-0.2.38.bazel
index 6d56dd8..3a2c103 100644
--- a/third_party/rust/cargo/remote/BUILD.net2-0.2.37.bazel
+++ b/third_party/rust/cargo/remote/BUILD.net2-0.2.38.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -40,7 +41,6 @@
         "duration",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -48,18 +48,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=net2",
         "manual",
     ],
-    version = "0.2.37",
+    version = "0.2.38",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__0_1_10//:cfg_if",
     ] + selects.with_or({
-        # cfg(any(target_os = "redox", unix, target_os = "wasi"))
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.new_debug_unreachable-1.0.4.bazel b/third_party/rust/cargo/remote/BUILD.new_debug_unreachable-1.0.4.bazel
index 544ee20..15aeddb 100644
--- a/third_party/rust/cargo/remote/BUILD.new_debug_unreachable-1.0.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.new_debug_unreachable-1.0.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -44,10 +45,7 @@
 rust_library(
     name = "debug_unreachable",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -55,6 +53,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=debug_unreachable",
         "manual",
     ],
     version = "1.0.4",
diff --git a/third_party/rust/cargo/remote/BUILD.notify-4.0.17.bazel b/third_party/rust/cargo/remote/BUILD.notify-4.0.17.bazel
index 05e5b07..6fb88b7 100644
--- a/third_party/rust/cargo/remote/BUILD.notify-4.0.17.bazel
+++ b/third_party/rust/cargo/remote/BUILD.notify-4.0.17.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,10 +40,7 @@
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -50,17 +48,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=notify",
         "manual",
     ],
     version = "4.0.17",
     # buildifier: leave-alone
     deps = [
-        "@raze__bitflags__1_2_1//:bitflags",
-        "@raze__filetime__0_2_14//:filetime",
-        "@raze__libc__0_2_97//:libc",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__filetime__0_2_19//:filetime",
+        "@raze__libc__0_2_139//:libc",
         "@raze__walkdir__2_3_2//:walkdir",
     ] + selects.with_or({
-        # cfg(target_os = "linux")
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
diff --git a/third_party/rust/cargo/remote/BUILD.num-integer-0.1.44.bazel b/third_party/rust/cargo/remote/BUILD.num-integer-0.1.45.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.num-integer-0.1.44.bazel
rename to third_party/rust/cargo/remote/BUILD.num-integer-0.1.45.bazel
index 5223ab7..5bd35f0 100644
--- a/third_party/rust/cargo/remote/BUILD.num-integer-0.1.44.bazel
+++ b/third_party/rust/cargo/remote/BUILD.num-integer-0.1.45.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -53,10 +52,10 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.44",
+    version = "0.1.45",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__autocfg__1_0_1//:autocfg",
+        "@raze__autocfg__1_1_0//:autocfg",
     ],
 )
 
@@ -69,10 +68,7 @@
 rust_library(
     name = "num_integer",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -80,13 +76,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=num-integer",
         "manual",
     ],
-    version = "0.1.44",
+    version = "0.1.45",
     # buildifier: leave-alone
     deps = [
         ":num_integer_build_script",
-        "@raze__num_traits__0_2_14//:num_traits",
+        "@raze__num_traits__0_2_15//:num_traits",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.num-traits-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.num-traits-0.2.15.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.num-traits-0.2.14.bazel
rename to third_party/rust/cargo/remote/BUILD.num-traits-0.2.15.bazel
index 86f22ce..b49fb04 100644
--- a/third_party/rust/cargo/remote/BUILD.num-traits-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.num-traits-0.2.15.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -53,20 +52,17 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.2.14",
+    version = "0.2.15",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__autocfg__1_0_1//:autocfg",
+        "@raze__autocfg__1_1_0//:autocfg",
     ],
 )
 
 rust_library(
     name = "num_traits",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -74,9 +70,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=num-traits",
         "manual",
     ],
-    version = "0.2.14",
+    version = "0.2.15",
     # buildifier: leave-alone
     deps = [
         ":num_traits_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.num_cpus-1.15.0.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
copy to third_party/rust/cargo/remote/BUILD.num_cpus-1.15.0.bazel
index 12de45b..5071d21 100644
--- a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.num_cpus-1.15.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,34 +31,32 @@
 
 # Generated Targets
 
+# Unsupported target "values" with type "example" omitted
+
 rust_library(
-    name = "filetime",
+    name = "num_cpus",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2018",
+    edition = "2015",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=num_cpus",
         "manual",
     ],
-    version = "0.2.14",
+    version = "1.15.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__cfg_if__1_0_0//:cfg_if",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.once_cell-1.17.0.bazel b/third_party/rust/cargo/remote/BUILD.once_cell-1.17.0.bazel
new file mode 100644
index 0000000..f8ca983
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.once_cell-1.17.0.bazel
@@ -0,0 +1,74 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT OR Apache-2.0"
+])
+
+# Generated Targets
+
+# Unsupported target "bench" with type "example" omitted
+
+# Unsupported target "bench_acquire" with type "example" omitted
+
+# Unsupported target "bench_vs_lazy_static" with type "example" omitted
+
+# Unsupported target "lazy_static" with type "example" omitted
+
+# Unsupported target "reentrant_init_deadlocks" with type "example" omitted
+
+# Unsupported target "regex" with type "example" omitted
+
+# Unsupported target "test_synchronization" with type "example" omitted
+
+rust_library(
+    name = "once_cell",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "alloc",
+        "default",
+        "race",
+        "std",
+    ],
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2021",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=once_cell",
+        "manual",
+    ],
+    version = "1.17.0",
+    # buildifier: leave-alone
+    deps = [
+    ],
+)
+
+# Unsupported target "it" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.opaque-debug-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.opaque-debug-0.2.3.bazel
deleted file mode 100644
index b522127..0000000
--- a/third_party/rust/cargo/remote/BUILD.opaque-debug-0.2.3.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "opaque_debug",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.3",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.open-1.7.0.bazel b/third_party/rust/cargo/remote/BUILD.open-1.7.0.bazel
deleted file mode 100644
index 0a94da6..0000000
--- a/third_party/rust/cargo/remote/BUILD.open-1.7.0.bazel
+++ /dev/null
@@ -1,97 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_binary(
-    # Prefix bin name to disambiguate from (probable) collision with lib name
-    # N.B.: The exact form of this is subject to change.
-    name = "cargo_bin_open",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
-    crate_features = [
-    ],
-    crate_root = "src/main.rs",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.7.0",
-    # buildifier: leave-alone
-    deps = [
-        ":open",
-    ] + selects.with_or({
-        # cfg(all(unix, not(macos)))
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-            "@raze__which__4_1_0//:which",
-        ],
-        "//conditions:default": [],
-    }),
-)
-
-rust_library(
-    name = "open",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.7.0",
-    # buildifier: leave-alone
-    deps = [
-    ] + selects.with_or({
-        # cfg(all(unix, not(macos)))
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-            "@raze__which__4_1_0//:which",
-        ],
-        "//conditions:default": [],
-    }),
-)
diff --git a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.opener-0.5.0.bazel
similarity index 79%
copy from third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
copy to third_party/rust/cargo/remote/BUILD.opener-0.5.0.bazel
index 12de45b..756fc3b 100644
--- a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.opener-0.5.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,34 +32,34 @@
 # Generated Targets
 
 rust_library(
-    name = "filetime",
+    name = "opener",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
+    data = [] + [
+        "src/xdg-open",
+    ],
     edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=opener",
         "manual",
     ],
-    version = "0.2.14",
+    version = "0.5.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__cfg_if__1_0_0//:cfg_if",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__bstr__0_2_17//:bstr",
         ],
         "//conditions:default": [],
     }),
 )
+
+# Unsupported target "version-numbers" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
similarity index 82%
copy from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
copy to third_party/rust/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
index 7a47c54..4c513a6 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,24 +32,23 @@
 # Generated Targets
 
 rust_library(
-    name = "either",
+    name = "os_str_bytes",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "default",
-        "use_std",
+        "raw_os_str",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=os_str_bytes",
         "manual",
     ],
-    version = "1.6.1",
+    version = "6.4.1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.parking_lot-0.12.1.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.parking_lot-0.12.1.bazel
index f09bed8..2af0afa 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.parking_lot-0.12.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,12 @@
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "parking_lot",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
-        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +45,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=parking_lot",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.12.1",
     # buildifier: leave-alone
     deps = [
+        "@raze__lock_api__0_4_9//:lock_api",
+        "@raze__parking_lot_core__0_9_6//:parking_lot_core",
     ],
 )
+
+# Unsupported target "issue_203" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.getrandom-0.1.16.bazel b/third_party/rust/cargo/remote/BUILD.parking_lot_core-0.9.6.bazel
similarity index 78%
rename from third_party/rust/cargo/remote/BUILD.getrandom-0.1.16.bazel
rename to third_party/rust/cargo/remote/BUILD.parking_lot_core-0.9.6.bazel
index cc0280d..4902132 100644
--- a/third_party/rust/cargo/remote/BUILD.getrandom-0.1.16.bazel
+++ b/third_party/rust/cargo/remote/BUILD.parking_lot_core-0.9.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,13 +38,10 @@
 )
 
 cargo_build_script(
-    name = "getrandom_build_script",
+    name = "parking_lot_core_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "std",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -54,11 +52,10 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.16",
+    version = "0.9.6",
     visibility = ["//visibility:private"],
     deps = [
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
@@ -67,18 +64,12 @@
     }),
 )
 
-# Unsupported target "mod" with type "bench" omitted
-
 rust_library(
-    name = "getrandom",
+    name = "parking_lot_core",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -86,22 +77,21 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=parking_lot_core",
         "manual",
     ],
-    version = "0.1.16",
+    version = "0.9.6",
     # buildifier: leave-alone
     deps = [
-        ":getrandom_build_script",
+        ":parking_lot_core_build_script",
         "@raze__cfg_if__1_0_0//:cfg_if",
+        "@raze__smallvec__1_10_0//:smallvec",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
 )
-
-# Unsupported target "common" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.percent-encoding-2.1.0.bazel b/third_party/rust/cargo/remote/BUILD.percent-encoding-2.1.0.bazel
deleted file mode 100644
index ade35f7..0000000
--- a/third_party/rust/cargo/remote/BUILD.percent-encoding-2.1.0.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "percent_encoding",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "2.1.0",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.percent-encoding-2.2.0.bazel
similarity index 86%
copy from third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.percent-encoding-2.2.0.bazel
index 45cf684..345e812 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-sink-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.percent-encoding-2.2.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,15 +32,13 @@
 # Generated Targets
 
 rust_library(
-    name = "futures_sink",
+    name = "percent_encoding",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "alloc",
         "default",
-        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -47,9 +46,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=percent-encoding",
         "manual",
     ],
-    version = "0.3.15",
+    version = "2.2.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.pest-2.1.3.bazel b/third_party/rust/cargo/remote/BUILD.pest-2.5.3.bazel
similarity index 79%
rename from third_party/rust/cargo/remote/BUILD.pest-2.1.3.bazel
rename to third_party/rust/cargo/remote/BUILD.pest-2.5.3.bazel
index dc17616..0057ced 100644
--- a/third_party/rust/cargo/remote/BUILD.pest-2.1.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pest-2.5.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -36,22 +37,26 @@
     name = "pest",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "default",
+        "std",
+        "thiserror",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pest",
         "manual",
     ],
-    version = "2.1.3",
+    version = "2.5.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__ucd_trie__0_1_3//:ucd_trie",
+        "@raze__thiserror__1_0_38//:thiserror",
+        "@raze__ucd_trie__0_1_5//:ucd_trie",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.pest_derive-2.1.0.bazel b/third_party/rust/cargo/remote/BUILD.pest_derive-2.5.3.bazel
similarity index 74%
rename from third_party/rust/cargo/remote/BUILD.pest_derive-2.1.0.bazel
rename to third_party/rust/cargo/remote/BUILD.pest_derive-2.5.3.bazel
index 3d8f9b9..f476e43 100644
--- a/third_party/rust/cargo/remote/BUILD.pest_derive-2.1.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pest_derive-2.5.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,27 +31,31 @@
 
 # Generated Targets
 
-rust_library(
+# Unsupported target "calc" with type "example" omitted
+
+rust_proc_macro(
     name = "pest_derive",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "default",
+        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pest_derive",
         "manual",
     ],
-    version = "2.1.0",
+    version = "2.5.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__pest__2_1_3//:pest",
-        "@raze__pest_generator__2_1_3//:pest_generator",
+        "@raze__pest__2_5_3//:pest",
+        "@raze__pest_generator__2_5_3//:pest_generator",
     ],
 )
 
@@ -58,6 +63,8 @@
 
 # Unsupported target "grammar_inline" with type "test" omitted
 
+# Unsupported target "implicit" with type "test" omitted
+
 # Unsupported target "lists" with type "test" omitted
 
 # Unsupported target "reporting" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.pest_generator-2.1.3.bazel b/third_party/rust/cargo/remote/BUILD.pest_generator-2.5.3.bazel
similarity index 71%
rename from third_party/rust/cargo/remote/BUILD.pest_generator-2.1.3.bazel
rename to third_party/rust/cargo/remote/BUILD.pest_generator-2.5.3.bazel
index 39f82bb..e9a8a3a 100644
--- a/third_party/rust/cargo/remote/BUILD.pest_generator-2.1.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pest_generator-2.5.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -34,25 +35,26 @@
     name = "pest_generator",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pest_generator",
         "manual",
     ],
-    version = "2.1.3",
+    version = "2.5.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__pest__2_1_3//:pest",
-        "@raze__pest_meta__2_1_3//:pest_meta",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        "@raze__pest__2_5_3//:pest",
+        "@raze__pest_meta__2_5_3//:pest_meta",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.pest_meta-2.1.3.bazel b/third_party/rust/cargo/remote/BUILD.pest_meta-2.5.3.bazel
similarity index 80%
rename from third_party/rust/cargo/remote/BUILD.pest_meta-2.1.3.bazel
rename to third_party/rust/cargo/remote/BUILD.pest_meta-2.5.3.bazel
index 50297bb..def1f31 100644
--- a/third_party/rust/cargo/remote/BUILD.pest_meta-2.1.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pest_meta-2.5.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,23 +34,21 @@
 rust_library(
     name = "pest_meta",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pest_meta",
         "manual",
     ],
-    version = "2.1.3",
+    version = "2.5.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__maplit__1_0_2//:maplit",
-        "@raze__pest__2_1_3//:pest",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__pest__2_5_3//:pest",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.phf-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.phf-0.10.1.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.phf-0.8.0.bazel
rename to third_party/rust/cargo/remote/BUILD.phf-0.10.1.bazel
index 83145ca..29e1b95 100644
--- a/third_party/rust/cargo/remote/BUILD.phf-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.phf-0.10.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,11 +46,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=phf",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__phf_shared__0_8_0//:phf_shared",
+        "@raze__phf_shared__0_10_0//:phf_shared",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.phf_codegen-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.phf_codegen-0.10.0.bazel
similarity index 80%
rename from third_party/rust/cargo/remote/BUILD.phf_codegen-0.8.0.bazel
rename to third_party/rust/cargo/remote/BUILD.phf_codegen-0.10.0.bazel
index baf4811..86cc8d6 100644
--- a/third_party/rust/cargo/remote/BUILD.phf_codegen-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.phf_codegen-0.10.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "phf_codegen",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,12 +42,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=phf_codegen",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__phf_generator__0_8_0//:phf_generator",
-        "@raze__phf_shared__0_8_0//:phf_shared",
+        "@raze__phf_generator__0_10_0//:phf_generator",
+        "@raze__phf_shared__0_10_0//:phf_shared",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.phf_generator-0.10.0.bazel
similarity index 80%
rename from third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel
rename to third_party/rust/cargo/remote/BUILD.phf_generator-0.10.0.bazel
index ecff7a0..31f7122 100644
--- a/third_party/rust/cargo/remote/BUILD.phf_generator-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.phf_generator-0.10.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,8 +38,6 @@
     # N.B.: The exact form of this is subject to change.
     name = "cargo_bin_gen_hash_test",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/bin/gen_hash_test.rs",
     data = [],
     edition = "2018",
@@ -47,24 +46,22 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=gen_hash_test",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.0",
     # buildifier: leave-alone
     deps = [
         ":phf_generator",
-        "@raze__phf_shared__0_8_0//:phf_shared",
-        "@raze__rand__0_7_3//:rand",
+        "@raze__phf_shared__0_10_0//:phf_shared",
+        "@raze__rand__0_8_5//:rand",
     ],
 )
 
 rust_library(
     name = "phf_generator",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -72,12 +69,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=phf_generator",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__phf_shared__0_8_0//:phf_shared",
-        "@raze__rand__0_7_3//:rand",
+        "@raze__phf_shared__0_10_0//:phf_shared",
+        "@raze__rand__0_8_5//:rand",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.phf_shared-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.phf_shared-0.10.0.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.phf_shared-0.8.0.bazel
rename to third_party/rust/cargo/remote/BUILD.phf_shared-0.10.0.bazel
index eb63003..fd8d2fa 100644
--- a/third_party/rust/cargo/remote/BUILD.phf_shared-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.phf_shared-0.10.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,11 +46,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=phf_shared",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__siphasher__0_3_5//:siphasher",
+        "@raze__siphasher__0_3_10//:siphasher",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-0.4.28.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-0.4.28.bazel
deleted file mode 100644
index 6fb9f74..0000000
--- a/third_party/rust/cargo/remote/BUILD.pin-project-0.4.28.bazel
+++ /dev/null
@@ -1,104 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # Apache-2.0 from expression "Apache-2.0 OR MIT"
-])
-
-# Generated Targets
-
-# Unsupported target "enum-default" with type "example" omitted
-
-# Unsupported target "enum-default-expanded" with type "example" omitted
-
-# Unsupported target "not_unpin" with type "example" omitted
-
-# Unsupported target "not_unpin-expanded" with type "example" omitted
-
-# Unsupported target "pinned_drop" with type "example" omitted
-
-# Unsupported target "pinned_drop-expanded" with type "example" omitted
-
-# Unsupported target "project_replace" with type "example" omitted
-
-# Unsupported target "project_replace-expanded" with type "example" omitted
-
-# Unsupported target "struct-default" with type "example" omitted
-
-# Unsupported target "struct-default-expanded" with type "example" omitted
-
-# Unsupported target "unsafe_unpin" with type "example" omitted
-
-# Unsupported target "unsafe_unpin-expanded" with type "example" omitted
-
-rust_library(
-    name = "pin_project",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    proc_macro_deps = [
-        "@raze__pin_project_internal__0_4_28//:pin_project_internal",
-    ],
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.4.28",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "cfg" with type "test" omitted
-
-# Unsupported target "compiletest" with type "test" omitted
-
-# Unsupported target "drop_order" with type "test" omitted
-
-# Unsupported target "lint" with type "test" omitted
-
-# Unsupported target "pin_project" with type "test" omitted
-
-# Unsupported target "pinned_drop" with type "test" omitted
-
-# Unsupported target "project" with type "test" omitted
-
-# Unsupported target "project_ref" with type "test" omitted
-
-# Unsupported target "project_replace" with type "test" omitted
-
-# Unsupported target "repr_packed" with type "test" omitted
-
-# Unsupported target "sized" with type "test" omitted
-
-# Unsupported target "unsafe_unpin" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-1.0.7.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-1.0.12.bazel
similarity index 92%
rename from third_party/rust/cargo/remote/BUILD.pin-project-1.0.7.bazel
rename to third_party/rust/cargo/remote/BUILD.pin-project-1.0.12.bazel
index 60573ea..5b14a19 100644
--- a/third_party/rust/cargo/remote/BUILD.pin-project-1.0.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pin-project-1.0.12.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -57,23 +58,21 @@
 rust_library(
     name = "pin_project",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     proc_macro_deps = [
-        "@raze__pin_project_internal__1_0_7//:pin_project_internal",
+        "@raze__pin_project_internal__1_0_12//:pin_project_internal",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pin-project",
         "manual",
     ],
-    version = "1.0.7",
+    version = "1.0.12",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-internal-0.4.28.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-internal-0.4.28.bazel
deleted file mode 100644
index a966773..0000000
--- a/third_party/rust/cargo/remote/BUILD.pin-project-internal-0.4.28.bazel
+++ /dev/null
@@ -1,86 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # Apache-2.0 from expression "Apache-2.0 OR MIT"
-])
-
-# Generated Targets
-# buildifier: disable=out-of-order-load
-# buildifier: disable=load-on-top
-load(
-    "@rules_rust//cargo:cargo_build_script.bzl",
-    "cargo_build_script",
-)
-
-cargo_build_script(
-    name = "pin_project_internal_build_script",
-    srcs = glob(["**/*.rs"]),
-    build_script_env = {
-    },
-    crate_features = [
-    ],
-    crate_root = "build.rs",
-    data = glob(["**"]),
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.4.28",
-    visibility = ["//visibility:private"],
-    deps = [
-    ],
-)
-
-rust_library(
-    name = "pin_project_internal",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.4.28",
-    # buildifier: leave-alone
-    deps = [
-        ":pin_project_internal_build_script",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.12.bazel
similarity index 77%
rename from third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel
rename to third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.12.bazel
index a3c5dca..d3a23cd 100644
--- a/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pin-project-internal-1.0.12.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,13 +31,10 @@
 
 # Generated Targets
 
-rust_library(
+rust_proc_macro(
     name = "pin_project_internal",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,13 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pin-project-internal",
         "manual",
     ],
-    version = "1.0.7",
+    version = "1.0.12",
     # buildifier: leave-alone
     deps = [
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel
deleted file mode 100644
index 3165ace..0000000
--- a/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel
+++ /dev/null
@@ -1,61 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # Apache-2.0 from expression "Apache-2.0 OR MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "pin_project_lite",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.1.12",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "compiletest" with type "test" omitted
-
-# Unsupported target "lint" with type "test" omitted
-
-# Unsupported target "proper_unpin" with type "test" omitted
-
-# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.7.bazel b/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.9.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.7.bazel
rename to third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.9.bazel
index efc159b..6c5d15b 100644
--- a/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pin-project-lite-0.2.9.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "pin_project_lite",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pin-project-lite",
         "manual",
     ],
-    version = "0.2.7",
+    version = "0.2.9",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.pin-utils-0.1.0.bazel b/third_party/rust/cargo/remote/BUILD.pin-utils-0.1.0.bazel
index 61c771e..7b67e17 100644
--- a/third_party/rust/cargo/remote/BUILD.pin-utils-0.1.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pin-utils-0.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "pin_utils",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pin-utils",
         "manual",
     ],
     version = "0.1.0",
diff --git a/third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel b/third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.17.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel
rename to third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.17.bazel
index 8dd417b..d1a78e0 100644
--- a/third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel
+++ b/third_party/rust/cargo/remote/BUILD.ppv-lite86-0.2.17.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +46,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=ppv-lite86",
         "manual",
     ],
-    version = "0.2.10",
+    version = "0.2.17",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.precomputed-hash-0.1.1.bazel b/third_party/rust/cargo/remote/BUILD.precomputed-hash-0.1.1.bazel
index cd45340..b43c8ff 100644
--- a/third_party/rust/cargo/remote/BUILD.precomputed-hash-0.1.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.precomputed-hash-0.1.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "precomputed_hash",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=precomputed-hash",
         "manual",
     ],
     version = "0.1.1",
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.27.bazel b/third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.27.bazel
rename to third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
index 926be40..3466557 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.27.bazel
+++ b/third_party/rust/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -44,6 +45,7 @@
     crate_features = [
         "default",
         "proc-macro",
+        "span-locations",
     ],
     crate_root = "build.rs",
     data = glob(["**"]),
@@ -55,7 +57,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.27",
+    version = "1.0.49",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -67,9 +69,9 @@
     crate_features = [
         "default",
         "proc-macro",
+        "span-locations",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,13 +79,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=proc-macro2",
         "manual",
     ],
-    version = "1.0.27",
+    version = "1.0.49",
     # buildifier: leave-alone
     deps = [
         ":proc_macro2_build_script",
-        "@raze__unicode_xid__0_2_2//:unicode_xid",
+        "@raze__unicode_ident__1_0_6//:unicode_ident",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.7.2.bazel b/third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.9.2.bazel
similarity index 78%
rename from third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.7.2.bazel
rename to third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.9.2.bazel
index 0236abb..07cfd99 100644
--- a/third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.7.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.pulldown-cmark-0.9.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,13 +42,9 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "default",
-        "getopts",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -55,7 +52,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.7.2",
+    version = "0.9.2",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -65,37 +62,37 @@
 
 # Unsupported target "lib" with type "bench" omitted
 
+# Unsupported target "markdown-it" with type "bench" omitted
+
 rust_binary(
     # Prefix bin name to disambiguate from (probable) collision with lib name
     # N.B.: The exact form of this is subject to change.
     name = "cargo_bin_pulldown_cmark",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "getopts",
-    ],
     crate_root = "src/main.rs",
     data = [],
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pulldown-cmark",
         "manual",
     ],
-    version = "0.7.2",
+    version = "0.9.2",
     # buildifier: leave-alone
     deps = [
         ":pulldown_cmark",
         ":pulldown_cmark_build_script",
-        "@raze__bitflags__1_2_1//:bitflags",
-        "@raze__getopts__0_2_21//:getopts",
-        "@raze__memchr__2_4_0//:memchr",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__memchr__2_5_0//:memchr",
         "@raze__unicase__2_6_0//:unicase",
     ],
 )
 
+# Unsupported target "broken-link-callbacks" with type "example" omitted
+
 # Unsupported target "event-filter" with type "example" omitted
 
 # Unsupported target "string-to-string" with type "example" omitted
@@ -103,28 +100,23 @@
 rust_library(
     name = "pulldown_cmark",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "getopts",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2018",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=pulldown-cmark",
         "manual",
     ],
-    version = "0.7.2",
+    version = "0.9.2",
     # buildifier: leave-alone
     deps = [
         ":pulldown_cmark_build_script",
-        "@raze__bitflags__1_2_1//:bitflags",
-        "@raze__getopts__0_2_21//:getopts",
-        "@raze__memchr__2_4_0//:memchr",
+        "@raze__bitflags__1_3_2//:bitflags",
+        "@raze__memchr__2_5_0//:memchr",
         "@raze__unicase__2_6_0//:unicase",
     ],
 )
@@ -134,3 +126,5 @@
 # Unsupported target "html" with type "test" omitted
 
 # Unsupported target "lib" with type "test" omitted
+
+# Unsupported target "serde" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.quick-error-1.2.3.bazel b/third_party/rust/cargo/remote/BUILD.quick-error-1.2.3.bazel
deleted file mode 100644
index a91f93c..0000000
--- a/third_party/rust/cargo/remote/BUILD.quick-error-1.2.3.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "context" with type "example" omitted
-
-rust_library(
-    name = "quick_error",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.2.3",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.quick-error-2.0.1.bazel b/third_party/rust/cargo/remote/BUILD.quick-error-2.0.1.bazel
deleted file mode 100644
index 19ed551..0000000
--- a/third_party/rust/cargo/remote/BUILD.quick-error-2.0.1.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "context" with type "example" omitted
-
-rust_library(
-    name = "quick_error",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "2.0.1",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel b/third_party/rust/cargo/remote/BUILD.quote-1.0.23.bazel
similarity index 78%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
copy to third_party/rust/cargo/remote/BUILD.quote-1.0.23.bazel
index 4cf3ce9..7d09af8 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-hack-0.5.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.quote-1.0.23.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,11 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_hack_build_script",
+    name = "quote_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
     crate_features = [
+        "default",
+        "proc-macro",
     ],
     crate_root = "build.rs",
     data = glob(["**"]),
@@ -53,19 +56,20 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.5.19",
+    version = "1.0.23",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_hack",
+    name = "quote",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "default",
+        "proc-macro",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -73,13 +77,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=quote",
         "manual",
     ],
-    version = "0.5.19",
+    version = "1.0.23",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_hack_build_script",
+        ":quote_build_script",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
     ],
 )
 
 # Unsupported target "compiletest" with type "test" omitted
+
+# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.quote-1.0.9.bazel b/third_party/rust/cargo/remote/BUILD.quote-1.0.9.bazel
deleted file mode 100644
index e023d51..0000000
--- a/third_party/rust/cargo/remote/BUILD.quote-1.0.9.bazel
+++ /dev/null
@@ -1,60 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "quote",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "proc-macro",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.0.9",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-    ],
-)
-
-# Unsupported target "compiletest" with type "test" omitted
-
-# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.rand-0.7.3.bazel b/third_party/rust/cargo/remote/BUILD.rand-0.7.3.bazel
deleted file mode 100644
index 7290f43..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand-0.7.3.bazel
+++ /dev/null
@@ -1,88 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "generators" with type "bench" omitted
-
-# Unsupported target "misc" with type "bench" omitted
-
-# Unsupported target "seq" with type "bench" omitted
-
-# Unsupported target "weighted" with type "bench" omitted
-
-# Unsupported target "monte-carlo" with type "example" omitted
-
-# Unsupported target "monty-hall" with type "example" omitted
-
-rust_library(
-    name = "rand",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-        "@raze__getrandom__0_1_16//:getrandom": "getrandom_package",
-    },
-    crate_features = [
-        "alloc",
-        "default",
-        "getrandom",
-        "getrandom_package",
-        "libc",
-        "rand_pcg",
-        "small_rng",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.7.3",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__getrandom__0_1_16//:getrandom",
-        "@raze__rand_chacha__0_2_2//:rand_chacha",
-        "@raze__rand_core__0_5_1//:rand_core",
-        "@raze__rand_pcg__0_2_1//:rand_pcg",
-    ] + selects.with_or({
-        # cfg(unix)
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-            "@raze__libc__0_2_97//:libc",
-        ],
-        "//conditions:default": [],
-    }),
-)
diff --git a/third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel b/third_party/rust/cargo/remote/BUILD.rand-0.8.5.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel
rename to third_party/rust/cargo/remote/BUILD.rand-0.8.5.bazel
index bc8c1f3..a7b3b08 100644
--- a/third_party/rust/cargo/remote/BUILD.rand-0.8.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.rand-0.8.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,12 +42,11 @@
         "getrandom",
         "libc",
         "rand_chacha",
-        "rand_hc",
+        "small_rng",
         "std",
         "std_rng",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -54,19 +54,19 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=rand",
         "manual",
     ],
-    version = "0.8.4",
+    version = "0.8.5",
     # buildifier: leave-alone
     deps = [
         "@raze__rand_chacha__0_3_1//:rand_chacha",
-        "@raze__rand_core__0_6_3//:rand_core",
+        "@raze__rand_core__0_6_4//:rand_core",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.rand_chacha-0.2.2.bazel b/third_party/rust/cargo/remote/BUILD.rand_chacha-0.2.2.bazel
deleted file mode 100644
index 31182a9..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand_chacha-0.2.2.bazel
+++ /dev/null
@@ -1,56 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "rand_chacha",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.2",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__ppv_lite86__0_2_10//:ppv_lite86",
-        "@raze__rand_core__0_5_1//:rand_core",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.rand_chacha-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
index 5b58889..bd957c1 100644
--- a/third_party/rust/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,7 +38,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -45,12 +45,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=rand_chacha",
         "manual",
     ],
     version = "0.3.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__ppv_lite86__0_2_10//:ppv_lite86",
-        "@raze__rand_core__0_6_3//:rand_core",
+        "@raze__ppv_lite86__0_2_17//:ppv_lite86",
+        "@raze__rand_core__0_6_4//:rand_core",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.rand_core-0.5.1.bazel b/third_party/rust/cargo/remote/BUILD.rand_core-0.5.1.bazel
deleted file mode 100644
index 7a27cd8..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand_core-0.5.1.bazel
+++ /dev/null
@@ -1,57 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "rand_core",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-        "getrandom",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.5.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__getrandom__0_1_16//:getrandom",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.rand_core-0.6.3.bazel b/third_party/rust/cargo/remote/BUILD.rand_core-0.6.4.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.rand_core-0.6.3.bazel
rename to third_party/rust/cargo/remote/BUILD.rand_core-0.6.4.bazel
index c63557a..f9f8ffc 100644
--- a/third_party/rust/cargo/remote/BUILD.rand_core-0.6.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.rand_core-0.6.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -39,7 +40,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -47,11 +47,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=rand_core",
         "manual",
     ],
-    version = "0.6.3",
+    version = "0.6.4",
     # buildifier: leave-alone
     deps = [
-        "@raze__getrandom__0_2_3//:getrandom",
+        "@raze__getrandom__0_2_8//:getrandom",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.rand_hc-0.2.0.bazel b/third_party/rust/cargo/remote/BUILD.rand_hc-0.2.0.bazel
deleted file mode 100644
index 00396bc..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand_hc-0.2.0.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "rand_hc",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.0",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__rand_core__0_5_1//:rand_core",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.rand_hc-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.rand_hc-0.3.1.bazel
deleted file mode 100644
index aeff7f0..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand_hc-0.3.1.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "rand_hc",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__rand_core__0_6_3//:rand_core",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.rand_pcg-0.2.1.bazel b/third_party/rust/cargo/remote/BUILD.rand_pcg-0.2.1.bazel
deleted file mode 100644
index e436d5a..0000000
--- a/third_party/rust/cargo/remote/BUILD.rand_pcg-0.2.1.bazel
+++ /dev/null
@@ -1,60 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "rand_pcg",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__rand_core__0_5_1//:rand_core",
-    ],
-)
-
-# Unsupported target "lcg128xsl64" with type "test" omitted
-
-# Unsupported target "lcg64xsh32" with type "test" omitted
-
-# Unsupported target "mcg128xsl64" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.9.bazel b/third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.9.bazel
rename to third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
index 62520fa..50db052 100644
--- a/third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.9.bazel
+++ b/third_party/rust/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -42,10 +43,7 @@
 rust_library(
     name = "syscall",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -53,11 +51,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=syscall",
         "manual",
     ],
-    version = "0.2.9",
+    version = "0.2.16",
     # buildifier: leave-alone
     deps = [
-        "@raze__bitflags__1_2_1//:bitflags",
+        "@raze__bitflags__1_3_2//:bitflags",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.regex-1.5.4.bazel b/third_party/rust/cargo/remote/BUILD.regex-1.7.1.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.regex-1.5.4.bazel
rename to third_party/rust/cargo/remote/BUILD.regex-1.7.1.bazel
index 6cd11a5..78008a6 100644
--- a/third_party/rust/cargo/remote/BUILD.regex-1.5.4.bazel
+++ b/third_party/rust/cargo/remote/BUILD.regex-1.7.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -65,7 +66,6 @@
         "unicode-segment",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -73,14 +73,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=regex",
         "manual",
     ],
-    version = "1.5.4",
+    version = "1.7.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__aho_corasick__0_7_18//:aho_corasick",
-        "@raze__memchr__2_4_0//:memchr",
-        "@raze__regex_syntax__0_6_25//:regex_syntax",
+        "@raze__aho_corasick__0_7_20//:aho_corasick",
+        "@raze__memchr__2_5_0//:memchr",
+        "@raze__regex_syntax__0_6_28//:regex_syntax",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel b/third_party/rust/cargo/remote/BUILD.regex-automata-0.1.10.bazel
similarity index 79%
copy from third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel
copy to third_party/rust/cargo/remote/BUILD.regex-automata-0.1.10.bazel
index a7f195a..3d96526 100644
--- a/third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.regex-automata-0.1.10.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,23 +32,23 @@
 # Generated Targets
 
 rust_library(
-    name = "termcolor",
+    name = "regex_automata",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2018",
+    edition = "2015",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=regex-automata",
         "manual",
     ],
-    version = "1.1.2",
+    version = "0.1.10",
     # buildifier: leave-alone
     deps = [
     ],
 )
+
+# Unsupported target "default" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.25.bazel b/third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
similarity index 91%
rename from third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.25.bazel
rename to third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
index 2362111..256b141 100644
--- a/third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.25.bazel
+++ b/third_party/rust/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -47,7 +48,6 @@
         "unicode-segment",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -55,9 +55,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=regex-syntax",
         "manual",
     ],
-    version = "0.6.25",
+    version = "0.6.28",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.remove_dir_all-0.5.3.bazel b/third_party/rust/cargo/remote/BUILD.remove_dir_all-0.5.3.bazel
index 03ef37b..526b767 100644
--- a/third_party/rust/cargo/remote/BUILD.remove_dir_all-0.5.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.remove_dir_all-0.5.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "remove_dir_all",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=remove_dir_all",
         "manual",
     ],
     version = "0.5.3",
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.rustls-pemfile-0.2.1.bazel
similarity index 68%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.rustls-pemfile-0.2.1.bazel
index f09bed8..a7bc5e9 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.rustls-pemfile-0.2.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,20 +26,17 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
+    "notice",  # Apache-2.0 from expression "Apache-2.0 OR (ISC OR MIT)"
 ])
 
 # Generated Targets
 
+# Unsupported target "benchmark" with type "bench" omitted
+
 rust_library(
-    name = "siphasher",
+    name = "rustls_pemfile",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +44,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=rustls-pemfile",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.2.1",
     # buildifier: leave-alone
     deps = [
+        "@raze__base64__0_13_1//:base64",
     ],
 )
+
+# Unsupported target "integration" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.ryu-1.0.5.bazel b/third_party/rust/cargo/remote/BUILD.ryu-1.0.12.bazel
similarity index 67%
rename from third_party/rust/cargo/remote/BUILD.ryu-1.0.5.bazel
rename to third_party/rust/cargo/remote/BUILD.ryu-1.0.12.bazel
index bf04f92..8e0b61b 100644
--- a/third_party/rust/cargo/remote/BUILD.ryu-1.0.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.ryu-1.0.12.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -29,35 +30,6 @@
 ])
 
 # Generated Targets
-# buildifier: disable=out-of-order-load
-# buildifier: disable=load-on-top
-load(
-    "@rules_rust//cargo:cargo_build_script.bzl",
-    "cargo_build_script",
-)
-
-cargo_build_script(
-    name = "ryu_build_script",
-    srcs = glob(["**/*.rs"]),
-    build_script_env = {
-    },
-    crate_features = [
-    ],
-    crate_root = "build.rs",
-    data = glob(["**"]),
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.0.5",
-    visibility = ["//visibility:private"],
-    deps = [
-    ],
-)
 
 # Unsupported target "bench" with type "bench" omitted
 
@@ -66,10 +38,7 @@
 rust_library(
     name = "ryu",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,12 +46,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=ryu",
         "manual",
     ],
-    version = "1.0.5",
+    version = "1.0.12",
     # buildifier: leave-alone
     deps = [
-        ":ryu_build_script",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.same-file-1.0.6.bazel b/third_party/rust/cargo/remote/BUILD.same-file-1.0.6.bazel
index 63fd0cb..06c3e7d 100644
--- a/third_party/rust/cargo/remote/BUILD.same-file-1.0.6.bazel
+++ b/third_party/rust/cargo/remote/BUILD.same-file-1.0.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,10 +38,7 @@
 rust_library(
     name = "same_file",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -48,6 +46,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=same-file",
         "manual",
     ],
     version = "1.0.6",
diff --git a/third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.0.bazel b/third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.1.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.0.bazel
rename to third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.1.bazel
index f510215..2f2fa9f 100644
--- a/third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.scoped-tls-1.0.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "scoped_tls",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=scoped-tls",
         "manual",
     ],
-    version = "1.0.0",
+    version = "1.0.1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.scopeguard-1.1.0.bazel
similarity index 81%
copy from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
copy to third_party/rust/cargo/remote/BUILD.scopeguard-1.1.0.bazel
index 7a47c54..5788d96 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.scopeguard-1.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,12 @@
 
 # Generated Targets
 
+# Unsupported target "readme" with type "example" omitted
+
 rust_library(
-    name = "either",
+    name = "scopeguard",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "use_std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,9 +44,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=scopeguard",
         "manual",
     ],
-    version = "1.6.1",
+    version = "1.1.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.scratch-1.0.3.bazel
similarity index 82%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.scratch-1.0.3.bazel
index ef68494..e40b4f5 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.scratch-1.0.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,12 +38,10 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "scratch_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -53,19 +52,16 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "1.0.3",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "scratch",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -73,11 +69,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=scratch",
         "manual",
     ],
-    version = "0.1.7",
+    version = "1.0.3",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":scratch_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.serde-1.0.126.bazel b/third_party/rust/cargo/remote/BUILD.serde-1.0.152.bazel
similarity index 83%
rename from third_party/rust/cargo/remote/BUILD.serde-1.0.126.bazel
rename to third_party/rust/cargo/remote/BUILD.serde-1.0.152.bazel
index 0cbd727..7253e0c 100644
--- a/third_party/rust/cargo/remote/BUILD.serde-1.0.126.bazel
+++ b/third_party/rust/cargo/remote/BUILD.serde-1.0.152.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -43,6 +44,8 @@
     },
     crate_features = [
         "default",
+        "derive",
+        "serde_derive",
         "std",
     ],
     crate_root = "build.rs",
@@ -55,7 +58,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.126",
+    version = "1.0.152",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -66,20 +69,25 @@
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
+        "derive",
+        "serde_derive",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
+    proc_macro_deps = [
+        "@raze__serde_derive__1_0_152//:serde_derive",
+    ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=serde",
         "manual",
     ],
-    version = "1.0.126",
+    version = "1.0.152",
     # buildifier: leave-alone
     deps = [
         ":serde_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel b/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.152.bazel
similarity index 84%
rename from third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel
rename to third_party/rust/cargo/remote/BUILD.serde_derive-1.0.152.bazel
index da93d69..95c3b23 100644
--- a/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.126.bazel
+++ b/third_party/rust/cargo/remote/BUILD.serde_derive-1.0.152.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -54,20 +55,19 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.126",
+    version = "1.0.152",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
-rust_library(
+rust_proc_macro(
     name = "serde_derive",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -75,14 +75,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=serde_derive",
         "manual",
     ],
-    version = "1.0.126",
+    version = "1.0.152",
     # buildifier: leave-alone
     deps = [
         ":serde_derive_build_script",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.serde_json-1.0.64.bazel b/third_party/rust/cargo/remote/BUILD.serde_json-1.0.91.bazel
similarity index 71%
rename from third_party/rust/cargo/remote/BUILD.serde_json-1.0.64.bazel
rename to third_party/rust/cargo/remote/BUILD.serde_json-1.0.91.bazel
index 62dc6b5..1e1450f 100644
--- a/third_party/rust/cargo/remote/BUILD.serde_json-1.0.64.bazel
+++ b/third_party/rust/cargo/remote/BUILD.serde_json-1.0.91.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -55,7 +56,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.64",
+    version = "1.0.91",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -69,7 +70,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,14 +77,29 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=serde_json",
         "manual",
     ],
-    version = "1.0.64",
+    version = "1.0.91",
     # buildifier: leave-alone
     deps = [
         ":serde_json_build_script",
-        "@raze__itoa__0_4_7//:itoa",
-        "@raze__ryu__1_0_5//:ryu",
-        "@raze__serde__1_0_126//:serde",
+        "@raze__itoa__1_0_5//:itoa",
+        "@raze__ryu__1_0_12//:ryu",
+        "@raze__serde__1_0_152//:serde",
     ],
 )
+
+# Unsupported target "compiletest" with type "test" omitted
+
+# Unsupported target "debug" with type "test" omitted
+
+# Unsupported target "lexical" with type "test" omitted
+
+# Unsupported target "map" with type "test" omitted
+
+# Unsupported target "regression" with type "test" omitted
+
+# Unsupported target "stream" with type "test" omitted
+
+# Unsupported target "test" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel b/third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.7.1.bazel
similarity index 76%
rename from third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel
rename to third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.7.1.bazel
index 25d4ce1..eabe3cb 100644
--- a/third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.serde_urlencoded-0.7.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,26 +34,24 @@
 rust_library(
     name = "serde_urlencoded",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=serde_urlencoded",
         "manual",
     ],
-    version = "0.6.1",
+    version = "0.7.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__dtoa__0_4_8//:dtoa",
-        "@raze__itoa__0_4_7//:itoa",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__url__2_2_2//:url",
+        "@raze__form_urlencoded__1_1_0//:form_urlencoded",
+        "@raze__itoa__1_0_5//:itoa",
+        "@raze__ryu__1_0_12//:ryu",
+        "@raze__serde__1_0_152//:serde",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.sha-1-0.10.1.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
copy to third_party/rust/cargo/remote/BUILD.sha-1-0.10.1.bazel
index bcf7467..924e64f 100644
--- a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.sha-1-0.10.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -32,16 +33,25 @@
 
 # Unsupported target "mod" with type "bench" omitted
 
+alias(
+    name = "sha_1",
+    actual = ":sha1",
+    tags = [
+        "cargo-raze",
+        "manual",
+    ],
+)
+
 rust_library(
-    name = "getrandom",
+    name = "sha1",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
     crate_features = [
+        "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -49,25 +59,22 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=sha1",
         "manual",
     ],
-    version = "0.2.3",
+    version = "0.10.1",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
+        "@raze__digest__0_10_6//:digest",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__cpufeatures__0_2_5//:cpufeatures",
         ],
         "//conditions:default": [],
     }),
 )
 
-# Unsupported target "custom" with type "test" omitted
-
-# Unsupported target "normal" with type "test" omitted
-
-# Unsupported target "rdrand" with type "test" omitted
+# Unsupported target "mod" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.sha-1-0.8.2.bazel b/third_party/rust/cargo/remote/BUILD.sha-1-0.8.2.bazel
deleted file mode 100644
index a15caa9..0000000
--- a/third_party/rust/cargo/remote/BUILD.sha-1-0.8.2.bazel
+++ /dev/null
@@ -1,72 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "lib" with type "bench" omitted
-
-# Unsupported target "sha1sum" with type "example" omitted
-
-alias(
-    name = "sha_1",
-    actual = ":sha1",
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-)
-
-rust_library(
-    name = "sha1",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.8.2",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__block_buffer__0_7_3//:block_buffer",
-        "@raze__digest__0_8_1//:digest",
-        "@raze__fake_simd__0_1_2//:fake_simd",
-        "@raze__opaque_debug__0_2_3//:opaque_debug",
-    ],
-)
-
-# Unsupported target "lib" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.sha-1-0.9.6.bazel b/third_party/rust/cargo/remote/BUILD.sha-1-0.9.6.bazel
deleted file mode 100644
index e46daf7..0000000
--- a/third_party/rust/cargo/remote/BUILD.sha-1-0.9.6.bazel
+++ /dev/null
@@ -1,84 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "lib" with type "bench" omitted
-
-# Unsupported target "sha1sum" with type "example" omitted
-
-alias(
-    name = "sha_1",
-    actual = ":sha1",
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-)
-
-rust_library(
-    name = "sha1",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.9.6",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__block_buffer__0_9_0//:block_buffer",
-        "@raze__cfg_if__1_0_0//:cfg_if",
-        "@raze__digest__0_9_0//:digest",
-        "@raze__opaque_debug__0_3_0//:opaque_debug",
-    ] + selects.with_or({
-        # cfg(any(target_arch = "x86", target_arch = "x86_64"))
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-            "@raze__cpufeatures__0_1_5//:cpufeatures",
-        ],
-        "//conditions:default": [],
-    }),
-)
-
-# Unsupported target "lib" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.sha1-0.10.5.bazel
similarity index 78%
copy from third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
copy to third_party/rust/cargo/remote/BUILD.sha1-0.10.5.bazel
index bcf7467..07d4c37 100644
--- a/third_party/rust/cargo/remote/BUILD.getrandom-0.2.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.sha1-0.10.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,15 +34,15 @@
 # Unsupported target "mod" with type "bench" omitted
 
 rust_library(
-    name = "getrandom",
+    name = "sha1",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
     crate_features = [
+        "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -49,25 +50,22 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=sha1",
         "manual",
     ],
-    version = "0.2.3",
+    version = "0.10.5",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
+        "@raze__digest__0_10_6//:digest",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__cpufeatures__0_2_5//:cpufeatures",
         ],
         "//conditions:default": [],
     }),
 )
 
-# Unsupported target "custom" with type "test" omitted
-
-# Unsupported target "normal" with type "test" omitted
-
-# Unsupported target "rdrand" with type "test" omitted
+# Unsupported target "mod" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel b/third_party/rust/cargo/remote/BUILD.sha2-0.10.6.bazel
similarity index 77%
copy from third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
copy to third_party/rust/cargo/remote/BUILD.sha2-0.10.6.bazel
index 12de45b..a0702b4 100644
--- a/third_party/rust/cargo/remote/BUILD.filetime-0.2.14.bazel
+++ b/third_party/rust/cargo/remote/BUILD.sha2-0.10.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,14 @@
 
 # Generated Targets
 
+# Unsupported target "mod" with type "bench" omitted
+
 rust_library(
-    name = "filetime",
+    name = "sha2",
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,19 +46,22 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=sha2",
         "manual",
     ],
-    version = "0.2.14",
+    version = "0.10.6",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
+        "@raze__digest__0_10_6//:digest",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__cpufeatures__0_2_5//:cpufeatures",
         ],
         "//conditions:default": [],
     }),
 )
+
+# Unsupported target "mod" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.shlex-1.0.0.bazel b/third_party/rust/cargo/remote/BUILD.shlex-1.0.0.bazel
deleted file mode 100644
index 329566f..0000000
--- a/third_party/rust/cargo/remote/BUILD.shlex-1.0.0.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "shlex",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.0.0",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel b/third_party/rust/cargo/remote/BUILD.shlex-1.1.0.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
rename to third_party/rust/cargo/remote/BUILD.shlex-1.1.0.bazel
index 7a47c54..be53174 100644
--- a/third_party/rust/cargo/remote/BUILD.either-1.6.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.shlex-1.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,13 @@
 # Generated Targets
 
 rust_library(
-    name = "either",
+    name = "shlex",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
-        "use_std",
+        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,9 +46,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=shlex",
         "manual",
     ],
-    version = "1.6.1",
+    version = "1.1.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.siphasher-0.3.10.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
rename to third_party/rust/cargo/remote/BUILD.siphasher-0.3.10.bazel
index f09bed8..0183013 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.siphasher-0.3.10.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -38,7 +39,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +46,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=siphasher",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.3.10",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.slab-0.4.3.bazel b/third_party/rust/cargo/remote/BUILD.slab-0.4.3.bazel
deleted file mode 100644
index 928368b..0000000
--- a/third_party/rust/cargo/remote/BUILD.slab-0.4.3.bazel
+++ /dev/null
@@ -1,59 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "slab",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.4.3",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
-
-# Unsupported target "serde" with type "test" omitted
-
-# Unsupported target "slab" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel b/third_party/rust/cargo/remote/BUILD.slab-0.4.7.bazel
similarity index 78%
copy from third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel
copy to third_party/rust/cargo/remote/BUILD.slab-0.4.7.bazel
index be54de0..61198b1 100644
--- a/third_party/rust/cargo/remote/BUILD.memchr-2.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.slab-0.4.7.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,7 +26,7 @@
 ])
 
 licenses([
-    "unencumbered",  # Unlicense from expression "Unlicense OR MIT"
+    "notice",  # MIT from expression "MIT"
 ])
 
 # Generated Targets
@@ -37,7 +38,7 @@
 )
 
 cargo_build_script(
-    name = "memchr_build_script",
+    name = "slab_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
@@ -55,21 +56,21 @@
         "cargo-raze",
         "manual",
     ],
-    version = "2.4.0",
+    version = "0.4.7",
     visibility = ["//visibility:private"],
     deps = [
+        "@raze__autocfg__1_1_0//:autocfg",
     ],
 )
 
 rust_library(
-    name = "memchr",
+    name = "slab",
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,11 +78,16 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=slab",
         "manual",
     ],
-    version = "2.4.0",
+    version = "0.4.7",
     # buildifier: leave-alone
     deps = [
-        ":memchr_build_script",
+        ":slab_build_script",
     ],
 )
+
+# Unsupported target "serde" with type "test" omitted
+
+# Unsupported target "slab" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel b/third_party/rust/cargo/remote/BUILD.smallvec-1.10.0.bazel
similarity index 78%
copy from third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel
copy to third_party/rust/cargo/remote/BUILD.smallvec-1.10.0.bazel
index a0c89fd..03db759 100644
--- a/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.smallvec-1.10.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,14 +34,9 @@
 # Unsupported target "bench" with type "bench" omitted
 
 rust_library(
-    name = "ucd_trie",
+    name = "smallvec",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -48,10 +44,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=smallvec",
         "manual",
     ],
-    version = "0.1.3",
+    version = "1.10.0",
     # buildifier: leave-alone
     deps = [
     ],
 )
+
+# Unsupported target "debugger_visualizer" with type "test" omitted
+
+# Unsupported target "macro" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.socket2-0.3.19.bazel b/third_party/rust/cargo/remote/BUILD.socket2-0.4.7.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.socket2-0.3.19.bazel
rename to third_party/rust/cargo/remote/BUILD.socket2-0.4.7.bazel
index e627c5f..13103af 100644
--- a/third_party/rust/cargo/remote/BUILD.socket2-0.3.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.socket2-0.4.7.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -36,9 +37,9 @@
     aliases = {
     },
     crate_features = [
+        "all",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,18 +47,17 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=socket2",
         "manual",
     ],
-    version = "0.3.19",
+    version = "0.4.7",
     # buildifier: leave-alone
     deps = [
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__cfg_if__1_0_0//:cfg_if",
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.string_cache-0.8.1.bazel b/third_party/rust/cargo/remote/BUILD.string_cache-0.8.4.bazel
similarity index 80%
rename from third_party/rust/cargo/remote/BUILD.string_cache-0.8.1.bazel
rename to third_party/rust/cargo/remote/BUILD.string_cache-0.8.4.bazel
index 8355a9a..7f2a594 100644
--- a/third_party/rust/cargo/remote/BUILD.string_cache-0.8.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.string_cache-0.8.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,7 +42,6 @@
         "serde_support",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -49,16 +49,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=string_cache",
         "manual",
     ],
-    version = "0.8.1",
+    version = "0.8.4",
     # buildifier: leave-alone
     deps = [
-        "@raze__lazy_static__1_4_0//:lazy_static",
         "@raze__new_debug_unreachable__1_0_4//:new_debug_unreachable",
-        "@raze__phf_shared__0_8_0//:phf_shared",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__parking_lot__0_12_1//:parking_lot",
+        "@raze__phf_shared__0_10_0//:phf_shared",
         "@raze__precomputed_hash__0_1_1//:precomputed_hash",
-        "@raze__serde__1_0_126//:serde",
+        "@raze__serde__1_0_152//:serde",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel b/third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.2.bazel
similarity index 74%
rename from third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel
rename to third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.2.bazel
index 699007b..e906344 100644
--- a/third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.string_cache_codegen-0.5.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "string_cache_codegen",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,14 +42,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=string_cache_codegen",
         "manual",
     ],
-    version = "0.5.1",
+    version = "0.5.2",
     # buildifier: leave-alone
     deps = [
-        "@raze__phf_generator__0_8_0//:phf_generator",
-        "@raze__phf_shared__0_8_0//:phf_shared",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
+        "@raze__phf_generator__0_10_0//:phf_generator",
+        "@raze__phf_shared__0_10_0//:phf_shared",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.strsim-0.8.0.bazel b/third_party/rust/cargo/remote/BUILD.strsim-0.10.0.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.strsim-0.8.0.bazel
rename to third_party/rust/cargo/remote/BUILD.strsim-0.10.0.bazel
index dcd7cff..60749c8 100644
--- a/third_party/rust/cargo/remote/BUILD.strsim-0.8.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.strsim-0.10.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "strsim",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,9 +44,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=strsim",
         "manual",
     ],
-    version = "0.8.0",
+    version = "0.10.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.strum-0.21.0.bazel b/third_party/rust/cargo/remote/BUILD.strum-0.21.0.bazel
deleted file mode 100644
index 943d62b..0000000
--- a/third_party/rust/cargo/remote/BUILD.strum-0.21.0.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "strum",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.21.0",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.strum_macros-0.21.1.bazel b/third_party/rust/cargo/remote/BUILD.strum_macros-0.21.1.bazel
deleted file mode 100644
index 773cc49..0000000
--- a/third_party/rust/cargo/remote/BUILD.strum_macros-0.21.1.bazel
+++ /dev/null
@@ -1,57 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "strum_macros",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.21.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__heck__0_3_3//:heck",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.syn-1.0.73.bazel b/third_party/rust/cargo/remote/BUILD.syn-1.0.107.bazel
similarity index 90%
rename from third_party/rust/cargo/remote/BUILD.syn-1.0.73.bazel
rename to third_party/rust/cargo/remote/BUILD.syn-1.0.107.bazel
index a75500c..7e379f7 100644
--- a/third_party/rust/cargo/remote/BUILD.syn-1.0.73.bazel
+++ b/third_party/rust/cargo/remote/BUILD.syn-1.0.107.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -52,6 +53,7 @@
         "printing",
         "proc-macro",
         "quote",
+        "visit",
         "visit-mut",
     ],
     crate_root = "build.rs",
@@ -64,7 +66,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.73",
+    version = "1.0.107",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -88,10 +90,10 @@
         "printing",
         "proc-macro",
         "quote",
+        "visit",
         "visit-mut",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -99,18 +101,21 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=syn",
         "manual",
     ],
-    version = "1.0.73",
+    version = "1.0.107",
     # buildifier: leave-alone
     deps = [
         ":syn_build_script",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__unicode_xid__0_2_2//:unicode_xid",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__unicode_ident__1_0_6//:unicode_ident",
     ],
 )
 
+# Unsupported target "regression" with type "test" omitted
+
 # Unsupported target "test_asyncness" with type "test" omitted
 
 # Unsupported target "test_attribute" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tempfile-3.2.0.bazel b/third_party/rust/cargo/remote/BUILD.tempfile-3.3.0.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.tempfile-3.2.0.bazel
rename to third_party/rust/cargo/remote/BUILD.tempfile-3.3.0.bazel
index 92873b6..4c4bbfb 100644
--- a/third_party/rust/cargo/remote/BUILD.tempfile-3.2.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tempfile-3.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
     srcs = glob(["**/*.rs"]),
     aliases = {
     },
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,20 +44,20 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tempfile",
         "manual",
     ],
-    version = "3.2.0",
+    version = "3.3.0",
     # buildifier: leave-alone
     deps = [
         "@raze__cfg_if__1_0_0//:cfg_if",
-        "@raze__rand__0_8_4//:rand",
+        "@raze__fastrand__1_8_0//:fastrand",
         "@raze__remove_dir_all__0_5_3//:remove_dir_all",
     ] + selects.with_or({
-        # cfg(unix)
         (
             "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
         ): [
-            "@raze__libc__0_2_97//:libc",
+            "@raze__libc__0_2_139//:libc",
         ],
         "//conditions:default": [],
     }),
diff --git a/third_party/rust/cargo/remote/BUILD.tendril-0.4.2.bazel b/third_party/rust/cargo/remote/BUILD.tendril-0.4.3.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.tendril-0.4.2.bazel
rename to third_party/rust/cargo/remote/BUILD.tendril-0.4.3.bazel
index c26b4c0..16bcb67 100644
--- a/third_party/rust/cargo/remote/BUILD.tendril-0.4.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tendril-0.4.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "tendril",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -46,12 +44,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tendril",
         "manual",
     ],
-    version = "0.4.2",
+    version = "0.4.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__futf__0_1_4//:futf",
+        "@raze__futf__0_1_5//:futf",
         "@raze__mac__0_1_1//:mac",
         "@raze__utf_8__0_7_6//:utf_8",
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel b/third_party/rust/cargo/remote/BUILD.termcolor-1.1.3.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel
rename to third_party/rust/cargo/remote/BUILD.termcolor-1.1.3.bazel
index a7f195a..70bc12d 100644
--- a/third_party/rust/cargo/remote/BUILD.termcolor-1.1.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.termcolor-1.1.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "termcolor",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=termcolor",
         "manual",
     ],
-    version = "1.1.2",
+    version = "1.1.3",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.textwrap-0.11.0.bazel b/third_party/rust/cargo/remote/BUILD.textwrap-0.16.0.bazel
similarity index 76%
rename from third_party/rust/cargo/remote/BUILD.textwrap-0.11.0.bazel
rename to third_party/rust/cargo/remote/BUILD.textwrap-0.16.0.bazel
index ee6aa2b..7037c0e 100644
--- a/third_party/rust/cargo/remote/BUILD.textwrap-0.11.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.textwrap-0.16.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,33 +31,30 @@
 
 # Generated Targets
 
-# Unsupported target "linear" with type "bench" omitted
-
-# Unsupported target "layout" with type "example" omitted
+# Unsupported target "hyphenation" with type "example" omitted
 
 # Unsupported target "termwidth" with type "example" omitted
 
 rust_library(
     name = "textwrap",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2021",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=textwrap",
         "manual",
     ],
-    version = "0.11.0",
+    version = "0.16.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__unicode_width__0_1_8//:unicode_width",
     ],
 )
 
+# Unsupported target "indent" with type "test" omitted
+
 # Unsupported target "version-numbers" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel b/third_party/rust/cargo/remote/BUILD.thiserror-1.0.38.bazel
similarity index 63%
copy from third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel
copy to third_party/rust/cargo/remote/BUILD.thiserror-1.0.38.bazel
index 41be689..44ea638 100644
--- a/third_party/rust/cargo/remote/BUILD.anyhow-1.0.41.bazel
+++ b/third_party/rust/cargo/remote/BUILD.thiserror-1.0.38.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,14 +38,10 @@
 )
 
 cargo_build_script(
-    name = "anyhow_build_script",
+    name = "thiserror_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -55,59 +52,58 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.0.41",
+    version = "1.0.38",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "anyhow",
+    name = "thiserror",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
+    proc_macro_deps = [
+        "@raze__thiserror_impl__1_0_38//:thiserror_impl",
+    ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=thiserror",
         "manual",
     ],
-    version = "1.0.41",
+    version = "1.0.38",
     # buildifier: leave-alone
     deps = [
-        ":anyhow_build_script",
+        ":thiserror_build_script",
     ],
 )
 
 # Unsupported target "compiletest" with type "test" omitted
 
-# Unsupported target "test_autotrait" with type "test" omitted
-
 # Unsupported target "test_backtrace" with type "test" omitted
 
-# Unsupported target "test_boxed" with type "test" omitted
+# Unsupported target "test_deprecated" with type "test" omitted
 
-# Unsupported target "test_chain" with type "test" omitted
+# Unsupported target "test_display" with type "test" omitted
 
-# Unsupported target "test_context" with type "test" omitted
+# Unsupported target "test_error" with type "test" omitted
 
-# Unsupported target "test_convert" with type "test" omitted
+# Unsupported target "test_expr" with type "test" omitted
 
-# Unsupported target "test_downcast" with type "test" omitted
+# Unsupported target "test_from" with type "test" omitted
 
-# Unsupported target "test_ffi" with type "test" omitted
+# Unsupported target "test_generics" with type "test" omitted
 
-# Unsupported target "test_fmt" with type "test" omitted
+# Unsupported target "test_lints" with type "test" omitted
 
-# Unsupported target "test_macros" with type "test" omitted
+# Unsupported target "test_option" with type "test" omitted
 
-# Unsupported target "test_repr" with type "test" omitted
+# Unsupported target "test_path" with type "test" omitted
 
 # Unsupported target "test_source" with type "test" omitted
+
+# Unsupported target "test_transparent" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
similarity index 75%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
index f09bed8..1fc1db2 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,10 @@
 
 # Generated Targets
 
-rust_library(
-    name = "siphasher",
+rust_proc_macro(
+    name = "thiserror_impl",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=thiserror-impl",
         "manual",
     ],
-    version = "0.3.5",
+    version = "1.0.38",
     # buildifier: leave-alone
     deps = [
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.time-0.1.43.bazel b/third_party/rust/cargo/remote/BUILD.time-0.1.45.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.time-0.1.43.bazel
rename to third_party/rust/cargo/remote/BUILD.time-0.1.45.bazel
index 59e6f33..f842b14 100644
--- a/third_party/rust/cargo/remote/BUILD.time-0.1.43.bazel
+++ b/third_party/rust/cargo/remote/BUILD.time-0.1.45.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "time",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,11 +42,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=time",
         "manual",
     ],
-    version = "0.1.43",
+    version = "0.1.45",
     # buildifier: leave-alone
     deps = [
-        "@raze__libc__0_2_97//:libc",
+        "@raze__libc__0_2_139//:libc",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.tinyvec-1.2.0.bazel b/third_party/rust/cargo/remote/BUILD.tinyvec-1.6.0.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.tinyvec-1.2.0.bazel
rename to third_party/rust/cargo/remote/BUILD.tinyvec-1.6.0.bazel
index 31520c9..581c31f 100644
--- a/third_party/rust/cargo/remote/BUILD.tinyvec-1.2.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tinyvec-1.6.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -32,6 +33,8 @@
 
 # Unsupported target "macros" with type "bench" omitted
 
+# Unsupported target "smallvec" with type "bench" omitted
+
 rust_library(
     name = "tinyvec",
     srcs = glob(["**/*.rs"]),
@@ -41,7 +44,6 @@
         "tinyvec_macros",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -49,9 +51,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tinyvec",
         "manual",
     ],
-    version = "1.2.0",
+    version = "1.6.0",
     # buildifier: leave-alone
     deps = [
         "@raze__tinyvec_macros__0_1_0//:tinyvec_macros",
diff --git a/third_party/rust/cargo/remote/BUILD.tinyvec_macros-0.1.0.bazel b/third_party/rust/cargo/remote/BUILD.tinyvec_macros-0.1.0.bazel
index 0d294b0..011f11c 100644
--- a/third_party/rust/cargo/remote/BUILD.tinyvec_macros-0.1.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tinyvec_macros-0.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "tinyvec_macros",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tinyvec_macros",
         "manual",
     ],
     version = "0.1.0",
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-0.2.25.bazel b/third_party/rust/cargo/remote/BUILD.tokio-0.2.25.bazel
deleted file mode 100644
index 1d76ac8..0000000
--- a/third_party/rust/cargo/remote/BUILD.tokio-0.2.25.bazel
+++ /dev/null
@@ -1,289 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "tokio",
-    srcs = glob(["**/*.rs"]),
-    aliases = {
-    },
-    crate_features = [
-        "blocking",
-        "default",
-        "fnv",
-        "fs",
-        "futures-core",
-        "io-driver",
-        "io-util",
-        "iovec",
-        "lazy_static",
-        "macros",
-        "memchr",
-        "mio",
-        "rt-core",
-        "slab",
-        "stream",
-        "sync",
-        "tcp",
-        "time",
-        "tokio-macros",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    proc_macro_deps = [
-        "@raze__tokio_macros__0_2_6//:tokio_macros",
-    ],
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.25",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__fnv__1_0_7//:fnv",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__iovec__0_1_4//:iovec",
-        "@raze__lazy_static__1_4_0//:lazy_static",
-        "@raze__memchr__2_4_0//:memchr",
-        "@raze__mio__0_6_23//:mio",
-        "@raze__pin_project_lite__0_1_12//:pin_project_lite",
-        "@raze__slab__0_4_3//:slab",
-    ] + selects.with_or({
-        # cfg(unix)
-        (
-            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-        ): [
-        ],
-        "//conditions:default": [],
-    }),
-)
-
-# Unsupported target "_require_full" with type "test" omitted
-
-# Unsupported target "async_send_sync" with type "test" omitted
-
-# Unsupported target "buffered" with type "test" omitted
-
-# Unsupported target "fs" with type "test" omitted
-
-# Unsupported target "fs_copy" with type "test" omitted
-
-# Unsupported target "fs_dir" with type "test" omitted
-
-# Unsupported target "fs_file" with type "test" omitted
-
-# Unsupported target "fs_file_mocked" with type "test" omitted
-
-# Unsupported target "fs_link" with type "test" omitted
-
-# Unsupported target "io_async_read" with type "test" omitted
-
-# Unsupported target "io_chain" with type "test" omitted
-
-# Unsupported target "io_copy" with type "test" omitted
-
-# Unsupported target "io_driver" with type "test" omitted
-
-# Unsupported target "io_driver_drop" with type "test" omitted
-
-# Unsupported target "io_lines" with type "test" omitted
-
-# Unsupported target "io_mem_stream" with type "test" omitted
-
-# Unsupported target "io_read" with type "test" omitted
-
-# Unsupported target "io_read_exact" with type "test" omitted
-
-# Unsupported target "io_read_line" with type "test" omitted
-
-# Unsupported target "io_read_to_end" with type "test" omitted
-
-# Unsupported target "io_read_to_string" with type "test" omitted
-
-# Unsupported target "io_read_until" with type "test" omitted
-
-# Unsupported target "io_reader_stream" with type "test" omitted
-
-# Unsupported target "io_split" with type "test" omitted
-
-# Unsupported target "io_take" with type "test" omitted
-
-# Unsupported target "io_write" with type "test" omitted
-
-# Unsupported target "io_write_all" with type "test" omitted
-
-# Unsupported target "io_write_int" with type "test" omitted
-
-# Unsupported target "macros_join" with type "test" omitted
-
-# Unsupported target "macros_pin" with type "test" omitted
-
-# Unsupported target "macros_select" with type "test" omitted
-
-# Unsupported target "macros_test" with type "test" omitted
-
-# Unsupported target "macros_try_join" with type "test" omitted
-
-# Unsupported target "net_bind_resource" with type "test" omitted
-
-# Unsupported target "net_lookup_host" with type "test" omitted
-
-# Unsupported target "no_rt" with type "test" omitted
-
-# Unsupported target "process_issue_2174" with type "test" omitted
-
-# Unsupported target "process_issue_42" with type "test" omitted
-
-# Unsupported target "process_kill_on_drop" with type "test" omitted
-
-# Unsupported target "process_smoke" with type "test" omitted
-
-# Unsupported target "rt_basic" with type "test" omitted
-
-# Unsupported target "rt_common" with type "test" omitted
-
-# Unsupported target "rt_threaded" with type "test" omitted
-
-# Unsupported target "signal_ctrl_c" with type "test" omitted
-
-# Unsupported target "signal_drop_recv" with type "test" omitted
-
-# Unsupported target "signal_drop_rt" with type "test" omitted
-
-# Unsupported target "signal_drop_signal" with type "test" omitted
-
-# Unsupported target "signal_multi_rt" with type "test" omitted
-
-# Unsupported target "signal_no_rt" with type "test" omitted
-
-# Unsupported target "signal_notify_both" with type "test" omitted
-
-# Unsupported target "signal_twice" with type "test" omitted
-
-# Unsupported target "signal_usr1" with type "test" omitted
-
-# Unsupported target "stream_chain" with type "test" omitted
-
-# Unsupported target "stream_collect" with type "test" omitted
-
-# Unsupported target "stream_empty" with type "test" omitted
-
-# Unsupported target "stream_fuse" with type "test" omitted
-
-# Unsupported target "stream_iter" with type "test" omitted
-
-# Unsupported target "stream_merge" with type "test" omitted
-
-# Unsupported target "stream_once" with type "test" omitted
-
-# Unsupported target "stream_pending" with type "test" omitted
-
-# Unsupported target "stream_reader" with type "test" omitted
-
-# Unsupported target "stream_stream_map" with type "test" omitted
-
-# Unsupported target "stream_timeout" with type "test" omitted
-
-# Unsupported target "sync_barrier" with type "test" omitted
-
-# Unsupported target "sync_broadcast" with type "test" omitted
-
-# Unsupported target "sync_cancellation_token" with type "test" omitted
-
-# Unsupported target "sync_errors" with type "test" omitted
-
-# Unsupported target "sync_mpsc" with type "test" omitted
-
-# Unsupported target "sync_mutex" with type "test" omitted
-
-# Unsupported target "sync_mutex_owned" with type "test" omitted
-
-# Unsupported target "sync_notify" with type "test" omitted
-
-# Unsupported target "sync_oneshot" with type "test" omitted
-
-# Unsupported target "sync_rwlock" with type "test" omitted
-
-# Unsupported target "sync_semaphore" with type "test" omitted
-
-# Unsupported target "sync_semaphore_owned" with type "test" omitted
-
-# Unsupported target "sync_watch" with type "test" omitted
-
-# Unsupported target "task_blocking" with type "test" omitted
-
-# Unsupported target "task_local" with type "test" omitted
-
-# Unsupported target "task_local_set" with type "test" omitted
-
-# Unsupported target "tcp_accept" with type "test" omitted
-
-# Unsupported target "tcp_connect" with type "test" omitted
-
-# Unsupported target "tcp_echo" with type "test" omitted
-
-# Unsupported target "tcp_into_split" with type "test" omitted
-
-# Unsupported target "tcp_peek" with type "test" omitted
-
-# Unsupported target "tcp_shutdown" with type "test" omitted
-
-# Unsupported target "tcp_split" with type "test" omitted
-
-# Unsupported target "test_clock" with type "test" omitted
-
-# Unsupported target "time_delay" with type "test" omitted
-
-# Unsupported target "time_delay_queue" with type "test" omitted
-
-# Unsupported target "time_interval" with type "test" omitted
-
-# Unsupported target "time_rt" with type "test" omitted
-
-# Unsupported target "time_throttle" with type "test" omitted
-
-# Unsupported target "time_timeout" with type "test" omitted
-
-# Unsupported target "udp" with type "test" omitted
-
-# Unsupported target "uds_cred" with type "test" omitted
-
-# Unsupported target "uds_datagram" with type "test" omitted
-
-# Unsupported target "uds_split" with type "test" omitted
-
-# Unsupported target "uds_stream" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-1.24.1.bazel b/third_party/rust/cargo/remote/BUILD.tokio-1.24.1.bazel
new file mode 100644
index 0000000..af6646a
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.tokio-1.24.1.bazel
@@ -0,0 +1,389 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT"
+])
+
+# Generated Targets
+# buildifier: disable=out-of-order-load
+# buildifier: disable=load-on-top
+load(
+    "@rules_rust//cargo:cargo_build_script.bzl",
+    "cargo_build_script",
+)
+
+cargo_build_script(
+    name = "tokio_build_script",
+    srcs = glob(["**/*.rs"]),
+    build_script_env = {
+    },
+    crate_features = [
+        "bytes",
+        "default",
+        "fs",
+        "io-util",
+        "libc",
+        "macros",
+        "memchr",
+        "mio",
+        "net",
+        "num_cpus",
+        "rt",
+        "rt-multi-thread",
+        "socket2",
+        "sync",
+        "time",
+        "tokio-macros",
+        "windows-sys",
+    ],
+    crate_root = "build.rs",
+    data = glob(["**"]),
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "manual",
+    ],
+    version = "1.24.1",
+    visibility = ["//visibility:private"],
+    deps = [
+        "@raze__autocfg__1_1_0//:autocfg",
+    ] + selects.with_or({
+        (
+            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+        ): [
+        ],
+        "//conditions:default": [],
+    }) + selects.with_or({
+        (
+            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+        ): [
+        ],
+        "//conditions:default": [],
+    }),
+)
+
+rust_library(
+    name = "tokio",
+    srcs = glob(["**/*.rs"]),
+    aliases = {
+    },
+    crate_features = [
+        "bytes",
+        "default",
+        "fs",
+        "io-util",
+        "libc",
+        "macros",
+        "memchr",
+        "mio",
+        "net",
+        "num_cpus",
+        "rt",
+        "rt-multi-thread",
+        "socket2",
+        "sync",
+        "time",
+        "tokio-macros",
+        "windows-sys",
+    ],
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2018",
+    proc_macro_deps = [
+        "@raze__tokio_macros__1_8_2//:tokio_macros",
+    ],
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=tokio",
+        "manual",
+    ],
+    version = "1.24.1",
+    # buildifier: leave-alone
+    deps = [
+        ":tokio_build_script",
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__memchr__2_5_0//:memchr",
+        "@raze__mio__0_8_5//:mio",
+        "@raze__num_cpus__1_15_0//:num_cpus",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
+    ] + selects.with_or({
+        (
+            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+        ): [
+            "@raze__socket2__0_4_7//:socket2",
+        ],
+        "//conditions:default": [],
+    }) + selects.with_or({
+        (
+            "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+        ): [
+            "@raze__libc__0_2_139//:libc",
+        ],
+        "//conditions:default": [],
+    }),
+)
+
+# Unsupported target "_require_full" with type "test" omitted
+
+# Unsupported target "async_send_sync" with type "test" omitted
+
+# Unsupported target "buffered" with type "test" omitted
+
+# Unsupported target "fs" with type "test" omitted
+
+# Unsupported target "fs_copy" with type "test" omitted
+
+# Unsupported target "fs_dir" with type "test" omitted
+
+# Unsupported target "fs_file" with type "test" omitted
+
+# Unsupported target "fs_link" with type "test" omitted
+
+# Unsupported target "io_async_fd" with type "test" omitted
+
+# Unsupported target "io_async_read" with type "test" omitted
+
+# Unsupported target "io_buf_reader" with type "test" omitted
+
+# Unsupported target "io_buf_writer" with type "test" omitted
+
+# Unsupported target "io_chain" with type "test" omitted
+
+# Unsupported target "io_copy" with type "test" omitted
+
+# Unsupported target "io_copy_bidirectional" with type "test" omitted
+
+# Unsupported target "io_driver" with type "test" omitted
+
+# Unsupported target "io_driver_drop" with type "test" omitted
+
+# Unsupported target "io_fill_buf" with type "test" omitted
+
+# Unsupported target "io_lines" with type "test" omitted
+
+# Unsupported target "io_mem_stream" with type "test" omitted
+
+# Unsupported target "io_panic" with type "test" omitted
+
+# Unsupported target "io_poll_aio" with type "test" omitted
+
+# Unsupported target "io_read" with type "test" omitted
+
+# Unsupported target "io_read_buf" with type "test" omitted
+
+# Unsupported target "io_read_exact" with type "test" omitted
+
+# Unsupported target "io_read_line" with type "test" omitted
+
+# Unsupported target "io_read_to_end" with type "test" omitted
+
+# Unsupported target "io_read_to_string" with type "test" omitted
+
+# Unsupported target "io_read_until" with type "test" omitted
+
+# Unsupported target "io_split" with type "test" omitted
+
+# Unsupported target "io_take" with type "test" omitted
+
+# Unsupported target "io_util_empty" with type "test" omitted
+
+# Unsupported target "io_write" with type "test" omitted
+
+# Unsupported target "io_write_all" with type "test" omitted
+
+# Unsupported target "io_write_all_buf" with type "test" omitted
+
+# Unsupported target "io_write_buf" with type "test" omitted
+
+# Unsupported target "io_write_int" with type "test" omitted
+
+# Unsupported target "join_handle_panic" with type "test" omitted
+
+# Unsupported target "macros_join" with type "test" omitted
+
+# Unsupported target "macros_pin" with type "test" omitted
+
+# Unsupported target "macros_rename_test" with type "test" omitted
+
+# Unsupported target "macros_select" with type "test" omitted
+
+# Unsupported target "macros_test" with type "test" omitted
+
+# Unsupported target "macros_try_join" with type "test" omitted
+
+# Unsupported target "net_bind_resource" with type "test" omitted
+
+# Unsupported target "net_lookup_host" with type "test" omitted
+
+# Unsupported target "net_named_pipe" with type "test" omitted
+
+# Unsupported target "net_panic" with type "test" omitted
+
+# Unsupported target "no_rt" with type "test" omitted
+
+# Unsupported target "process_arg0" with type "test" omitted
+
+# Unsupported target "process_issue_2174" with type "test" omitted
+
+# Unsupported target "process_issue_42" with type "test" omitted
+
+# Unsupported target "process_kill_on_drop" with type "test" omitted
+
+# Unsupported target "process_raw_handle" with type "test" omitted
+
+# Unsupported target "process_smoke" with type "test" omitted
+
+# Unsupported target "rt_basic" with type "test" omitted
+
+# Unsupported target "rt_common" with type "test" omitted
+
+# Unsupported target "rt_handle_block_on" with type "test" omitted
+
+# Unsupported target "rt_metrics" with type "test" omitted
+
+# Unsupported target "rt_panic" with type "test" omitted
+
+# Unsupported target "rt_threaded" with type "test" omitted
+
+# Unsupported target "signal_ctrl_c" with type "test" omitted
+
+# Unsupported target "signal_drop_recv" with type "test" omitted
+
+# Unsupported target "signal_drop_rt" with type "test" omitted
+
+# Unsupported target "signal_drop_signal" with type "test" omitted
+
+# Unsupported target "signal_multi_rt" with type "test" omitted
+
+# Unsupported target "signal_no_rt" with type "test" omitted
+
+# Unsupported target "signal_notify_both" with type "test" omitted
+
+# Unsupported target "signal_panic" with type "test" omitted
+
+# Unsupported target "signal_twice" with type "test" omitted
+
+# Unsupported target "signal_usr1" with type "test" omitted
+
+# Unsupported target "sync_barrier" with type "test" omitted
+
+# Unsupported target "sync_broadcast" with type "test" omitted
+
+# Unsupported target "sync_errors" with type "test" omitted
+
+# Unsupported target "sync_mpsc" with type "test" omitted
+
+# Unsupported target "sync_mpsc_weak" with type "test" omitted
+
+# Unsupported target "sync_mutex" with type "test" omitted
+
+# Unsupported target "sync_mutex_owned" with type "test" omitted
+
+# Unsupported target "sync_notify" with type "test" omitted
+
+# Unsupported target "sync_once_cell" with type "test" omitted
+
+# Unsupported target "sync_oneshot" with type "test" omitted
+
+# Unsupported target "sync_panic" with type "test" omitted
+
+# Unsupported target "sync_rwlock" with type "test" omitted
+
+# Unsupported target "sync_semaphore" with type "test" omitted
+
+# Unsupported target "sync_semaphore_owned" with type "test" omitted
+
+# Unsupported target "sync_watch" with type "test" omitted
+
+# Unsupported target "task_abort" with type "test" omitted
+
+# Unsupported target "task_blocking" with type "test" omitted
+
+# Unsupported target "task_builder" with type "test" omitted
+
+# Unsupported target "task_id" with type "test" omitted
+
+# Unsupported target "task_join_set" with type "test" omitted
+
+# Unsupported target "task_local" with type "test" omitted
+
+# Unsupported target "task_local_set" with type "test" omitted
+
+# Unsupported target "task_panic" with type "test" omitted
+
+# Unsupported target "tcp_accept" with type "test" omitted
+
+# Unsupported target "tcp_connect" with type "test" omitted
+
+# Unsupported target "tcp_echo" with type "test" omitted
+
+# Unsupported target "tcp_into_split" with type "test" omitted
+
+# Unsupported target "tcp_into_std" with type "test" omitted
+
+# Unsupported target "tcp_peek" with type "test" omitted
+
+# Unsupported target "tcp_shutdown" with type "test" omitted
+
+# Unsupported target "tcp_socket" with type "test" omitted
+
+# Unsupported target "tcp_split" with type "test" omitted
+
+# Unsupported target "tcp_stream" with type "test" omitted
+
+# Unsupported target "test_clock" with type "test" omitted
+
+# Unsupported target "time_interval" with type "test" omitted
+
+# Unsupported target "time_panic" with type "test" omitted
+
+# Unsupported target "time_pause" with type "test" omitted
+
+# Unsupported target "time_rt" with type "test" omitted
+
+# Unsupported target "time_sleep" with type "test" omitted
+
+# Unsupported target "time_timeout" with type "test" omitted
+
+# Unsupported target "udp" with type "test" omitted
+
+# Unsupported target "uds_cred" with type "test" omitted
+
+# Unsupported target "uds_datagram" with type "test" omitted
+
+# Unsupported target "uds_split" with type "test" omitted
+
+# Unsupported target "uds_stream" with type "test" omitted
+
+# Unsupported target "unwindsafe" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-macros-0.2.6.bazel b/third_party/rust/cargo/remote/BUILD.tokio-macros-1.8.2.bazel
similarity index 77%
rename from third_party/rust/cargo/remote/BUILD.tokio-macros-0.2.6.bazel
rename to third_party/rust/cargo/remote/BUILD.tokio-macros-1.8.2.bazel
index 8ec1b1f..2bf49dd 100644
--- a/third_party/rust/cargo/remote/BUILD.tokio-macros-0.2.6.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tokio-macros-1.8.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,13 +31,10 @@
 
 # Generated Targets
 
-rust_library(
+rust_proc_macro(
     name = "tokio_macros",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,13 +42,14 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tokio-macros",
         "manual",
     ],
-    version = "0.2.6",
+    version = "1.8.2",
     # buildifier: leave-alone
     deps = [
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-stream-0.1.11.bazel b/third_party/rust/cargo/remote/BUILD.tokio-stream-0.1.11.bazel
new file mode 100644
index 0000000..6de6db1
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.tokio-stream-0.1.11.bazel
@@ -0,0 +1,89 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT"
+])
+
+# Generated Targets
+
+rust_library(
+    name = "tokio_stream",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "default",
+        "time",
+    ],
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=tokio-stream",
+        "manual",
+    ],
+    version = "0.1.11",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
+        "@raze__tokio__1_24_1//:tokio",
+    ],
+)
+
+# Unsupported target "async_send_sync" with type "test" omitted
+
+# Unsupported target "chunks_timeout" with type "test" omitted
+
+# Unsupported target "stream_chain" with type "test" omitted
+
+# Unsupported target "stream_collect" with type "test" omitted
+
+# Unsupported target "stream_empty" with type "test" omitted
+
+# Unsupported target "stream_fuse" with type "test" omitted
+
+# Unsupported target "stream_iter" with type "test" omitted
+
+# Unsupported target "stream_merge" with type "test" omitted
+
+# Unsupported target "stream_once" with type "test" omitted
+
+# Unsupported target "stream_panic" with type "test" omitted
+
+# Unsupported target "stream_pending" with type "test" omitted
+
+# Unsupported target "stream_stream_map" with type "test" omitted
+
+# Unsupported target "stream_timeout" with type "test" omitted
+
+# Unsupported target "time_throttle" with type "test" omitted
+
+# Unsupported target "watch" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.11.0.bazel b/third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.17.2.bazel
similarity index 75%
rename from third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.11.0.bazel
rename to third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.17.2.bazel
index 0d8c0b9..385ac24 100644
--- a/third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.11.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tokio-tungstenite-0.17.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -46,9 +47,11 @@
     name = "tokio_tungstenite",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "connect",
+        "default",
+        "stream",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -56,19 +59,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tokio-tungstenite",
         "manual",
     ],
-    version = "0.11.0",
+    version = "0.17.2",
     # buildifier: leave-alone
     deps = [
-        "@raze__futures_util__0_3_15//:futures_util",
-        "@raze__log__0_4_14//:log",
-        "@raze__pin_project__0_4_28//:pin_project",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__tungstenite__0_11_1//:tungstenite",
+        "@raze__futures_util__0_3_25//:futures_util",
+        "@raze__log__0_4_17//:log",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__tungstenite__0_17_3//:tungstenite",
     ],
 )
-
-# Unsupported target "communication" with type "test" omitted
-
-# Unsupported target "handshakes" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-util-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.tokio-util-0.3.1.bazel
deleted file mode 100644
index d1e227b..0000000
--- a/third_party/rust/cargo/remote/BUILD.tokio-util-0.3.1.bazel
+++ /dev/null
@@ -1,73 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "tokio_util",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "codec",
-        "default",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.3.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__futures_core__0_3_15//:futures_core",
-        "@raze__futures_sink__0_3_15//:futures_sink",
-        "@raze__log__0_4_14//:log",
-        "@raze__pin_project_lite__0_1_12//:pin_project_lite",
-        "@raze__tokio__0_2_25//:tokio",
-    ],
-)
-
-# Unsupported target "codecs" with type "test" omitted
-
-# Unsupported target "framed" with type "test" omitted
-
-# Unsupported target "framed_read" with type "test" omitted
-
-# Unsupported target "framed_write" with type "test" omitted
-
-# Unsupported target "length_delimited" with type "test" omitted
-
-# Unsupported target "udp" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tokio-util-0.7.4.bazel b/third_party/rust/cargo/remote/BUILD.tokio-util-0.7.4.bazel
new file mode 100644
index 0000000..819ad5b
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.tokio-util-0.7.4.bazel
@@ -0,0 +1,104 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT"
+])
+
+# Generated Targets
+
+rust_library(
+    name = "tokio_util",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "codec",
+        "default",
+        "io",
+        "tracing",
+    ],
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=tokio-util",
+        "manual",
+    ],
+    version = "0.7.4",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__futures_core__0_3_25//:futures_core",
+        "@raze__futures_sink__0_3_25//:futures_sink",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__tracing__0_1_37//:tracing",
+    ],
+)
+
+# Unsupported target "_require_full" with type "test" omitted
+
+# Unsupported target "codecs" with type "test" omitted
+
+# Unsupported target "context" with type "test" omitted
+
+# Unsupported target "framed" with type "test" omitted
+
+# Unsupported target "framed_read" with type "test" omitted
+
+# Unsupported target "framed_stream" with type "test" omitted
+
+# Unsupported target "framed_write" with type "test" omitted
+
+# Unsupported target "io_reader_stream" with type "test" omitted
+
+# Unsupported target "io_stream_reader" with type "test" omitted
+
+# Unsupported target "io_sync_bridge" with type "test" omitted
+
+# Unsupported target "length_delimited" with type "test" omitted
+
+# Unsupported target "mpsc" with type "test" omitted
+
+# Unsupported target "panic" with type "test" omitted
+
+# Unsupported target "poll_semaphore" with type "test" omitted
+
+# Unsupported target "reusable_box" with type "test" omitted
+
+# Unsupported target "spawn_pinned" with type "test" omitted
+
+# Unsupported target "sync_cancellation_token" with type "test" omitted
+
+# Unsupported target "task_join_map" with type "test" omitted
+
+# Unsupported target "time_delay_queue" with type "test" omitted
+
+# Unsupported target "udp" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel b/third_party/rust/cargo/remote/BUILD.toml-0.5.10.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
rename to third_party/rust/cargo/remote/BUILD.toml-0.5.10.bazel
index 2998d99..d5cd8f0 100644
--- a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.toml-0.5.10.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -43,7 +44,6 @@
         "default",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -51,12 +51,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=toml",
         "manual",
     ],
-    version = "0.5.8",
+    version = "0.5.10",
     # buildifier: leave-alone
     deps = [
-        "@raze__serde__1_0_126//:serde",
+        "@raze__serde__1_0_152//:serde",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.fake-simd-0.1.2.bazel b/third_party/rust/cargo/remote/BUILD.topological-sort-0.1.0.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.fake-simd-0.1.2.bazel
rename to third_party/rust/cargo/remote/BUILD.topological-sort-0.1.0.bazel
index 1c7a396..ea443fd 100644
--- a/third_party/rust/cargo/remote/BUILD.fake-simd-0.1.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.topological-sort-0.1.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,12 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "fake_simd",
+    name = "topological_sort",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=topological-sort",
         "manual",
     ],
-    version = "0.1.2",
+    version = "0.1.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.tower-service-0.3.1.bazel b/third_party/rust/cargo/remote/BUILD.tower-service-0.3.2.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.tower-service-0.3.1.bazel
rename to third_party/rust/cargo/remote/BUILD.tower-service-0.3.2.bazel
index 56b6d78..a8881e1 100644
--- a/third_party/rust/cargo/remote/BUILD.tower-service-0.3.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tower-service-0.3.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "tower_service",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tower-service",
         "manual",
     ],
-    version = "0.3.1",
+    version = "0.3.2",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.tracing-0.1.26.bazel b/third_party/rust/cargo/remote/BUILD.tracing-0.1.26.bazel
deleted file mode 100644
index 0cf6759..0000000
--- a/third_party/rust/cargo/remote/BUILD.tracing-0.1.26.bazel
+++ /dev/null
@@ -1,85 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-# Unsupported target "no_subscriber" with type "bench" omitted
-
-# Unsupported target "subscriber" with type "bench" omitted
-
-rust_library(
-    name = "tracing",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "log",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.1.26",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__cfg_if__1_0_0//:cfg_if",
-        "@raze__log__0_4_14//:log",
-        "@raze__pin_project_lite__0_2_7//:pin_project_lite",
-        "@raze__tracing_core__0_1_18//:tracing_core",
-    ],
-)
-
-# Unsupported target "event" with type "test" omitted
-
-# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted
-
-# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted
-
-# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted
-
-# Unsupported target "filters_dont_leak" with type "test" omitted
-
-# Unsupported target "macro_imports" with type "test" omitted
-
-# Unsupported target "macros" with type "test" omitted
-
-# Unsupported target "max_level_hint" with type "test" omitted
-
-# Unsupported target "multiple_max_level_hints" with type "test" omitted
-
-# Unsupported target "span" with type "test" omitted
-
-# Unsupported target "subscriber" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tracing-0.1.37.bazel b/third_party/rust/cargo/remote/BUILD.tracing-0.1.37.bazel
new file mode 100644
index 0000000..1833f51
--- /dev/null
+++ b/third_party/rust/cargo/remote/BUILD.tracing-0.1.37.bazel
@@ -0,0 +1,116 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+    "@rules_rust//rust:defs.bzl",
+    "rust_binary",
+    "rust_library",
+    "rust_proc_macro",
+    "rust_test",
+)
+
+package(default_visibility = [
+    # Public for visibility by "@raze__crate__version//" targets.
+    #
+    # Prefer access through "//third_party/rust/cargo", which limits external
+    # visibility to explicit Cargo.toml dependencies.
+    "//visibility:public",
+])
+
+licenses([
+    "notice",  # MIT from expression "MIT"
+])
+
+# Generated Targets
+
+# Unsupported target "baseline" with type "bench" omitted
+
+# Unsupported target "dispatch_get_clone" with type "bench" omitted
+
+# Unsupported target "dispatch_get_ref" with type "bench" omitted
+
+# Unsupported target "empty_span" with type "bench" omitted
+
+# Unsupported target "enter_span" with type "bench" omitted
+
+# Unsupported target "event" with type "bench" omitted
+
+# Unsupported target "shared" with type "bench" omitted
+
+# Unsupported target "span_fields" with type "bench" omitted
+
+# Unsupported target "span_no_fields" with type "bench" omitted
+
+# Unsupported target "span_repeated" with type "bench" omitted
+
+rust_library(
+    name = "tracing",
+    srcs = glob(["**/*.rs"]),
+    crate_features = [
+        "log",
+        "std",
+    ],
+    crate_root = "src/lib.rs",
+    data = [],
+    edition = "2018",
+    rustc_flags = [
+        "--cap-lints=allow",
+    ],
+    tags = [
+        "cargo-raze",
+        "crate-name=tracing",
+        "manual",
+    ],
+    version = "0.1.37",
+    # buildifier: leave-alone
+    deps = [
+        "@raze__cfg_if__1_0_0//:cfg_if",
+        "@raze__log__0_4_17//:log",
+        "@raze__pin_project_lite__0_2_9//:pin_project_lite",
+        "@raze__tracing_core__0_1_30//:tracing_core",
+    ],
+)
+
+# Unsupported target "enabled" with type "test" omitted
+
+# Unsupported target "event" with type "test" omitted
+
+# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted
+
+# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted
+
+# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted
+
+# Unsupported target "filters_dont_leak" with type "test" omitted
+
+# Unsupported target "future_send" with type "test" omitted
+
+# Unsupported target "macro_imports" with type "test" omitted
+
+# Unsupported target "macros" with type "test" omitted
+
+# Unsupported target "macros_incompatible_concat" with type "test" omitted
+
+# Unsupported target "macros_redefined_core" with type "test" omitted
+
+# Unsupported target "max_level_hint" with type "test" omitted
+
+# Unsupported target "multiple_max_level_hints" with type "test" omitted
+
+# Unsupported target "no_subscriber" with type "test" omitted
+
+# Unsupported target "register_callsite_deadlock" with type "test" omitted
+
+# Unsupported target "scoped_clobbers_default" with type "test" omitted
+
+# Unsupported target "span" with type "test" omitted
+
+# Unsupported target "subscriber" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.tracing-core-0.1.18.bazel b/third_party/rust/cargo/remote/BUILD.tracing-core-0.1.30.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.tracing-core-0.1.18.bazel
rename to third_party/rust/cargo/remote/BUILD.tracing-core-0.1.30.bazel
index c0470e3..4f08ee5 100644
--- a/third_party/rust/cargo/remote/BUILD.tracing-core-0.1.18.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tracing-core-0.1.30.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -34,11 +35,10 @@
     name = "tracing_core",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "lazy_static",
+        "once_cell",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,12 +46,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tracing-core",
         "manual",
     ],
-    version = "0.1.18",
+    version = "0.1.30",
     # buildifier: leave-alone
     deps = [
-        "@raze__lazy_static__1_4_0//:lazy_static",
+        "@raze__once_cell__1_17_0//:once_cell",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.tracing-futures-0.2.5.bazel b/third_party/rust/cargo/remote/BUILD.tracing-futures-0.2.5.bazel
deleted file mode 100644
index 7a5daaa..0000000
--- a/third_party/rust/cargo/remote/BUILD.tracing-futures-0.2.5.bazel
+++ /dev/null
@@ -1,61 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "tracing_futures",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "pin-project",
-        "std-future",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.2.5",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__pin_project__1_0_7//:pin_project",
-        "@raze__tracing__0_1_26//:tracing",
-    ],
-)
-
-# Unsupported target "std_future" with type "test" omitted
-
-# Unsupported target "support" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.try-lock-0.2.3.bazel b/third_party/rust/cargo/remote/BUILD.try-lock-0.2.4.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.try-lock-0.2.3.bazel
rename to third_party/rust/cargo/remote/BUILD.try-lock-0.2.4.bazel
index f6a3385..987e1b1 100644
--- a/third_party/rust/cargo/remote/BUILD.try-lock-0.2.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.try-lock-0.2.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "try_lock",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=try-lock",
         "manual",
     ],
-    version = "0.2.3",
+    version = "0.2.4",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.tungstenite-0.11.1.bazel b/third_party/rust/cargo/remote/BUILD.tungstenite-0.11.1.bazel
deleted file mode 100644
index 5bfb2eb..0000000
--- a/third_party/rust/cargo/remote/BUILD.tungstenite-0.11.1.bazel
+++ /dev/null
@@ -1,80 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "autobahn-client" with type "example" omitted
-
-# Unsupported target "autobahn-server" with type "example" omitted
-
-# Unsupported target "callback-error" with type "example" omitted
-
-# Unsupported target "client" with type "example" omitted
-
-# Unsupported target "server" with type "example" omitted
-
-rust_library(
-    name = "tungstenite",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.11.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__base64__0_12_3//:base64",
-        "@raze__byteorder__1_4_3//:byteorder",
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__http__0_2_4//:http",
-        "@raze__httparse__1_4_1//:httparse",
-        "@raze__input_buffer__0_3_1//:input_buffer",
-        "@raze__log__0_4_14//:log",
-        "@raze__rand__0_7_3//:rand",
-        "@raze__sha_1__0_9_6//:sha_1",
-        "@raze__url__2_2_2//:url",
-        "@raze__utf_8__0_7_6//:utf_8",
-    ],
-)
-
-# Unsupported target "connection_reset" with type "test" omitted
-
-# Unsupported target "no_send_after_close" with type "test" omitted
-
-# Unsupported target "receive_after_init_close" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.block-buffer-0.7.3.bazel b/third_party/rust/cargo/remote/BUILD.tungstenite-0.17.3.bazel
similarity index 60%
rename from third_party/rust/cargo/remote/BUILD.block-buffer-0.7.3.bazel
rename to third_party/rust/cargo/remote/BUILD.tungstenite-0.17.3.bazel
index 5ad66dc..538a81c 100644
--- a/third_party/rust/cargo/remote/BUILD.block-buffer-0.7.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.tungstenite-0.17.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,28 +31,35 @@
 
 # Generated Targets
 
+# Unsupported target "buffer" with type "bench" omitted
+
 rust_library(
-    name = "block_buffer",
+    name = "tungstenite",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=tungstenite",
         "manual",
     ],
-    version = "0.7.3",
+    version = "0.17.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__block_padding__0_1_5//:block_padding",
-        "@raze__byte_tools__0_3_1//:byte_tools",
+        "@raze__base64__0_13_1//:base64",
         "@raze__byteorder__1_4_3//:byteorder",
-        "@raze__generic_array__0_12_4//:generic_array",
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__http__0_2_8//:http",
+        "@raze__httparse__1_8_0//:httparse",
+        "@raze__log__0_4_17//:log",
+        "@raze__rand__0_8_5//:rand",
+        "@raze__sha_1__0_10_1//:sha_1",
+        "@raze__thiserror__1_0_38//:thiserror",
+        "@raze__url__2_3_1//:url",
+        "@raze__utf_8__0_7_6//:utf_8",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.typenum-1.13.0.bazel b/third_party/rust/cargo/remote/BUILD.typenum-1.16.0.bazel
similarity index 90%
rename from third_party/rust/cargo/remote/BUILD.typenum-1.13.0.bazel
rename to third_party/rust/cargo/remote/BUILD.typenum-1.16.0.bazel
index 5586376..1fa7c88 100644
--- a/third_party/rust/cargo/remote/BUILD.typenum-1.13.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.typenum-1.16.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build/main.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -53,7 +52,7 @@
         "cargo-raze",
         "manual",
     ],
-    version = "1.13.0",
+    version = "1.16.0",
     visibility = ["//visibility:private"],
     deps = [
     ],
@@ -62,10 +61,7 @@
 rust_library(
     name = "typenum",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -73,9 +69,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=typenum",
         "manual",
     ],
-    version = "1.13.0",
+    version = "1.16.0",
     # buildifier: leave-alone
     deps = [
         ":typenum_build_script",
diff --git a/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel b/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.5.bazel
similarity index 89%
rename from third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel
rename to third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.5.bazel
index a0c89fd..6090d1c 100644
--- a/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.ucd-trie-0.1.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -36,11 +37,9 @@
     name = "ucd_trie",
     srcs = glob(["**/*.rs"]),
     crate_features = [
-        "default",
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -48,9 +47,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=ucd-trie",
         "manual",
     ],
-    version = "0.1.3",
+    version = "0.1.5",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.unicase-2.6.0.bazel b/third_party/rust/cargo/remote/BUILD.unicase-2.6.0.bazel
index c536fa5..c496908 100644
--- a/third_party/rust/cargo/remote/BUILD.unicase-2.6.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.unicase-2.6.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -56,17 +55,14 @@
     version = "2.6.0",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__version_check__0_9_3//:version_check",
+        "@raze__version_check__0_9_4//:version_check",
     ],
 )
 
 rust_library(
     name = "unicase",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -74,6 +70,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=unicase",
         "manual",
     ],
     version = "2.6.0",
diff --git a/third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.8.bazel
similarity index 85%
rename from third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.5.bazel
rename to third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.8.bazel
index 1020cdf..f743736 100644
--- a/third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.unicode-bidi-0.3.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,9 +36,10 @@
     srcs = glob(["**/*.rs"]),
     crate_features = [
         "default",
+        "hardcoded-data",
+        "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -45,11 +47,11 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=unicode_bidi",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.3.8",
     # buildifier: leave-alone
     deps = [
-        "@raze__matches__0_1_8//:matches",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.unicode-xid-0.2.2.bazel b/third_party/rust/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
similarity index 70%
rename from third_party/rust/cargo/remote/BUILD.unicode-xid-0.2.2.bazel
rename to third_party/rust/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
index e96262e..b2b194d 100644
--- a/third_party/rust/cargo/remote/BUILD.unicode-xid-0.2.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -25,7 +26,7 @@
 ])
 
 licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
+    "notice",  # MIT from expression "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
 ])
 
 # Generated Targets
@@ -33,26 +34,25 @@
 # Unsupported target "xid" with type "bench" omitted
 
 rust_library(
-    name = "unicode_xid",
+    name = "unicode_ident",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=unicode-ident",
         "manual",
     ],
-    version = "0.2.2",
+    version = "1.0.6",
     # buildifier: leave-alone
     deps = [
     ],
 )
 
-# Unsupported target "exhaustive_tests" with type "test" omitted
+# Unsupported target "compare" with type "test" omitted
+
+# Unsupported target "static_size" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.19.bazel b/third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.22.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.19.bazel
rename to third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.22.bazel
index 173abc8..6e14bbb 100644
--- a/third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.19.bazel
+++ b/third_party/rust/cargo/remote/BUILD.unicode-normalization-0.1.22.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -40,7 +41,6 @@
         "std",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -48,11 +48,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=unicode-normalization",
         "manual",
     ],
-    version = "0.1.19",
+    version = "0.1.22",
     # buildifier: leave-alone
     deps = [
-        "@raze__tinyvec__1_2_0//:tinyvec",
+        "@raze__tinyvec__1_6_0//:tinyvec",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel b/third_party/rust/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel
deleted file mode 100644
index c2f1deb..0000000
--- a/third_party/rust/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel
+++ /dev/null
@@ -1,59 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "graphemes" with type "bench" omitted
-
-# Unsupported target "unicode_words" with type "bench" omitted
-
-# Unsupported target "word_bounds" with type "bench" omitted
-
-rust_library(
-    name = "unicode_segmentation",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.8.0",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.unicode-width-0.1.8.bazel b/third_party/rust/cargo/remote/BUILD.unicode-width-0.1.10.bazel
similarity index 87%
rename from third_party/rust/cargo/remote/BUILD.unicode-width-0.1.8.bazel
rename to third_party/rust/cargo/remote/BUILD.unicode-width-0.1.10.bazel
index 4badc52..7cf40b0 100644
--- a/third_party/rust/cargo/remote/BUILD.unicode-width-0.1.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.unicode-width-0.1.10.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,11 +34,7 @@
 rust_library(
     name = "unicode_width",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -45,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=unicode-width",
         "manual",
     ],
-    version = "0.1.8",
+    version = "0.1.10",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.url-2.2.2.bazel b/third_party/rust/cargo/remote/BUILD.url-2.3.1.bazel
similarity index 75%
rename from third_party/rust/cargo/remote/BUILD.url-2.2.2.bazel
rename to third_party/rust/cargo/remote/BUILD.url-2.3.1.bazel
index 56f2f26..e371f56 100644
--- a/third_party/rust/cargo/remote/BUILD.url-2.2.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.url-2.3.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -36,9 +37,9 @@
     name = "url",
     srcs = glob(["**/*.rs"]),
     crate_features = [
+        "default",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,18 +47,20 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=url",
         "manual",
     ],
-    version = "2.2.2",
+    version = "2.3.1",
     # buildifier: leave-alone
     deps = [
-        "@raze__form_urlencoded__1_0_1//:form_urlencoded",
-        "@raze__idna__0_2_3//:idna",
-        "@raze__matches__0_1_8//:matches",
-        "@raze__percent_encoding__2_1_0//:percent_encoding",
+        "@raze__form_urlencoded__1_1_0//:form_urlencoded",
+        "@raze__idna__0_3_0//:idna",
+        "@raze__percent_encoding__2_2_0//:percent_encoding",
     ],
 )
 
 # Unsupported target "data" with type "test" omitted
 
+# Unsupported target "debugger_visualizer" with type "test" omitted
+
 # Unsupported target "unit" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.urlencoding-1.3.3.bazel b/third_party/rust/cargo/remote/BUILD.urlencoding-1.3.3.bazel
deleted file mode 100644
index 2f3a54e..0000000
--- a/third_party/rust/cargo/remote/BUILD.urlencoding-1.3.3.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-# Unsupported target "bench" with type "bench" omitted
-
-rust_library(
-    name = "urlencoding",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "1.3.3",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.utf-8-0.7.6.bazel b/third_party/rust/cargo/remote/BUILD.utf-8-0.7.6.bazel
index 8508c5d..6c7b13f 100644
--- a/third_party/rust/cargo/remote/BUILD.utf-8-0.7.6.bazel
+++ b/third_party/rust/cargo/remote/BUILD.utf-8-0.7.6.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -44,10 +45,7 @@
 rust_library(
     name = "utf8",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -55,6 +53,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=utf8",
         "manual",
     ],
     version = "0.7.6",
diff --git a/third_party/rust/cargo/remote/BUILD.vec_map-0.8.2.bazel b/third_party/rust/cargo/remote/BUILD.vec_map-0.8.2.bazel
deleted file mode 100644
index c6ccf8b..0000000
--- a/third_party/rust/cargo/remote/BUILD.vec_map-0.8.2.bazel
+++ /dev/null
@@ -1,53 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "vec_map",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2015",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.8.2",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.version_check-0.9.3.bazel b/third_party/rust/cargo/remote/BUILD.version_check-0.9.4.bazel
similarity index 88%
rename from third_party/rust/cargo/remote/BUILD.version_check-0.9.3.bazel
rename to third_party/rust/cargo/remote/BUILD.version_check-0.9.4.bazel
index b73b444..7b1a6f7 100644
--- a/third_party/rust/cargo/remote/BUILD.version_check-0.9.3.bazel
+++ b/third_party/rust/cargo/remote/BUILD.version_check-0.9.4.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "version_check",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=version_check",
         "manual",
     ],
-    version = "0.9.3",
+    version = "0.9.4",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.walkdir-2.3.2.bazel b/third_party/rust/cargo/remote/BUILD.walkdir-2.3.2.bazel
index 3a621f9..a0d044c 100644
--- a/third_party/rust/cargo/remote/BUILD.walkdir-2.3.2.bazel
+++ b/third_party/rust/cargo/remote/BUILD.walkdir-2.3.2.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "walkdir",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=walkdir",
         "manual",
     ],
     version = "2.3.2",
diff --git a/third_party/rust/cargo/remote/BUILD.want-0.3.0.bazel b/third_party/rust/cargo/remote/BUILD.want-0.3.0.bazel
index f9e1669..9a8ef26 100644
--- a/third_party/rust/cargo/remote/BUILD.want-0.3.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.want-0.3.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -35,10 +36,7 @@
 rust_library(
     name = "want",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,12 +44,13 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=want",
         "manual",
     ],
     version = "0.3.0",
     # buildifier: leave-alone
     deps = [
-        "@raze__log__0_4_14//:log",
-        "@raze__try_lock__0_2_3//:try_lock",
+        "@raze__log__0_4_17//:log",
+        "@raze__try_lock__0_2_4//:try_lock",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.warp-0.2.5.bazel b/third_party/rust/cargo/remote/BUILD.warp-0.3.3.bazel
similarity index 73%
rename from third_party/rust/cargo/remote/BUILD.warp-0.2.5.bazel
rename to third_party/rust/cargo/remote/BUILD.warp-0.3.3.bazel
index d04710f..da57868 100644
--- a/third_party/rust/cargo/remote/BUILD.warp-0.2.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.warp-0.3.3.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -36,6 +37,8 @@
 
 # Unsupported target "compression" with type "example" omitted
 
+# Unsupported target "custom_methods" with type "example" omitted
+
 # Unsupported target "dir" with type "example" omitted
 
 # Unsupported target "dyn_reply" with type "example" omitted
@@ -84,7 +87,6 @@
         "websocket",
     ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -92,30 +94,34 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=warp",
         "manual",
     ],
-    version = "0.2.5",
+    version = "0.3.3",
     # buildifier: leave-alone
     deps = [
-        "@raze__bytes__0_5_6//:bytes",
-        "@raze__futures__0_3_15//:futures",
-        "@raze__headers__0_3_4//:headers",
-        "@raze__http__0_2_4//:http",
-        "@raze__hyper__0_13_10//:hyper",
-        "@raze__log__0_4_14//:log",
+        "@raze__bytes__1_3_0//:bytes",
+        "@raze__futures_channel__0_3_25//:futures_channel",
+        "@raze__futures_util__0_3_25//:futures_util",
+        "@raze__headers__0_3_8//:headers",
+        "@raze__http__0_2_8//:http",
+        "@raze__hyper__0_14_23//:hyper",
+        "@raze__log__0_4_17//:log",
         "@raze__mime__0_3_16//:mime",
-        "@raze__mime_guess__2_0_3//:mime_guess",
-        "@raze__pin_project__0_4_28//:pin_project",
-        "@raze__scoped_tls__1_0_0//:scoped_tls",
-        "@raze__serde__1_0_126//:serde",
-        "@raze__serde_json__1_0_64//:serde_json",
-        "@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
-        "@raze__tokio__0_2_25//:tokio",
-        "@raze__tokio_tungstenite__0_11_0//:tokio_tungstenite",
-        "@raze__tower_service__0_3_1//:tower_service",
-        "@raze__tracing__0_1_26//:tracing",
-        "@raze__tracing_futures__0_2_5//:tracing_futures",
-        "@raze__urlencoding__1_3_3//:urlencoding",
+        "@raze__mime_guess__2_0_4//:mime_guess",
+        "@raze__percent_encoding__2_2_0//:percent_encoding",
+        "@raze__pin_project__1_0_12//:pin_project",
+        "@raze__rustls_pemfile__0_2_1//:rustls_pemfile",
+        "@raze__scoped_tls__1_0_1//:scoped_tls",
+        "@raze__serde__1_0_152//:serde",
+        "@raze__serde_json__1_0_91//:serde_json",
+        "@raze__serde_urlencoded__0_7_1//:serde_urlencoded",
+        "@raze__tokio__1_24_1//:tokio",
+        "@raze__tokio_stream__0_1_11//:tokio_stream",
+        "@raze__tokio_tungstenite__0_17_2//:tokio_tungstenite",
+        "@raze__tokio_util__0_7_4//:tokio_util",
+        "@raze__tower_service__0_3_2//:tower_service",
+        "@raze__tracing__0_1_37//:tracing",
     ],
 )
 
diff --git a/third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel b/third_party/rust/cargo/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel
similarity index 84%
copy from third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
copy to third_party/rust/cargo/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel
index cf376db..05ac2a1 100644
--- a/third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,12 +34,7 @@
 rust_library(
     name = "wasi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasi",
         "manual",
     ],
-    version = "0.10.2+wasi-snapshot-preview1",
+    version = "0.10.0+wasi-snapshot-preview1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel b/third_party/rust/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
similarity index 84%
rename from third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
rename to third_party/rust/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
index cf376db..08e1dda 100644
--- a/third_party/rust/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,12 +34,7 @@
 rust_library(
     name = "wasi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasi",
         "manual",
     ],
-    version = "0.10.2+wasi-snapshot-preview1",
+    version = "0.11.0+wasi-snapshot-preview1",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel b/third_party/rust/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel
deleted file mode 100644
index c08e476..0000000
--- a/third_party/rust/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel
+++ /dev/null
@@ -1,55 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # Apache-2.0 from expression "Apache-2.0 OR (Apache-2.0 OR MIT)"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "wasi",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.9.0+wasi-snapshot-preview1",
-    # buildifier: leave-alone
-    deps = [
-    ],
-)
diff --git a/third_party/rust/cargo/remote/BUILD.futures-macro-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-0.2.83.bazel
similarity index 66%
rename from third_party/rust/cargo/remote/BUILD.futures-macro-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.wasm-bindgen-0.2.83.bazel
index c6a3979..42098bd 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-macro-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-0.2.83.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,12 +38,10 @@
 )
 
 cargo_build_script(
-    name = "futures_macro_build_script",
+    name = "wasm_bindgen_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
@@ -53,38 +52,45 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.2.83",
     visibility = ["//visibility:private"],
     deps = [
-        "@raze__autocfg__1_0_1//:autocfg",
     ],
 )
 
 rust_library(
-    name = "futures_macro",
+    name = "wasm_bindgen",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "proc-macro",
     data = [],
     edition = "2018",
     proc_macro_deps = [
-        "@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
+        "@raze__wasm_bindgen_macro__0_2_83//:wasm_bindgen_macro",
     ],
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasm-bindgen",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.2.83",
     # buildifier: leave-alone
     deps = [
-        ":futures_macro_build_script",
-        "@raze__proc_macro2__1_0_27//:proc_macro2",
-        "@raze__quote__1_0_9//:quote",
-        "@raze__syn__1_0_73//:syn",
+        ":wasm_bindgen_build_script",
+        "@raze__cfg_if__1_0_0//:cfg_if",
     ],
 )
+
+# Unsupported target "headless" with type "test" omitted
+
+# Unsupported target "must_use" with type "test" omitted
+
+# Unsupported target "non_wasm" with type "test" omitted
+
+# Unsupported target "std-crate-no-std-dep" with type "test" omitted
+
+# Unsupported target "unwrap_throw" with type "test" omitted
+
+# Unsupported target "wasm" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel
similarity index 65%
copy from third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
copy to third_party/rust/cargo/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel
index 2998d99..862a4e6 100644
--- a/third_party/rust/cargo/remote/BUILD.toml-0.5.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,20 +31,10 @@
 
 # Generated Targets
 
-# Unsupported target "decode" with type "example" omitted
-
-# Unsupported target "enum_external" with type "example" omitted
-
-# Unsupported target "toml2json" with type "example" omitted
-
 rust_library(
-    name = "toml",
+    name = "wasm_bindgen_backend",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -51,13 +42,18 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasm-bindgen-backend",
         "manual",
     ],
-    version = "0.5.8",
+    version = "0.2.83",
     # buildifier: leave-alone
     deps = [
-        "@raze__serde__1_0_126//:serde",
+        "@raze__bumpalo__3_11_1//:bumpalo",
+        "@raze__log__0_4_17//:log",
+        "@raze__once_cell__1_17_0//:once_cell",
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
+        "@raze__wasm_bindgen_shared__0_2_83//:wasm_bindgen_shared",
     ],
 )
-
-# Unsupported target "enum_external_deserialize" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel
similarity index 71%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel
index f09bed8..7a955d0 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -30,15 +31,10 @@
 
 # Generated Targets
 
-rust_library(
-    name = "siphasher",
+rust_proc_macro(
+    name = "wasm_bindgen_macro",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,15 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasm-bindgen-macro",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.2.83",
     # buildifier: leave-alone
     deps = [
+        "@raze__quote__1_0_23//:quote",
+        "@raze__wasm_bindgen_macro_support__0_2_83//:wasm_bindgen_macro_support",
     ],
 )
+
+# Unsupported target "ui" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel
similarity index 67%
copy from third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
copy to third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel
index f09bed8..7b4dae3 100644
--- a/third_party/rust/cargo/remote/BUILD.siphasher-0.3.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,14 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "siphasher",
+    name = "wasm_bindgen_macro_support",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "default",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -46,10 +42,16 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasm-bindgen-macro-support",
         "manual",
     ],
-    version = "0.3.5",
+    version = "0.2.83",
     # buildifier: leave-alone
     deps = [
+        "@raze__proc_macro2__1_0_49//:proc_macro2",
+        "@raze__quote__1_0_23//:quote",
+        "@raze__syn__1_0_107//:syn",
+        "@raze__wasm_bindgen_backend__0_2_83//:wasm_bindgen_backend",
+        "@raze__wasm_bindgen_shared__0_2_83//:wasm_bindgen_shared",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
copy to third_party/rust/cargo/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel
index 750605b..39e4548 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-task-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,17 +38,14 @@
 )
 
 cargo_build_script(
-    name = "futures_task_build_script",
+    name = "wasm_bindgen_shared_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2018",
+    links = "wasm_bindgen",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -55,21 +53,16 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.2.83",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "futures_task",
+    name = "wasm_bindgen_shared",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "alloc",
-        "std",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -77,11 +70,12 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=wasm-bindgen-shared",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.2.83",
     # buildifier: leave-alone
     deps = [
-        ":futures_task_build_script",
+        ":wasm_bindgen_shared_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.which-4.1.0.bazel b/third_party/rust/cargo/remote/BUILD.which-4.1.0.bazel
deleted file mode 100644
index 521bab0..0000000
--- a/third_party/rust/cargo/remote/BUILD.which-4.1.0.bazel
+++ /dev/null
@@ -1,57 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
-    name = "which",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "4.1.0",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__either__1_6_1//:either",
-        "@raze__libc__0_2_97//:libc",
-    ],
-)
-
-# Unsupported target "basic" with type "test" omitted
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-0.2.8.bazel b/third_party/rust/cargo/remote/BUILD.winapi-0.2.8.bazel
index c9e854e..af92314 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-0.2.8.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-0.2.8.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "winapi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=winapi",
         "manual",
     ],
     version = "0.2.8",
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-0.3.9.bazel b/third_party/rust/cargo/remote/BUILD.winapi-0.3.9.bazel
index 90a6e43..c42862a 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-0.3.9.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-0.3.9.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,31 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-        "consoleapi",
-        "errhandlingapi",
-        "fileapi",
-        "handleapi",
-        "ioapiset",
-        "minwinbase",
-        "minwindef",
-        "ntdef",
-        "processenv",
-        "profileapi",
-        "shellapi",
-        "std",
-        "synchapi",
-        "sysinfoapi",
-        "timezoneapi",
-        "winbase",
-        "wincon",
-        "winerror",
-        "winnt",
-        "winsock2",
-        "ws2def",
-        "ws2ipdef",
-        "ws2tcpip",
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -85,33 +61,7 @@
 rust_library(
     name = "winapi",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-        "consoleapi",
-        "errhandlingapi",
-        "fileapi",
-        "handleapi",
-        "ioapiset",
-        "minwinbase",
-        "minwindef",
-        "ntdef",
-        "processenv",
-        "profileapi",
-        "shellapi",
-        "std",
-        "synchapi",
-        "sysinfoapi",
-        "timezoneapi",
-        "winbase",
-        "wincon",
-        "winerror",
-        "winnt",
-        "winsock2",
-        "ws2def",
-        "ws2ipdef",
-        "ws2tcpip",
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -119,6 +69,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=winapi",
         "manual",
     ],
     version = "0.3.9",
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-build-0.1.1.bazel b/third_party/rust/cargo/remote/BUILD.winapi-build-0.1.1.bazel
index 230fc73..5abf97d 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-build-0.1.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-build-0.1.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -42,10 +43,7 @@
 rust_library(
     name = "build",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -53,6 +51,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=build",
         "manual",
     ],
     version = "0.1.1",
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/third_party/rust/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
index 9c13fa4..4333e66 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -62,10 +61,7 @@
 rust_library(
     name = "winapi_i686_pc_windows_gnu",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -73,6 +69,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=winapi-i686-pc-windows-gnu",
         "manual",
     ],
     version = "0.4.0",
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-util-0.1.5.bazel b/third_party/rust/cargo/remote/BUILD.winapi-util-0.1.5.bazel
index 7e32fd3..10e8f69 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-util-0.1.5.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-util-0.1.5.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -33,10 +34,7 @@
 rust_library(
     name = "winapi_util",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,6 +42,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=winapi-util",
         "manual",
     ],
     version = "0.1.5",
diff --git a/third_party/rust/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/third_party/rust/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
index 79b06ac..b22fee5 100644
--- a/third_party/rust/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
+++ b/third_party/rust/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -62,10 +61,7 @@
 rust_library(
     name = "winapi_x86_64_pc_windows_gnu",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -73,6 +69,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=winapi-x86_64-pc-windows-gnu",
         "manual",
     ],
     version = "0.4.0",
diff --git a/third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel b/third_party/rust/cargo/remote/BUILD.windows-sys-0.42.0.bazel
similarity index 86%
rename from third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel
rename to third_party/rust/cargo/remote/BUILD.windows-sys-0.42.0.bazel
index 3217ac2..03899aa 100644
--- a/third_party/rust/cargo/remote/BUILD.futures-io-0.3.15.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows-sys-0.42.0.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -31,12 +32,9 @@
 # Generated Targets
 
 rust_library(
-    name = "futures_io",
+    name = "windows_sys",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2018",
     rustc_flags = [
@@ -44,9 +42,10 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows-sys",
         "manual",
     ],
-    version = "0.3.15",
+    version = "0.42.0",
     # buildifier: leave-alone
     deps = [
     ],
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_aarch64_gnullvm-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_aarch64_gnullvm-0.42.1.bazel
index ef68494..12f9d77 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_aarch64_gnullvm-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_aarch64_gnullvm_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_aarch64_gnullvm",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_aarch64_gnullvm",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_aarch64_gnullvm_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_aarch64_msvc-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_aarch64_msvc-0.42.1.bazel
index ef68494..bb1c072 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_aarch64_msvc-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_aarch64_msvc_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_aarch64_msvc",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_aarch64_msvc",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_aarch64_msvc_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_i686_gnu-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_i686_gnu-0.42.1.bazel
index ef68494..fe38822 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_i686_gnu-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_i686_gnu_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_i686_gnu",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_i686_gnu",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_i686_gnu_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_i686_msvc-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_i686_msvc-0.42.1.bazel
index ef68494..336169b 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_i686_msvc-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_i686_msvc_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_i686_msvc",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_i686_msvc",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_i686_msvc_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_x86_64_gnu-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_x86_64_gnu-0.42.1.bazel
index ef68494..c93586c 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_x86_64_gnu-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_x86_64_gnu_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_x86_64_gnu",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_x86_64_gnu",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_x86_64_gnu_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_x86_64_gnullvm-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_x86_64_gnullvm-0.42.1.bazel
index ef68494..1749dec 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_x86_64_gnullvm-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_x86_64_gnullvm_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_x86_64_gnullvm",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_x86_64_gnullvm",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_x86_64_gnullvm_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel b/third_party/rust/cargo/remote/BUILD.windows_x86_64_msvc-0.42.1.bazel
similarity index 80%
copy from third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
copy to third_party/rust/cargo/remote/BUILD.windows_x86_64_msvc-0.42.1.bazel
index ef68494..c4abcac 100644
--- a/third_party/rust/cargo/remote/BUILD.proc-macro-nested-0.1.7.bazel
+++ b/third_party/rust/cargo/remote/BUILD.windows_x86_64_msvc-0.42.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -37,15 +38,13 @@
 )
 
 cargo_build_script(
-    name = "proc_macro_nested_build_script",
+    name = "windows_x86_64_msvc_build_script",
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
@@ -53,31 +52,29 @@
         "cargo-raze",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     visibility = ["//visibility:private"],
     deps = [
     ],
 )
 
 rust_library(
-    name = "proc_macro_nested",
+    name = "windows_x86_64_msvc",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
-    edition = "2015",
+    edition = "2018",
     rustc_flags = [
         "--cap-lints=allow",
     ],
     tags = [
         "cargo-raze",
+        "crate-name=windows_x86_64_msvc",
         "manual",
     ],
-    version = "0.1.7",
+    version = "0.42.1",
     # buildifier: leave-alone
     deps = [
-        ":proc_macro_nested_build_script",
+        ":windows_x86_64_msvc_build_script",
     ],
 )
diff --git a/third_party/rust/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel b/third_party/rust/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel
index f187c57..bb77bc9 100644
--- a/third_party/rust/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel
+++ b/third_party/rust/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel
@@ -10,9 +10,10 @@
 
 # buildifier: disable=load
 load(
-    "@rules_rust//rust:rust.bzl",
+    "@rules_rust//rust:defs.bzl",
     "rust_binary",
     "rust_library",
+    "rust_proc_macro",
     "rust_test",
 )
 
@@ -41,8 +42,6 @@
     srcs = glob(["**/*.rs"]),
     build_script_env = {
     },
-    crate_features = [
-    ],
     crate_root = "build.rs",
     data = glob(["**"]),
     edition = "2015",
@@ -72,10 +71,7 @@
 rust_library(
     name = "ws2_32",
     srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
     crate_root = "src/lib.rs",
-    crate_type = "lib",
     data = [],
     edition = "2015",
     rustc_flags = [
@@ -83,6 +79,7 @@
     ],
     tags = [
         "cargo-raze",
+        "crate-name=ws2_32",
         "manual",
     ],
     version = "0.2.1",
diff --git a/third_party/rust/cargo/remote/BUILD.xml5ever-0.16.1.bazel b/third_party/rust/cargo/remote/BUILD.xml5ever-0.16.1.bazel
deleted file mode 100644
index c5e499c..0000000
--- a/third_party/rust/cargo/remote/BUILD.xml5ever-0.16.1.bazel
+++ /dev/null
@@ -1,63 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
-    "@rules_rust//rust:rust.bzl",
-    "rust_binary",
-    "rust_library",
-    "rust_test",
-)
-
-package(default_visibility = [
-    # Public for visibility by "@raze__crate__version//" targets.
-    #
-    # Prefer access through "//third_party/rust/cargo", which limits external
-    # visibility to explicit Cargo.toml dependencies.
-    "//visibility:public",
-])
-
-licenses([
-    "notice",  # MIT from expression "MIT OR Apache-2.0"
-])
-
-# Generated Targets
-
-# Unsupported target "xml5ever" with type "bench" omitted
-
-# Unsupported target "simple_xml_tokenizer" with type "example" omitted
-
-# Unsupported target "xml_tokenizer" with type "example" omitted
-
-rust_library(
-    name = "xml5ever",
-    srcs = glob(["**/*.rs"]),
-    crate_features = [
-    ],
-    crate_root = "src/lib.rs",
-    crate_type = "lib",
-    data = [],
-    edition = "2018",
-    rustc_flags = [
-        "--cap-lints=allow",
-    ],
-    tags = [
-        "cargo-raze",
-        "manual",
-    ],
-    version = "0.16.1",
-    # buildifier: leave-alone
-    deps = [
-        "@raze__log__0_4_14//:log",
-        "@raze__mac__0_1_1//:mac",
-        "@raze__markup5ever__0_10_1//:markup5ever",
-        "@raze__time__0_1_43//:time",
-    ],
-)