0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-17 22:22:51 -04:00

build(deps): bump dhat from 0.3.2 to 0.3.3 (#533)

This commit is contained in:
dependabot[bot] 2024-03-02 06:57:42 +00:00 committed by GitHub
parent 11d23fd1b2
commit b7a3a8d855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1028,9 +1028,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",

View File

@ -33,7 +33,7 @@ async-trait = {version="0.1.76", default-features=false}
regex = {version="1.9.4", features=["perf"], default-features = false}
smallvec = {version="1.13.1", features=["union", "serde"], default-features=false}
futures = {version="0.3.28", default-features=false}
dhat = {version="0.3.2", optional = true, default-features=false}
dhat = {version="0.3.3", optional = true, default-features=false}
mimalloc = { version = "0.1.38", default-features = false }
async-once-cell = {version="0.5.3", default-features=false}
actix-governor = {version="0.5.0", default-features=false}