Skip to content

Commit 0c2d3e2

Browse files
[deps]: Update Rust crate serde_qs to >=0.12.0, <0.15 (#244)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [serde_qs](https://redirect.github.com/samscott89/serde_qs) | workspace.dependencies | minor | `>=0.12.0, <0.14` -> `>=0.12.0, <0.15` | `0.15.0` | --- ### Release Notes <details> <summary>samscott89/serde_qs (serde_qs)</summary> ### [`v0.14.0`](https://redirect.github.com/samscott89/serde_qs/blob/HEAD/CHANGELOG.md#0140---2025-03-04) [Compare Source](https://redirect.github.com/samscott89/serde_qs/compare/v0.13.0...v0.14.0) ##### Other - Add release plz CI ([#&#8203;125](https://redirect.github.com/samscott89/serde_qs/pull/125)) - Update CI config ([#&#8203;124](https://redirect.github.com/samscott89/serde_qs/pull/124)) - update axum to v0.8 ([#&#8203;118](https://redirect.github.com/samscott89/serde_qs/pull/118)) - :multiple_bound_locations ([#&#8203;103](https://redirect.github.com/samscott89/serde_qs/pull/103)) - Add axum::OptionalQsQuery ([#&#8203;102](https://redirect.github.com/samscott89/serde_qs/pull/102)) - generate docs for axum support as well ([#&#8203;100](https://redirect.github.com/samscott89/serde_qs/pull/100)) - Update README.md </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6cd1e9f commit 0c2d3e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 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
@@ -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.14"
53+
serde_qs = ">=0.12.0, <0.15"
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)