Skip to content

Commit

Permalink
chore(deps): update rust crates (#110)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cargo-util-schemas](https://redirect.github.com/rust-lang/cargo) |
dependencies | patch | `0.7.0` -> `0.7.1` |
| [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) |
dependencies | patch | `1.0.92` -> `1.0.93` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.134` -> `1.0.135` |
| [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch
| `2.0.95` -> `2.0.96` |

---

### Release Notes

<details>
<summary>dtolnay/proc-macro2 (proc-macro2)</summary>

###
[`v1.0.93`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.93)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.92...1.0.93)

- Optimize TokenStream's Drop
([#&#8203;489](https://redirect.github.com/dtolnay/proc-macro2/issues/489),
[#&#8203;490](https://redirect.github.com/dtolnay/proc-macro2/issues/490),
thanks [@&#8203;WalkerKnapp](https://redirect.github.com/WalkerKnapp))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 11am on monday" in timezone
Asia/Shanghai, Automerge - "before 11am on monday" in timezone
Asia/Shanghai.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/Boshen/cargo-shear).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent b6e49d9 commit 9902074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ walkdir = "2.5.0"
cargo_metadata = "0.19.1"
cargo_toml = "0.21.0"
bpaf = { version = "0.9.15", features = ["derive", "batteries"] }
proc-macro2 = { version = "1.0.92", features = ["span-locations"] }
syn = { version = "2.0.95", features = [
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
syn = { version = "2.0.96", features = [
"full",
"visit",
"extra-traits", # add "extra-traits" to debug syn ast
Expand All @@ -48,8 +48,8 @@ regex = "1.11.1"
rayon = "1.10.0"
toml_edit = { version = "0.22.22", features = ["parse"] }
anyhow = "1.0.95"
cargo-util-schemas = "0.7.0"
serde_json = "1.0.134"
cargo-util-schemas = "0.7.1"
serde_json = "1.0.135"

[profile.release]
# Configurations explicitly listed here for clarity.
Expand Down

0 comments on commit 9902074

Please sign in to comment.