From 91effb9e57a911befd2552cc94f505902053c895 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Tue, 24 Mar 2026 11:02:44 +0100 Subject: [PATCH] Update kittest to 0.4.0 (#8002) --- Cargo.lock | 5 +++-- Cargo.toml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9694b07f..152d178b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2483,8 +2483,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kittest" -version = "0.3.0" -source = "git+https://github.com/rerun-io/kittest?branch=main#ce7a2f3b12c36021889b50bdff671cec8016b0fb" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90ceaa75eb0036a32b6b9833962eb18137449e9817e2e586006471925b727fd5" dependencies = [ "accesskit", "accesskit_consumer", diff --git a/Cargo.toml b/Cargo.toml index b084399a6..d042c2349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ glutin-winit = { version = "0.5.0", default-features = false } home = "0.5.9" image = { version = "0.25.6", default-features = false } js-sys = "0.3.77" -kittest = { version = "0.3.0" } +kittest = { version = "0.4.0" } log = { version = "0.4.28", features = ["std"] } memoffset = "0.9.1" mimalloc = "0.1.48" @@ -148,9 +148,6 @@ wgpu = { version = "29.0.0", default-features = false, features = ["std"] } windows-sys = "0.61.2" winit = { version = "0.30.12", default-features = false } -[patch.crates-io] -kittest = { git = "https://github.com/rerun-io/kittest", branch = "main" } - [workspace.lints.rust] unsafe_code = "deny"