From ffd6a8c9646dda4cae5fdf65f5be66f6aea34058 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 11 Feb 2025 20:52:55 -0800 Subject: [PATCH] chore(deps): update rust crate guppy to 0.17.14 (#2128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [guppy](https://redirect.github.com/guppy-rs/guppy) | workspace.dependencies | patch | `0.17.13` -> `0.17.14` | --- ### Release Notes
guppy-rs/guppy (guppy) ### [`v0.17.14`](https://redirect.github.com/guppy-rs/guppy/releases/tag/guppy-0.17.14): guppy 0.17.14 [Compare Source](https://redirect.github.com/guppy-rs/guppy/compare/guppy-0.17.13...guppy-0.17.14) ##### Added - `MetadataCommand::env` adds environment variables to the `cargo metadata` command. Thanks to [anforowicz](https://redirect.github.com/anforowicz) for your first contribution!
--- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecdbfa6840b..6a4838ca353 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1140,9 +1140,9 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.13" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54c43505e290c5dc9ca6fc7117927ae46685ae6ea23f988996d622a6394ca99b" +checksum = "29c20ac214f84bec493542e97ef5469eae1763789060740ed2f7aba2deaff393" dependencies = [ "ahash", "camino", diff --git a/Cargo.toml b/Cargo.toml index cfe6ecd8536..8dbb72bcbd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ fs-err = "3.1.0" future-queue = "0.3.0" futures = "0.3.31" globset = "0.4.15" -guppy = "0.17.13" +guppy = "0.17.14" hex = "0.4.3" home = "0.5.11" http = "1.2.0"