Skip to content

Commit 7935dd9

Browse files
Bump serde_json from 1.0.134 to 1.0.140 (#210)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddc7f07 commit 7935dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ reqwest = { version = "0.12", default-features = false, features = [
4040
] }
4141
ring = "0.17"
4242
serde = { version = "1.0.215", features = ["derive"] }
43-
serde_json = { version = "1.0.134", features = ["float_roundtrip"] }
43+
serde_json = { version = "1.0.140", features = ["float_roundtrip"] }
4444
thiserror = "2.0.9"
4545
uniffi = { version = "0.28.2", features = ["tokio", "cli"] }
4646
uniffi-bindgen-java = "0.1.0"

0 commit comments

Comments
 (0)