Skip to content

Commit c151abd

Browse files
chore(deps): bump serde_json from 1.0.140 to 1.0.142 (#27)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.142. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 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 ebbffac commit c151abd

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
@@ -35,7 +35,7 @@ secp256k1 = { version = "0.29.0", features = [ # for optimization keep in sync w
3535
"global-context",
3636
] }
3737
serde = "1.0.219"
38-
serde_json = { version = "1.0.140", features = ["raw_value"] }
38+
serde_json = { version = "1.0.142", features = ["raw_value"] }
3939
thiserror = "2.0.12"
4040
tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] }
4141
tracing = { version = "0.1.41", default-features = false }

0 commit comments

Comments
 (0)