From 0bc54be77472d04a7dfc800860a70efa181a01ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:35:40 +0000 Subject: [PATCH] build(deps): bump simd-json from 0.15.0 to 0.15.1 Bumps [simd-json](https://github.com/simd-lite/simd-json) from 0.15.0 to 0.15.1. - [Commits](https://github.com/simd-lite/simd-json/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: simd-json dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 771888b..da79d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,9 +794,9 @@ dependencies = [ [[package]] name = "simd-json" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10b5602e4f1f7d358956f94cac1eff59220f34cf9e26d49f5fde5acef851cbed" +checksum = "c962f626b54771990066e5435ec8331d1462576cd2d1e62f24076ae014f92112" dependencies = [ "getrandom 0.3.2", "halfbrown", diff --git a/Cargo.toml b/Cargo.toml index 0581051..23ca1d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ owo-colors = { version = "4.2.0", features = ["supports-colors"] } serde = { version = "1.0.219", features = ["derive"] } shlex = "1.3.0" signal-hook = "0.3.17" -simd-json = "0.15.0" +simd-json = "0.15.1" strsim = "0.11.1" terminal_size = "0.4.2" unicode-width = "0.2.0"