From 1a944e8a576b97c1f13958e7523d25be423b6073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:20:37 +0000 Subject: [PATCH] Update puffin requirement from 0.9 to 0.10 Updates the requirements on [puffin](https://github.com/EmbarkStudios/puffin) to permit the latest version. - [Release notes](https://github.com/EmbarkStudios/puffin/releases) - [Changelog](https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/puffin/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: puffin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- game/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"