From 9d03f78029700f3e49282aac4765d86a0d990bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 20:19:39 +0000 Subject: [PATCH] Update puffin_viewer requirement from 0.6 to 0.8 Updates the requirements on [puffin_viewer](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.6.0...puffin_viewer-0.8.0) --- updated-dependencies: - dependency-name: puffin_viewer 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..71135e4 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1.51" webbrowser = "0.5" [dev-dependencies] -puffin_viewer = "0.6" +puffin_viewer = "0.8" [build-dependencies] vergen = "5"