From b2f73723f881889650304107676c110efb5ec5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:28:26 +0000 Subject: [PATCH] build(deps): bump profiling from 1.0.13 to 1.0.14 (#31227) Bumps [profiling](https://github.com/aclysma/profiling) from 1.0.13 to 1.0.14. - [Changelog](https://github.com/aclysma/profiling/blob/master/CHANGELOG.md) - [Commits](https://github.com/aclysma/profiling/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: profiling dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d732f23aa0b..eca1a15f3ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4496,9 +4496,9 @@ dependencies = [ [[package]] name = "profiling" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e" +checksum = "0f0f7f43585c34e4fdd7497d746bc32e14458cf11c69341cc0587b1d825dde42" [[package]] name = "qoi"