Skip to content

Commit

Permalink
chore(deps): update rust crates (#56)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`1.0.82` -> `1.0.86` |
| [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | dependencies
| patch | `1.0.81` -> `1.0.85` |
| [regex](https://togithub.com/rust-lang/regex) | dependencies | patch |
`1.10.4` -> `1.10.5` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.116` -> `1.0.117` |
| [syn](https://togithub.com/dtolnay/syn) | dependencies | patch |
`2.0.60` -> `2.0.66` |
| [toml_edit](https://togithub.com/toml-rs/toml) | dependencies | patch
| `0.22.12` -> `0.22.14` |

---

### Release Notes

<details>
<summary>rust-lang/regex (regex)</summary>

###
[`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09)

[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5)

\===================
This is a new patch release with some minor fixes.

Bug fixes:

-   [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203):
Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.

</details>

<details>
<summary>toml-rs/toml (toml_edit)</summary>

###
[`v0.22.14`](https://togithub.com/toml-rs/toml/compare/v0.22.13...v0.22.14)

[Compare
Source](https://togithub.com/toml-rs/toml/compare/v0.22.13...v0.22.14)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Boshen/cargo-shear).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2024
1 parent 519677a commit 58b6f84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ walkdir = "2.5.0"
cargo_metadata = "0.18.1"
cargo_toml = "0.20.2"
bpaf = { version = "0.9.12", features = ["derive", "batteries"] }
proc-macro2 = { version = "1.0.81", features = ["span-locations"] }
syn = { version = "2.0.60", features = [
proc-macro2 = { version = "1.0.85", features = ["span-locations"] }
syn = { version = "2.0.66", features = [
"full",
"visit",
"extra-traits", # add "extra-traits" to debug syn ast
] }
regex = "1.10.4"
regex = "1.10.5"
rayon = "1.10.0"
toml_edit = { version = "0.22.12", features = ["parse"] }
anyhow = "1.0.82"
toml_edit = { version = "0.22.14", features = ["parse"] }
anyhow = "1.0.86"
cargo-util-schemas = "0.3.0"
serde_json = "1.0.116"
serde_json = "1.0.117"

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

0 comments on commit 58b6f84

Please sign in to comment.