Skip to content

Commit 5b96ef1

Browse files
authored
Merge pull request #1125 from jerus-org/renovate/serde-packages
fix(deps): update rust crate serde_json to 1.0.131
2 parents b624cc1 + a3890eb commit 5b96ef1

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

8081
### Security
8182

@@ -494,6 +495,7 @@ emitted if a tracing subscriber is not found.
494495
[#1122]: https://github.com/jerus-org/hcaptcha-rs/pull/1122
495496
[#1123]: https://github.com/jerus-org/hcaptcha-rs/pull/1123
496497
[#1124]: https://github.com/jerus-org/hcaptcha-rs/pull/1124
498+
[#1125]: https://github.com/jerus-org/hcaptcha-rs/pull/1125
497499
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.5.0...HEAD
498500
[2.5.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.4.9...v2.5.0
499501
[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.130"
31+
serde_json = "1.0.131"
3232
serde_urlencoded = "0.7.1"
3333
serde = { version = "1.0.210", features = ["derive"] }
3434
thiserror = "1.0.64"

0 commit comments

Comments
 (0)