From 5c8f963450f21e3879552d50918762538d341633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:04:01 +0000 Subject: [PATCH] Bump serde_json from 1.0.137 to 1.0.138 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fta-wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f3d386..a6a82b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,9 +816,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/crates/fta-wasm/Cargo.toml b/crates/fta-wasm/Cargo.toml index c62bb40..594e322 100644 --- a/crates/fta-wasm/Cargo.toml +++ b/crates/fta-wasm/Cargo.toml @@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"] [dependencies] fta = { path = "../fta", default-features = false } -serde_json = "1.0.137" +serde_json = "1.0.138" wasm-bindgen = "0.2.100" \ No newline at end of file