From c7d725bb9843bbf468eb4441e157b5a49fa0e95d Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 17 Feb 2025 06:48:54 +0100
Subject: [PATCH] Updating test commands for version 0.5.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
---
 debian/tests/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 24a0284..60e719c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,4 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.5 --all-targets --all-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --all-features
 Features: test-name=rust-auth-git2:@
 Depends:
  dh-cargo (>= 31),
@@ -11,7 +11,7 @@ Depends:
  @,
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.5 --all-targets
+Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets
 Features: test-name=librust-auth-git2-dev:default
 Depends:
  dh-cargo (>= 31),
@@ -24,7 +24,7 @@ Depends:
  @,
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.5 --all-targets --no-default-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features
 Features: test-name=librust-auth-git2-dev:
 Depends:
  dh-cargo (>= 31),
@@ -37,7 +37,7 @@ Depends:
  @,
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.5 --all-targets --no-default-features --features log
+Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features --features log
 Features: test-name=librust-auth-git2+log-dev:log
 Depends:
  dh-cargo (>= 31),