From 668877b4ee2a8300ad5b9196d97dd92f30d9ddd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:10:58 +0800 Subject: [PATCH] chore(deps): update rust crate cargo_toml to 0.20.2 (#36) 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 | |---|---|---|---| | [cargo_toml](https://lib.rs/cargo_toml) ([source](https://gitlab.com/lib.rs/cargo_toml)) | dependencies | patch | `0.20.1` -> `0.20.2` | --- ### Release Notes
lib.rs/cargo_toml (cargo_toml) ### [`v0.20.2`](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.1...v0.20.2) [Compare Source](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.1...v0.20.2)
--- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a497e5e..d518257 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35a60491a82bdc0440640298990087ac1625e23c2feacd584eb33775903d5bb3" +checksum = "c8cb1d556b8b8f36e5ca74938008be3ac102f5dcb5b68a0477e4249ae2291cd3" dependencies = [ "serde", "toml", diff --git a/Cargo.toml b/Cargo.toml index 9c804fd..c4497d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ test = false [dependencies] walkdir = "2.5.0" cargo_metadata = "0.18.1" -cargo_toml = "0.20.1" +cargo_toml = "0.20.2" bpaf = { version = "0.9.11", features = ["derive", "batteries"] } proc-macro2 = { version = "1", features = ["span-locations"] } syn = { version = "2", features = [