Skip to content

Commit

Permalink
⬆️ Update git2 requirement from ^0.18 to ^0.19
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Nov 17, 2024
1 parent 71e534a commit 0361f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [

[dependencies]
dirs = "^5.0"
git2 = { version = "^0.18", default-features = false }
git2 = { version = "^0.19", default-features = false }
dialoguer = { version = "^0.11", optional = true }
pest = "^2.3"
pest_derive = "^2.3"
Expand All @@ -29,7 +29,7 @@ regex = "^1.6"
[dev-dependencies]
pretty_assertions = "1.3"
tempfile = "3.3"
git2 = { version = "^0.18" }
git2 = { version = "^0.19" }

[features]
default = ["ui4dialoguer"]
Expand Down

0 comments on commit 0361f76

Please sign in to comment.