Skip to content

Commit dd48c3f

Browse files
authored
fix(deps): update rust crate serde_json to 1.0.147 (#1494)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1` -> `1.0.147` | | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.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 these updates 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/hcaptcha-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 215a12f + a2b0db7 commit dd48c3f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 9 additions & 3 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
@@ -49,7 +49,7 @@ reqwest = { version = "0.12.28", default-features = false, features = [
4949
"http2",
5050
] }
5151
rocket = { version = "0.5.1", features = ["json"] }
52-
serde_json = "1.0.145"
52+
serde_json = "1.0.147"
5353
serde_urlencoded = "0.7.1"
5454
serde = { version = "1.0.228", features = ["derive"] }
5555
simple_logger = "5.1.0"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cargo-fuzz = true
1313

1414
[dependencies]
1515
libfuzzer-sys = "0.4.10"
16-
serde_json = "1"
16+
serde_json = "1.0.147"
1717
hcaptcha = { path = "../hcaptcha" }
1818

1919
[[bin]]

0 commit comments

Comments
 (0)