Skip to content

Commit 5dfef38

Browse files
authored
Merge pull request #1126 from jerus-org/renovate/serde-packages
fix(deps): update rust crate serde_json to 1.0.132
2 parents 5b96ef1 + 1ca5741 commit 5dfef38

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
@@ -77,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7777
- deps: update rust crate trybuild to 1.0.101(pr [#1123])
7878
- deps: update rust crate mockd to 0.4.25(pr [#1124])
7979
- deps: update rust crate serde_json to 1.0.131(pr [#1125])
80+
- deps: update rust crate serde_json to 1.0.132(pr [#1126])
8081

8182
### Security
8283

@@ -496,6 +497,7 @@ emitted if a tracing subscriber is not found.
496497
[#1123]: https://github.com/jerus-org/hcaptcha-rs/pull/1123
497498
[#1124]: https://github.com/jerus-org/hcaptcha-rs/pull/1124
498499
[#1125]: https://github.com/jerus-org/hcaptcha-rs/pull/1125
500+
[#1126]: https://github.com/jerus-org/hcaptcha-rs/pull/1126
499501
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.5.0...HEAD
500502
[2.5.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.4.9...v2.5.0
501503
[2.4.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.4.8...v2.4.9

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
@@ -28,7 +28,7 @@ reqwest = { version = "0.12.8", default-features = false, features = [
2828
"json",
2929
"http2",
3030
] }
31-
serde_json = "1.0.131"
31+
serde_json = "1.0.132"
3232
serde_urlencoded = "0.7.1"
3333
serde = { version = "1.0.210", features = ["derive"] }
3434
thiserror = "1.0.64"

0 commit comments

Comments
 (0)