From 62ab07df8624850f12b87d03654a9c7a1cb21a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 04:20:35 +0000 Subject: [PATCH] Bump git2 from 0.13.25 to 0.14.0 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.25 to 0.14.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.25...git2-curl-0.14.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- josh-proxy/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff68c7418..666605c33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" [[package]] name = "git2" -version = "0.13.25" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6" +checksum = "94781080dd1a6b55dea7c46540d5bac87742a22f6dc2d84e54a5071ad6f0e387" dependencies = [ "bitflags", "libc", @@ -1186,9 +1186,9 @@ checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[package]] name = "libgit2-sys" -version = "0.12.26+1.3.0" +version = "0.13.0+1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494" +checksum = "864e22fc06cae62860398cd854c93d5867f11c02ec916aa1417b440f170df23a" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3af27be28..98c5d9b4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = ["josh-proxy", "josh-ui", "."] [dependencies] handlebars = "4.2" -git2 = {version = "0.13", default-features = false} +git2 = {version = "0.14", default-features = false} clap = "3" tracing = "0.1" bincode = "1.3" diff --git a/josh-proxy/Cargo.toml b/josh-proxy/Cargo.toml index 8d894b496..0d0d2ac67 100644 --- a/josh-proxy/Cargo.toml +++ b/josh-proxy/Cargo.toml @@ -20,7 +20,7 @@ hyper_cgi = "0.2.1" hyper-staticfile = "0.8.0" hyper-tls = "0.5.0" toml = "0.5.8" -git2 = "0.13.25" +git2 = "0.14.0" tracing = { version = "0.1.31", features = ["max_level_trace", "release_max_level_trace"] } tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"]}