From eb0089e109fb2a067da7ca30a3a9808ed45a4b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:55:37 -0700 Subject: [PATCH] Bump serde_json from 1.0.117 to 1.0.127 (#160) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ee66c3..5997b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,11 +1807,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index dbc59f7..c5037e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ reqwest = { version = "0.12", default-features = false, features = [ ] } ring = "0.17" serde = { version = "1.0.204", features = ["derive"] } -serde_json = { version = "1.0.117", features = ["float_roundtrip"] } +serde_json = { version = "1.0.127", features = ["float_roundtrip"] } thiserror = "1.0.63" uniffi = { version = "0.28.1", features = [ "tokio",