Skip to content

Commit 342d157

Browse files
authored
Update git2 to 0.14 (#1733)
git2-rs recently updated major versions due to libgit2 doing the same. Bump the version used in sqlx accordingly, to allow users of the new git2 to use git2::Oid with sqlx.
1 parent cc1ab90 commit 342d157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ webpki-roots = { version = "0.21.1", optional = true }
164164
whoami = { version = "1.2.1", optional = true }
165165
stringprep = "0.1.2"
166166
bstr = { version = "0.2.17", default-features = false, features = ["std"], optional = true }
167-
git2 = { version = "0.13.25", default-features = false, optional = true }
167+
git2 = { version = "0.14", default-features = false, optional = true }
168168
hashlink = "0.7.0"
169169
# NOTE: *must* remain below 1.7.0 to allow users to avoid the `ahash` cyclic dependency problem by pinning the version
170170
# https://github.com/tkaitchuck/aHash/issues/95#issuecomment-874150078

0 commit comments

Comments
 (0)