Merge pull request #160 from Frost/dependabot/cargo/git2-0.18.3

This commit is contained in:
Martin Frost 2024-03-26 13:40:59 +01:00 committed by GitHub
commit 9b5f075ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.2" version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd" checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"libc", "libc",