From 689ec4fe9502ecfe3c13a92e12a8309ae7959789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:22:05 +0000 Subject: [PATCH 1/2] chore(deps): Bump git2 from 0.16.0 to 0.16.1 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.16.0...0.16.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b17448b..efb6bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", @@ -905,7 +905,7 @@ dependencies = [ "config", "dotenvy", "futures", - "git2 0.16.0", + "git2 0.16.1", "lazy_static", "mime", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 183e7f7..f1c74a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.3.0" config = { version = "0.13.3", features = ["toml"] } dotenvy = "0.15.6" futures = "0.3.25" -git2 = "0.16.0" +git2 = "0.16.1" lazy_static = "1.4.0" mime = "0.3" number_prefix = "0.4.0" From f5f328acf1418e3f08dbf2e56a76995cc36f2edb Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 30 Jan 2023 10:23:52 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a84a9..4b4eb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14 ([#549]) * Updated [`bumpalo`](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0 ([#550]) * Updated [`libgit2-sys`](https://github.com/rust-lang/git2-rs) from 0.14.1+1.5.0 to 0.14.2+1.5.1 ([#551]) +* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.16.0 to 0.16.1 ([#552]) * Updated [`ructe`](https://github.com/kaj/ructe) from 0.15.0 to 0.16.1 ([#559]) [#547]: https://github.com/vbrandl/hoc/pull/547 [#548]: https://github.com/vbrandl/hoc/pull/548 [#550]: https://github.com/vbrandl/hoc/pull/550 [#551]: https://github.com/vbrandl/hoc/pull/551 +[#552]: https://github.com/vbrandl/hoc/pull/552 [#559]: https://github.com/vbrandl/hoc/pull/559