Skip to content

Commit

Permalink
chore(deps): Update compatible (#781)
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.81` -> `1.0.82` |
| [toml_edit](https://togithub.com/toml-rs/toml) | dependencies | patch
| `0.22.9` -> `0.22.12` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82)

-   Documentation improvements

</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)

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

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

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

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), 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/crate-ci/cargo-release).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent e00aec6 commit 9da0f36
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 @@ -134,7 +134,7 @@ cargo_metadata = "0.18"
tame-index = "0.10"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] }
git2 = { version = "0.18.3", default-features = false }
toml_edit = { version = "0.22.9", features = ["serde"] }
toml_edit = { version = "0.22.12", features = ["serde"] }
toml = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
semver = "1.0"
Expand All @@ -156,7 +156,7 @@ env_logger = "0.11"
globset = { version = "0.4.14", default-features = false }
dunce = "1.0.4"
trycmd = "0.14.21"
anyhow = "1.0.81"
anyhow = "1.0.82"
concolor-control = { version = "0.0.7", features = ["auto"] }
git-conventional = "0.12.6"
similar = "2.5"
Expand Down

0 comments on commit 9da0f36

Please sign in to comment.