Skip to content

Commit

Permalink
fix: Pin down git2 dependencies to avoid segfault
Browse files Browse the repository at this point in the history
See also [1][2]. Fixes #307.

[1] rust-lang/git2-rs#813
[2] rust-lang/cargo#10446
  • Loading branch information
Frederick888 committed Mar 2, 2022
1 parent b25bf6d commit 6ed10c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ name = "cargo-outdated"
anyhow = "1.0"
cargo = "0.60.0"
env_logger = "0.9.0"
git2-curl = "0.14.0"
git2 = "=0.13.23"
git2-curl = "=0.14.1"
libgit2-sys = "=0.12.24"
semver = "1.0.0"
serde = {version="1.0.114", features = ["derive"]}
serde_derive = "1.0.114"
Expand Down

0 comments on commit 6ed10c6

Please sign in to comment.