Skip to content

Commit 0bcfba1

Browse files
[deps]: Update Rust crate serde_qs to >=0.12.0, <0.16 (#272)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_qs](https://redirect.github.com/samscott89/serde_qs) | workspace.dependencies | minor | `>=0.12.0, <0.15` -> `>=0.12.0, <0.16` | --- ### Release Notes <details> <summary>samscott89/serde_qs (serde_qs)</summary> ### [`v0.15.0`](https://redirect.github.com/samscott89/serde_qs/blob/HEAD/CHANGELOG.md#0150---2025-04-22) [Compare Source](https://redirect.github.com/samscott89/serde_qs/compare/v0.14.0...v0.15.0) ##### Other - Support preserving order of parameters when serializing to a Map. ([#&#8203;106](https://redirect.github.com/samscott89/serde_qs/pull/106)) - Fix clippy. ([#&#8203;129](https://redirect.github.com/samscott89/serde_qs/pull/129)) - reorder struct fields to avoid serde buffering ([#&#8203;128](https://redirect.github.com/samscott89/serde_qs/pull/128)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b95464 commit 0bcfba1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -50,7 +50,7 @@ reqwest = { version = ">=0.12.5, <0.13", features = [
5050
schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] }
5151
serde = { version = ">=1.0, <2.0", features = ["derive"] }
5252
serde_json = ">=1.0.96, <2.0"
53-
serde_qs = ">=0.12.0, <0.15"
53+
serde_qs = ">=0.12.0, <0.16"
5454
serde_repr = ">=0.1.12, <0.2"
5555
thiserror = ">=1.0.40, <3"
5656
tokio = { version = "1.36.0", features = ["macros"] }

0 commit comments

Comments
 (0)