summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Long <i@hack3r.moe>2024-03-21 21:35:08 +0800
committerGitHub <noreply@github.com>2024-03-21 19:05:08 +0530
commitb428989bc5f706bd17544d1d64ac7bb6cbd8102e (patch)
tree5df5a28b3e42dc83fe065ae95918570f67d38825
parent1f60b8af97b15cb8e33f68c44f602cf69d79bd7a (diff)
chore: bump simd-json and value-trait (#23015)
The newer version of both crates provides fallback, non-SIMD implementation of their functions. Reference: - https://github.com/simd-lite/value-trait/commit/136603dcc6c6313b437cc42410aa4c85c709ea58 - https://github.com/simd-lite/simd-json/commit/f46dc2ab7ca5eab0d531cb7ad7ae11bcac8c2d06 Fixes #23014.
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86dce5088..dca02eb2f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5719,9 +5719,9 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "simd-json"
-version = "0.13.4"
+version = "0.13.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5a3720326b20bf5b95b72dbbd133caae7e0dcf71eae8f6e6656e71a7e5c9aaa"
+checksum = "b0b84c23a1066e1d650ebc99aa8fb9f8ed0ab96fd36e2e836173c92fc9fb29bc"
dependencies = [
"getrandom",
"halfbrown",
@@ -7135,9 +7135,9 @@ dependencies = [
[[package]]
name = "value-trait"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea87257cfcbedcb9444eda79c59fdfea71217e6305afee8ee33f500375c2ac97"
+checksum = "dad8db98c1e677797df21ba03fca7d3bf9bec3ca38db930954e4fe6e1ea27eb4"
dependencies = [
"float-cmp",
"halfbrown",