Merge pull request #681 from vbrandl/dependabot/cargo/git2-0.18.1
Bump git2 from 0.18.0 to 0.18.1
This commit is contained in:
commit
7fc5f9aefa
@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Bump `reqwest` from 0.11.17 to 0.11.20 (#619, [#672](https://github.com/vbrandl/hoc/pull/672))
|
||||
- Bump `vergen` from 8.1.3 to 8.2.5 (#621, #622, #635, #638, [#679](https://github.com/vbrandl/hoc/pull/679))
|
||||
- Bump `tracing-actix-web` from 0.7.4 to 0.7.6 (#623, [#656](https://github.com/vbrandl/hoc/pull/656))
|
||||
- Bump `git2` from 0.17.1 to 0.18.0 (#624, [#674](https://github.com/vbrandl/hoc/pull/674))
|
||||
- Bump `git2` from 0.17.1 to 0.18.1 (#624, [#674](https://github.com/vbrandl/hoc/pull/674), [#681](https://github.com/vbrandl/hoc/pull/681))
|
||||
- Bump `tempfile` from 3.5.0 to 3.8.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646), [#658](https://github.com/vbrandl/hoc/pull/658), [#667](https://github.com/vbrandl/hoc/pull/667))
|
||||
- Bump `serde_json` from 1.0.96 to 1.0.107 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649), [#663](https://github.com/vbrandl/hoc/pull/663), [#678](https://github.com/vbrandl/hoc/pull/678), [#680](https://github.com/vbrandl/hoc/pull/680))
|
||||
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -850,9 +850,9 @@ checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
||||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e"
|
||||
checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
||||
dependencies = [
|
||||
"bitflags 2.3.3",
|
||||
"libc",
|
||||
|
@ -20,7 +20,7 @@ bytes = "1.5.0"
|
||||
config = { version = "0.13.3", features = ["toml"] }
|
||||
dotenvy = "0.15.7"
|
||||
futures = "0.3.28"
|
||||
git2 = "0.18.0"
|
||||
git2 = "0.18.1"
|
||||
lazy_static = "1.4.0"
|
||||
mime = "0.3"
|
||||
number_prefix = "0.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user