diff --git a/Cargo.toml b/Cargo.toml index 384efef..7d917d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ puffin = ["dep:puffin"] [dependencies] chrono = "0.4.42" -egui = { version = "0.33.0", features = ["bytemuck"]} +egui = { version = "0.34.1", features = ["bytemuck"]} kdtree = { version = "0.8.0" } puffin = { version = "0.19.1", optional=true, default-features = false}