From de9c85d4f143efd500bc838653a7d57049a48326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 01:42:44 +0000 Subject: [PATCH] chore(deps): update rust crate gix-transport to 0.47.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e0c0a857c4..368b4aa592f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -256,7 +256,7 @@ cargo-test-support.workspace = true gix = { workspace = true, features = ["revision"] } # When building Cargo for tests, a safety-measure in `gix` needs to be disabled # to allow sending credentials over HTTP connections. -gix-transport = { version = "0.46.0", features = ["http-client-insecure-credentials"] } +gix-transport = { version = "0.47.0", features = ["http-client-insecure-credentials"] } same-file.workspace = true snapbox.workspace = true