From 3a27078d7163e3aee1675e3519baaa0c49cdbdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:24:35 +0000 Subject: [PATCH] Bump serde_json from 1.0.133 to 1.0.134 in /common Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/Cargo.lock | 4 ++-- common/ferrostar/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Cargo.lock b/common/Cargo.lock index 14c4d2fd..32041409 100644 --- a/common/Cargo.lock +++ b/common/Cargo.lock @@ -1259,9 +1259,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/common/ferrostar/Cargo.toml b/common/ferrostar/Cargo.toml index 40b1f267..9a8d3a9e 100644 --- a/common/ferrostar/Cargo.toml +++ b/common/ferrostar/Cargo.toml @@ -33,7 +33,7 @@ geo = "0.29.3" polyline = "0.11.0" rand = "0.8.5" serde = { version = "1.0.217", features = ["derive"] } -serde_json = { version = "1.0.133", default-features = false } +serde_json = { version = "1.0.134", default-features = false } serde-wasm-bindgen = { version = "0.6.5", optional = true } thiserror = "2.0.3" uniffi = { workspace = true, optional = true }