Skip to content

Commit

Permalink
chore: update git2 requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](rust-lang/git2-rs@0.15.0...git2-curl-0.16.0)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2023
1 parent 5afe9c5 commit 982fa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ paperclip-core = { path = "core", version = "0.6.0" }
paperclip-macros = { path = "macros", version = "0.6.2", optional = true }

env_logger = { version = "0.8", optional = true }
git2 = { version = "0.15", optional = true }
git2 = { version = "0.16", optional = true }
heck = { version = "0.4", optional = true }
http = { version = "0.2", optional = true }
itertools = "0.10"
Expand Down

0 comments on commit 982fa93

Please sign in to comment.