From fc4d591e9ea4ea7c769dff9408a196012f2c9516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:30:34 +0200 Subject: [PATCH] Bump profiling from 1.0.7 to 1.0.8 (#3697) Bumps [profiling](https://github.com/aclysma/profiling) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/aclysma/profiling/releases) - [Changelog](https://github.com/aclysma/profiling/blob/master/CHANGELOG.md) - [Commits](https://github.com/aclysma/profiling/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: profiling dependency-type: direct:production 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 c609b258d..010d8f051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1992,9 +1992,9 @@ dependencies = [ [[package]] name = "profiling" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df" +checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2" [[package]] name = "quote"