From ee0cf3a715414302221c0420eb81760fda626c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:50:24 +0000 Subject: [PATCH] build: 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adba95a50..a9a35061a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,9 +611,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", diff --git a/Cargo.toml b/Cargo.toml index d87aa580c..1f919f89e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ debug = true anyhow = "1.0.79" api_client = { path = "api_client" } clap = { version = "4.4.7", features = ["string"] } -dhat = { version = "0.3.2", optional = true } +dhat = { version = "0.3.3", optional = true } epoll = "4.3.3" event_monitor = { path = "event_monitor" } hypervisor = { path = "hypervisor" }