Skip to content

Commit

Permalink
meta: update to git2-0.17.0
Browse files Browse the repository at this point in the history
Updates all crates to the latest git2 version, 0.17.0.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Apr 14, 2023
1 parent 6de53f7 commit a8ce427
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion git-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1"
either = "1.8.0"

[dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion git-storage/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proptest = "1"
path = ".."

[dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-git-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ percent-encoding = "2"
thiserror = "1"

[dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-git-ext/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1"
serde_json = "1"

[dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-surf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nonempty = "0.5"
thiserror = "1.0"

[dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-surf/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proptest = "1"
serde_json = "1"

[dev-dependencies.git2]
version = "0.16.1"
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

Expand Down

0 comments on commit a8ce427

Please sign in to comment.