diff options
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 9ed990a23..c91d6a056 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -18,7 +18,7 @@ aes.workspace = true cbc.workspace = true deno_core.workspace = true digest = { version = "0.10.5", features = ["core-api", "std"] } -hex = "0.4.3" +hex.workspace = true idna = "0.3.0" indexmap.workspace = true md-5 = "0.10.5" |