summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-27 14:57:27 +1000
committerGitHub <noreply@github.com>2024-09-27 14:57:27 +1000
commit88a4f8dd97704b8905d05def949b137a75286b18 (patch)
treec9c44c61319a022f5b13416b651fdc404de9d9da /ext/node
parent09a7cc4723eab0cf80cb18897fa372faa9de5b03 (diff)
chore: update `simd-json` (#25897)
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 1cd97e3e8..17da17cd8 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -87,7 +87,7 @@ sha1.workspace = true
sha2.workspace = true
sha3 = { version = "0.10.8", features = ["oid"] }
signature.workspace = true
-simd-json = "0.13.4"
+simd-json = "0.14.0"
sm3 = "0.4.2"
spki.workspace = true
stable_deref_trait = "1.2.0"