Skip to content

Commit 001b3be

Browse files
fix(deps): update rust crate serde_json to 1.0.141 (#1386)
* fix(deps): update rust crate serde_json to 1.0.141 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <[email protected]>
1 parent a228976 commit 001b3be

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- deps: update rust crate mockd to 0.4.50(pr [#1383])
3030
- deps: update rust crate rand to 0.9.2(pr [#1384])
3131
- deps: update rust crate reqwest to 0.12.22(pr [#1385])
32+
- deps: update rust crate serde_json to 1.0.141(pr [#1386])
3233

3334
## [3.0.28] - 2025-06-28
3435

@@ -1354,6 +1355,7 @@ emitted if a tracing subscriber is not found.
13541355
[#1383]: https://github.com/jerus-org/hcaptcha-rs/pull/1383
13551356
[#1384]: https://github.com/jerus-org/hcaptcha-rs/pull/1384
13561357
[#1385]: https://github.com/jerus-org/hcaptcha-rs/pull/1385
1358+
[#1386]: https://github.com/jerus-org/hcaptcha-rs/pull/1386
13571359
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.28...HEAD
13581360
[3.0.28]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.27...v3.0.28
13591361
[3.0.27]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...v3.0.27

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
@@ -44,7 +44,7 @@ reqwest = { version = "0.12.22", default-features = false, features = [
4444
"http2",
4545
] }
4646
rocket = { version = "0.5.1", features = ["json"] }
47-
serde_json = "1.0.140"
47+
serde_json = "1.0.141"
4848
serde_urlencoded = "0.7.1"
4949
serde = { version = "1.0.219", features = ["derive"] }
5050
simple_logger = "5.0.0"

0 commit comments

Comments
 (0)