From 2ae5e86a19a3ff1b875ef915060ef4f9af04c08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 23:01:06 +0000 Subject: [PATCH] chore(deps): update git2 requirement from 0.14.2 to 0.17.2 Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.2...0.17.2) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e101ae62..ad3890ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ attohttpc = { version = "0.19.1", optional = true } blake3 = { version = "1.3.1", default-features = false } [dev-dependencies] -git2 = { version = "0.14.2", default-features = false } +git2 = { version = "0.17.2", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } manta-sdk = { path = ".", default-features = false, features = ["download"] } tempfile = { version = "3.3.0", default-features = false }