Skip to content

Commit d902dea

Browse files
authored
fix(deps): update rust crate serde_json to 1.0.147 (#122)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1.0.145` -> `1.0.147` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.147`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.147) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.146...v1.0.147) - Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance ([#&#8203;1304](https://redirect.github.com/serde-rs/json/issues/1304)) ### [`v1.0.146`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.146) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.145...v1.0.146) - Set fast\_arithmetic=64 for riscv64 ([#&#8203;1305](https://redirect.github.com/serde-rs/json/issues/1305), thanks [@&#8203;Xeonacid](https://redirect.github.com/Xeonacid)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/lambda_sqs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 6e8d0de + 3f05110 commit d902dea

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -27,7 +27,7 @@ exclude = [
2727

2828
[dependencies]
2929
serde = { version = "1.0.228", features = ["derive"] }
30-
serde_json = "1.0.145"
30+
serde_json = "1.0.147"
3131
lambda_runtime = "1.0.2"
3232

3333
[dev-dependencies]

PRLOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- deps: update dependency toolkit to v3(pr [#124])
1313
- deps: update rust crate lambda_runtime to 1.0.2(pr [#121])
14+
- deps: update rust crate serde_json to 1.0.147(pr [#122])
1415

1516
## [0.2.37] - 2025-11-28
1617

@@ -413,6 +414,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
413414
[#119]: https://github.com/jerus-org/lambda_sqs/pull/119
414415
[#124]: https://github.com/jerus-org/lambda_sqs/pull/124
415416
[#121]: https://github.com/jerus-org/lambda_sqs/pull/121
417+
[#122]: https://github.com/jerus-org/lambda_sqs/pull/122
416418
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...HEAD
417419
[0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37
418420
[0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36

0 commit comments

Comments
 (0)