Skip to content

Commit

Permalink
Merge pull request #1181 from jerus-org/renovate/serde-packages
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.215
  • Loading branch information
jerusdp authored Nov 12, 2024
2 parents 594d3c0 + 1fec5cb commit a61383f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- deps: update rust crate thiserror to 2.0.2(pr [#1179])
- deps: update rust crate thiserror to 2.0.3(pr [#1180])
- deps: update rust crate serde to 1.0.215(pr [#1181])

## [2.8.7] - 2024-11-09

Expand Down Expand Up @@ -736,6 +737,7 @@ emitted if a tracing subscriber is not found.
[#1178]: https://github.com/jerus-org/hcaptcha-rs/pull/1178
[#1179]: https://github.com/jerus-org/hcaptcha-rs/pull/1179
[#1180]: https://github.com/jerus-org/hcaptcha-rs/pull/1180
[#1181]: https://github.com/jerus-org/hcaptcha-rs/pull/1181
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...HEAD
[2.8.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.6...v2.8.7
[2.8.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.5...v2.8.6
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
] }
serde_json = "1.0.132"
serde_urlencoded = "0.7.1"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.3"
tracing = { version = "0.1.40", features = ["log", "attributes"] }
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down

0 comments on commit a61383f

Please sign in to comment.