Skip to content

Commit c06d9dd

Browse files
authored
fix(deps): update rust crate syn to 2.0.106 (#90)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [syn](https://redirect.github.com/dtolnay/syn) | workspace.dependencies | patch | `2.0.104` -> `2.0.106` | --- ### Release Notes <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.106`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.106) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.105...2.0.106) - Replace `~const` syntax with `[const]` conditionally const syntax in trait bounds ([#&#8203;1896](https://redirect.github.com/dtolnay/syn/issues/1896), [rust-lang/rust#139858](https://redirect.github.com/rust-lang/rust/pull/139858)) - Support conditionally const impl Trait types ([#&#8203;1897](https://redirect.github.com/dtolnay/syn/issues/1897)) - Reject polarity modifier and lifetime binder used in the same trait bound ([#&#8203;1899](https://redirect.github.com/dtolnay/syn/issues/1899), [rust-lang/rust#127054](https://redirect.github.com/rust-lang/rust/pull/127054)) - Parse const trait bounds with bound lifetimes ([#&#8203;1902](https://redirect.github.com/dtolnay/syn/issues/1902)) - Parse bound lifetimes with lifetime bounds ([#&#8203;1903](https://redirect.github.com/dtolnay/syn/issues/1903)) - Allow type parameters and const parameters in trait bounds and generic closures ([#&#8203;1904](https://redirect.github.com/dtolnay/syn/issues/1904), [#&#8203;1907](https://redirect.github.com/dtolnay/syn/issues/1907), [#&#8203;1908](https://redirect.github.com/dtolnay/syn/issues/1908), [#&#8203;1909](https://redirect.github.com/dtolnay/syn/issues/1909)) ### [`v2.0.105`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.105) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.104...2.0.105) - Disallow "negative" inherent impls like `impl !T {}` ([#&#8203;1881](https://redirect.github.com/dtolnay/syn/issues/1881), [rust-lang/rust#144386](https://redirect.github.com/rust-lang/rust/pull/144386)) </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**: 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/jerus-org/captval). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 737d506 + ce7eb6d commit c06d9dd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- deps: update rust crate proc-macro2 to 1.0.101(pr [#87])
4242
- deps: update rust crate reqwest to 0.12.23(pr [#88])
4343
- deps: update rust crate serde_json to 1.0.143(pr [#89])
44+
- deps: update rust crate syn to 2.0.106(pr [#90])
4445

4546
## [0.1.2] - 2025-05-15
4647

@@ -204,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204205
[#87]: https://github.com/jerus-org/captval/pull/87
205206
[#88]: https://github.com/jerus-org/captval/pull/88
206207
[#89]: https://github.com/jerus-org/captval/pull/89
208+
[#90]: https://github.com/jerus-org/captval/pull/90
207209
[Unreleased]: https://github.com/jerus-org/captval/compare/v0.1.2...HEAD
208210
[0.1.2]: https://github.com/jerus-org/captval/compare/v0.1.0...v0.1.2
209211
[0.1.0]: https://github.com/jerus-org/captval/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -21,7 +21,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [
2121
serde = { version = "1.0.219", features = ["derive"] }
2222
serde_json = "1.0.143"
2323
serde_urlencoded = "0.7.1"
24-
syn = "2.0.104"
24+
syn = "2.0.106"
2525
thiserror = "2.0.12"
2626
tracing = "0.1.41"
2727
url = "2.5.4"

0 commit comments

Comments
 (0)