From a573e220056e3e4a345cf33f5b1cec4434aa28f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:15:44 +0000 Subject: [PATCH] Update rerun requirement from 0.27.2 to 0.28.1 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/compare/0.27.2...0.28.1) --- updated-dependencies: - dependency-name: rerun dependency-version: 0.28.1 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 f47570b3..ba717fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.9.1" nalgebra = "0.34.0" rand_distr = "0.5.1" rand_chacha = "0.9.0" -rerun = "0.27.2" +rerun = "0.28.1" thiserror = "2.0.12" serde = { version = "1.0.219", features = ["derive"] } serde_yaml = "0.9.34"