From 66c87f0c2588d67d1048974268fa9dc6c30f24e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:08:29 +0000 Subject: [PATCH] Bump puffin from 0.13.3 to 0.14.0 Bumps [puffin](https://github.com/EmbarkStudios/puffin) from 0.13.3 to 0.14.0. - [Release notes](https://github.com/EmbarkStudios/puffin/releases) - [Changelog](https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/puffin/commits/puffin_egui-0.14.0) --- updated-dependencies: - dependency-name: puffin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0da3e49..e58bca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,6 +997,16 @@ dependencies = [ "zstd", ] +[[package]] +name = "puffin" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "796a1b7d7d0ec984dde24615178cbd14dc697ea4cdcddfd1fee9a5f87135f9e8" +dependencies = [ + "byteorder", + "once_cell", +] + [[package]] name = "puffin-imgui" version = "0.17.0" @@ -1005,7 +1015,7 @@ checksum = "b8ad47d3c45841485aa62602ee89bb20eb9afca07cf56c081725e05967b80ff6" dependencies = [ "imgui", "natord", - "puffin", + "puffin 0.13.3", "serde", ] @@ -1122,7 +1132,7 @@ dependencies = [ "imgui-wgpu", "imgui-winit-support", "pixels", - "puffin", + "puffin 0.14.0", "puffin-imgui", "rand", "rand_pcg", diff --git a/Cargo.toml b/Cargo.toml index 28c837d..818bb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.8" rand_pcg = "0.3" simdnoise = "3.1" flume = { version = "0.10", default-features = false } -puffin = "0.13" +puffin = "0.14" puffin-imgui = "0.17" bytemuck = "1.12"