From 1d980a45e9a342c55e9ddab9e9f7166255a62e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 22:24:16 +0000 Subject: [PATCH] chore(deps): Update Rust crate toml-test-data to v1.12.0 (#734) 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 | |---|---|---|---| | [toml-test-data](https://togithub.com/epage/toml-test-rs) | dev-dependencies | minor | `1.11.0` -> `1.12.0` | --- ### Release Notes
epage/toml-test-rs (toml-test-data) ### [`v1.12.0`](https://togithub.com/epage/toml-test-rs/compare/toml-test-data-v1.11.0...toml-test-data-v1.12.0) [Compare Source](https://togithub.com/epage/toml-test-rs/compare/toml-test-data-v1.11.0...toml-test-data-v1.12.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * *" (UTC), 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/toml-rs/toml). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ae5fd38..e042a1e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,9 +732,9 @@ dependencies = [ [[package]] name = "toml-test-data" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3dbefa15e11b0627efd28fdde71c1923efd6dc7dbbf7196c5355d739ebb08c" +checksum = "cab77bd2e1a28ce4ada1f2bcb3923581358973d511c1616e07f137749217b276" dependencies = [ "include_dir", ]