From fe2fc171ce9b6edd0f1c8b4165874df1b18c77ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:28:23 +0000 Subject: [PATCH 1/2] chore(deps): Bump git2 from 0.15.0 to 0.16.0 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.15.0...git2-curl-0.16.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b03fa97..3c81587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,6 +827,19 @@ name = "git2" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1" +dependencies = [ + "bitflags", + "libc", + "libgit2-sys", + "log", + "url", +] + +[[package]] +name = "git2" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" dependencies = [ "bitflags", "libc", @@ -892,7 +905,7 @@ dependencies = [ "config", "dotenvy", "futures", - "git2", + "git2 0.16.0", "lazy_static", "mime", "number_prefix", @@ -1084,9 +1097,9 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libgit2-sys" -version = "0.14.0+1.5.0" +version = "0.14.1+1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b" +checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" dependencies = [ "cc", "libc", @@ -2199,7 +2212,7 @@ dependencies = [ "cfg-if", "enum-iterator", "getset", - "git2", + "git2 0.15.0", "rustversion", "thiserror", "time", diff --git a/Cargo.toml b/Cargo.toml index bdfedd4..5d427c6 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.15.0" +git2 = "0.16.0" lazy_static = "1.4.0" mime = "0.3" number_prefix = "0.4.0" From 0e12778ea36abbd890d6dd8a0bcb3b77f4571f92 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 13 Jan 2023 12:29:23 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d40b37..1066eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependency Updates * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.1 to 0.7.2 ([#542]) +* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.15.0 to 0.16.0 ([#544]) [#542]: https://github.com/vbrandl/hoc/pull/542 +[#544]: https://github.com/vbrandl/hoc/pull/544 ## [0.29.0] 2023-01-07