Skip to content

Commit d2c2aa5

Browse files
fix(deps): update rust crate serde_json to 1.0.140 (#1294)
* fix(deps): update rust crate serde_json to 1.0.140 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
1 parent ecba3eb commit d2c2aa5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- deps: update rust crate mockd to 0.4.42(pr [#1291])
1414
- deps: update rust crate proc-macro2 to 1.0.94(pr [#1292])
1515
- deps: update rust crate quote to 1.0.39(pr [#1293])
16+
- deps: update rust crate serde_json to 1.0.140(pr [#1294])
1617

1718
## [3.0.11] - 2025-03-01
1819

@@ -1069,6 +1070,7 @@ emitted if a tracing subscriber is not found.
10691070
[#1291]: https://github.com/jerus-org/hcaptcha-rs/pull/1291
10701071
[#1292]: https://github.com/jerus-org/hcaptcha-rs/pull/1292
10711072
[#1293]: https://github.com/jerus-org/hcaptcha-rs/pull/1293
1073+
[#1294]: https://github.com/jerus-org/hcaptcha-rs/pull/1294
10721074
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10731075
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10741076
[3.0.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
4444
"http2",
4545
] }
4646
rocket = { version = "0.5.1", features = ["json"] }
47-
serde_json = "1.0.139"
47+
serde_json = "1.0.140"
4848
serde_urlencoded = "0.7.1"
4949
serde = { version = "1.0.218", features = ["derive"] }
5050
simple_logger = "5.0.0"

0 commit comments

Comments
 (0)