Skip to content

Commit 37737d3

Browse files
Bump serde_json from 1.0.134 to 1.0.138 in /common
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.138) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62f6015 commit 37737d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/ferrostar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ geo = "0.29.3"
3333
polyline = "0.11.0"
3434
rand = "0.8.5"
3535
serde = { version = "1.0.217", features = ["derive"] }
36-
serde_json = { version = "1.0.134", default-features = false }
36+
serde_json = { version = "1.0.138", default-features = false }
3737
serde-wasm-bindgen = { version = "0.6.5", optional = true }
3838
thiserror = "2.0.11"
3939
uniffi = { workspace = true, optional = true }

0 commit comments

Comments
 (0)