From 98c951c04c0cf77aa72b03bba2e4485897dd75a4 Mon Sep 17 00:00:00 2001 From: "renovate-chalharu[bot]" <125513472+renovate-chalharu[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:47:07 +0000 Subject: [PATCH] chore(deps): update rust crate typetag to v0.2.22 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca0fc57..6e68d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3992,9 +3992,9 @@ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" [[package]] name = "typetag" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" +checksum = "c5a897b12c6c1151ad0b138b8db50252dc301f93bc3b027db05eec82aeed298c" dependencies = [ "erased-serde", "inventory", @@ -4005,9 +4005,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" +checksum = "cf808357c6ed7e13ba0f3277ec8d8f21b2d501274895104263985330c726c1c5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ea7148b..24baabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ strum = { version = "=0.28.0" } strum_macros = { version = "=0.28.0" } tao = { version = "=0.35.2" } thiserror = { version = "=2.0.18" } -typetag = { version = "=0.2.21" } +typetag = { version = "=0.2.22" } wgpu = { version = "=29.0.3" } winit = { version = "=0.30.13" } zip = { version = "=8.6.0", default-features = false, features = ["deflate"] }