diff --git a/game/Cargo.toml b/game/Cargo.toml index e1da054..9c42e56 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -19,7 +19,7 @@ rust-embed = "6.2.0" raylib = { version = "3.5", git = "https://github.com/ewpratten/raylib-rs", rev = "2ae949cb3488dd1bb052ece71d61021c8dd6e910", features = [ "serde" ] } -puffin = "0.9" +puffin = "0.10" puffin_http = "0.6" dirty-fsm = "^0.2.2" num-traits = "0.2"