From 9da0f36b8ae140c3b8a44d25bb3c24af0f5ff08e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 01:50:30 +0000 Subject: [PATCH] chore(deps): Update compatible (#781) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
dtolnay/anyhow (anyhow) ### [`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
toml-rs/toml (toml_edit) ### [`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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e3be7c8e..2b5e0a5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "assert_fs" @@ -2292,9 +2292,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.9" +version = "0.22.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 77ded7615..5ba45a59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"