diff --git a/Cargo.lock b/Cargo.lock index 8d43ee08..cecd1ec2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,8 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kittest" version = "0.1.0" -source = "git+https://github.com/rerun-io/kittest?branch=main#06e01f17fed36a997e1541f37b2d47e3771d7533" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f659954571a3c132356bd15c25f0dcf14d270a28ec5c58797adc2f432831bed5" dependencies = [ "accesskit", "accesskit_consumer", diff --git a/Cargo.toml b/Cargo.toml index 5c00189d..31faaba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,12 +82,12 @@ glutin = { version = "0.32.0", default-features = false } glutin-winit = { version = "0.5.0", default-features = false } home = "0.5.9" image = { version = "0.25", default-features = false } -kittest = { git = "https://github.com/rerun-io/kittest", version = "0.1", branch = "main" } +kittest = { version = "0.1" } log = { version = "0.4", features = ["std"] } nohash-hasher = "0.2" parking_lot = "0.12" pollster = "0.4" -profiling = {version = "1.0", default-features = false } +profiling = { version = "1.0", default-features = false } puffin = "0.19" puffin_http = "0.16" raw-window-handle = "0.6.0"