Skip to content

Commit 951198f

Browse files
committed
Bump dhat version
1 parent 789cd5d commit 951198f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ wasmer-middlewares = "=4.2.5"
4747
strum = { version = "0.25.0", default-features = false, features = ["derive"] }
4848
# For heap profiling. Only used in the "heap_profiling" example. This has to be a non-dev dependency
4949
# because cargo currently does not support optional dev-dependencies.
50-
dhat = { version = "0.3.2", optional = true }
50+
dhat = { version = "0.3.3", optional = true }
5151

5252
# Dependencies that we do not use ourself. We add those entries
5353
# to bump the min version of them.

0 commit comments

Comments
 (0)