Merge pull request #113 from Frost/dependabot/cargo/git2-0.18.1

Bump git2 from 0.18.0 to 0.18.1
This commit is contained in:
Martin Frost 2023-09-26 07:59:57 +02:00 committed by GitHub
commit 8bad139533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -198,9 +198,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.18.0" version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e" checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"libc", "libc",