summaryrefslogtreecommitdiff
path: root/crates/hashx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hashx/Cargo.toml')
-rw-r--r--crates/hashx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml
index e2b3a6a54..5c989917c 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -28,7 +28,7 @@ compiler = ["dep:dynasmrt", "dep:hex"]
[dependencies]
arrayvec = "0.7.3"
blake2 = "0.10.6"
-dynasmrt = { version = "2.0.0", optional = true }
+dynasmrt = { version = "3.0.1", optional = true }
fixed-capacity-vec = "1.0"
hex = { version = "0.4.3", optional = true }
rand_core = "0.6.4"