Adding upstream version 0.5.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d2d6608958
commit
8eaa1cbd39
5 changed files with 430 additions and 222 deletions
10
Cargo.toml.orig
generated
10
Cargo.toml.orig
generated
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "auth-git2"
|
||||
version = "0.5.5"
|
||||
version = "0.5.7"
|
||||
description = "Authentication for `git2`"
|
||||
license = "BSD-2-Clause"
|
||||
authors = ["Maarten de Vries <maarten@de-vri.es>"]
|
||||
|
@ -16,8 +16,8 @@ publish = ["crates-io"]
|
|||
log = ["dep:log"]
|
||||
|
||||
[dependencies]
|
||||
dirs = "5.0.1"
|
||||
git2 = { version = ">0.14, <20.0", default-features = false }
|
||||
dirs = "6.0.0"
|
||||
git2 = { version = ">0.14, <21.0", default-features = false }
|
||||
log = { version = "0.4.19", optional = true }
|
||||
terminal-prompt = "0.2.2"
|
||||
|
||||
|
@ -25,5 +25,5 @@ terminal-prompt = "0.2.2"
|
|||
assert2 = "0.3.11"
|
||||
auth-git2 = { path = ".", features = ["log"] }
|
||||
clap = { version = "4.3.21", features = ["derive"] }
|
||||
env_logger = "0.10.0"
|
||||
git2 = ">=0.14, <18.0"
|
||||
env_logger = "0.11.6"
|
||||
git2 = ">=0.14, <21.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue