From 8d8237ff39d8a2b0b8542cac7a3686804abff2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:04:58 +0000 Subject: [PATCH] build(deps): Update auth-git2 requirement from 0.5.8 to 0.6.0 Updates the requirements on [auth-git2](https://github.com/de-vri-es/auth-git2-rs) to permit the latest version. - [Changelog](https://github.com/de-vri-es/auth-git2-rs/blob/main/CHANGELOG) - [Commits](https://github.com/de-vri-es/auth-git2-rs/compare/v0.5.8...v0.6.0) --- updated-dependencies: - dependency-name: auth-git2 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backpack/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backpack/lib/Cargo.toml b/backpack/lib/Cargo.toml index b2f8bb9..dbb2bf5 100644 --- a/backpack/lib/Cargo.toml +++ b/backpack/lib/Cargo.toml @@ -64,4 +64,4 @@ chrono = "0.4.42" cliclack = "0.4.0" terminal-banner = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } -auth-git2 = "0.5.8" +auth-git2 = "0.6.0"