Skip to content

Commit

Permalink
chore(deps): update rust crates (#34)
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 |
|---|---|---|---|
| [cargo_toml](https://lib.rs/cargo_toml)
([source](https://gitlab.com/lib.rs/cargo_toml)) | dependencies | minor
| `0.19.2` -> `0.20.0` |
| [toml_edit](https://togithub.com/toml-rs/toml) | dependencies | patch
| `0.22.11` -> `0.22.12` |

---

### Release Notes

<details>
<summary>lib.rs/cargo_toml (cargo_toml)</summary>

###
[`v0.20.0`](https://gitlab.com/lib.rs/cargo_toml/compare/v0.19.2...v0.20.0)

[Compare
Source](https://gitlab.com/lib.rs/cargo_toml/compare/v0.19.2...v0.20.0)

</details>

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

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

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent ffafe51 commit 6ee1548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test = false
[dependencies]
walkdir = "2.5.0"
cargo_metadata = "0.18.1"
cargo_toml = "0.19.2"
cargo_toml = "0.20.0"
bpaf = { version = "0.9.11", features = ["derive", "batteries"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
syn = { version = "2", features = [
Expand All @@ -45,7 +45,7 @@ syn = { version = "2", features = [
] }
regex = "1.10.4"
rayon = "1.10.0"
toml_edit = { version = "0.22.11", features = ["parse"] }
toml_edit = { version = "0.22.12", features = ["parse"] }
anyhow = "1.0.82"
cargo-util-schemas = "0.2.0"
serde_json = "1.0.116"
Expand Down

0 comments on commit 6ee1548

Please sign in to comment.