From 35445947e273fa6ae0e45418dfcce36ff1455293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:57:03 +0000 Subject: [PATCH] chore(deps): Bump git2 from 0.18.2 to 0.18.3 (#126) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3268e9..a7a572e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd" +checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" dependencies = [ "bitflags 2.3.3", "libc", diff --git a/Cargo.toml b/Cargo.toml index c3754f8..76171fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.81" clap = { version = "4.5.3", features = ["cargo", "derive"] } crossterm = { version = "0.27.0", features = ["serde"] } dirs = "5.0.1" -git2 = { version = "0.18.2", default-features = false } +git2 = { version = "0.18.3", default-features = false } itertools = "0.12.1" nom = "7.1.3" paste = "1.0.14"