Skip to content

Commit 32326e5

Browse files
committed
Update git2 to 0.20.4
1 parent 2425920 commit 32326e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ webpki-roots = { version = "1.0.0", optional = true }
164164
whoami = { version = "1.2.1", optional = true }
165165
stringprep = "0.1.2"
166166
bstr = { version = "1.6.0", default-features = false, features = ["std"], optional = true }
167-
git2 = { version = "0.19", default-features = false, optional = true }
167+
git2 = { version = "0.20.4", default-features = false, optional = true }
168168
hashlink = "0.11.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)