From 40eff8bce360ed9f8931fce97663865b8976f7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:57:57 +0000 Subject: [PATCH] Update puffin requirement from 0.19.1 to 0.20.0 Updates the requirements on [puffin](https://github.com/EmbarkStudios/puffin) to permit the latest version. - [Release notes](https://github.com/EmbarkStudios/puffin/releases) - [Commits](https://github.com/EmbarkStudios/puffin/compare/puffin-0.19.1...puffin-0.20.0) --- updated-dependencies: - dependency-name: puffin dependency-version: 0.20.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 384efef..5871d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,4 +43,4 @@ puffin = ["dep:puffin"] chrono = "0.4.42" egui = { version = "0.33.0", features = ["bytemuck"]} kdtree = { version = "0.8.0" } -puffin = { version = "0.19.1", optional=true, default-features = false} +puffin = { version = "0.20.0", optional=true, default-features = false}