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}