From c98c540fd488a7bd0db863ba38deeca8622aac9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:14:23 +0000 Subject: [PATCH] build(deps): Bump dhat from 0.3.2 to 0.3.3 Bumps [dhat](https://github.com/nnethercote/dhat-rs) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/nnethercote/dhat-rs/releases) - [Commits](https://github.com/nnethercote/dhat-rs/compare/0.3.2...0.3.3) --- updated-dependencies: - dependency-name: dhat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09780b4..d4b85db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -394,9 +394,9 @@ dependencies = [ [[package]] name = "dhat" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3" +checksum = "98cd11d84628e233de0ce467de10b8633f4ddaecafadefc86e13b84b8739b827" dependencies = [ "backtrace", "lazy_static",