From 494820691edf1c542233bbea2a89567675b43738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 08:07:31 +0000 Subject: [PATCH] Bump puffin from 0.13.3 to 0.14.2 Bumps [puffin](https://github.com/EmbarkStudios/puffin) from 0.13.3 to 0.14.2. - [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/0.14.2) --- updated-dependencies: - dependency-name: puffin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0da3e49..c402b12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,6 +997,17 @@ dependencies = [ "zstd", ] +[[package]] +name = "puffin" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6755c40ac18b4af2c6dc147fde017de518bdacbf63f5969490f3b62e7c33680" +dependencies = [ + "byteorder", + "instant", + "once_cell", +] + [[package]] name = "puffin-imgui" version = "0.17.0" @@ -1005,7 +1016,7 @@ checksum = "b8ad47d3c45841485aa62602ee89bb20eb9afca07cf56c081725e05967b80ff6" dependencies = [ "imgui", "natord", - "puffin", + "puffin 0.13.3", "serde", ] @@ -1122,7 +1133,7 @@ dependencies = [ "imgui-wgpu", "imgui-winit-support", "pixels", - "puffin", + "puffin 0.14.2", "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"