diff options
Diffstat (limited to 'github-suggestion')
| -rw-r--r-- | github-suggestion/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/github-suggestion/Cargo.toml b/github-suggestion/Cargo.toml index 34e197c..8962adc 100644 --- a/github-suggestion/Cargo.toml +++ b/github-suggestion/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0"  edition = "2018"  [dependencies] -git2 = "0.13.8" +git2 = { version = "0.13.11", features = ["vendored-openssl"] }  github-rs = "0.7.0"  regex = "1.3.9"  serde = { version = "1.0.114", features = ["derive"] } | 
