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" }