From 73f64b6d68186e8faf657ebb83b02ac1dfb12476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:17:24 +0000 Subject: [PATCH] Update rerun requirement from 0.31 to 0.32 Updates the requirements on [rerun](https://github.com/rerun-io/rerun) to permit the latest version. - [Release notes](https://github.com/rerun-io/rerun/releases) - [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md) - [Commits](https://github.com/rerun-io/rerun/commits) --- updated-dependencies: - dependency-name: rerun dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e19a152..b27d837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ hashbrown = "0.17" itertools = "0.14" lazy_static = { version = "1.5.0", optional = true } parry3d = "0.26" -rerun = { version = "0.31", default-features = false, optional = true, features = [ +rerun = { version = "0.32", default-features = false, optional = true, features = [ "sdk", ] } serde = { version = "1", features = ["derive"], optional = true }