File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ categories = ["command-line-utilities"]
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
1515[dependencies ]
16- clap = " 4.0.4 "
16+ clap = " 4.0.29 "
1717itertools = " 0.10.5"
1818lazy_static = " 1.4.0"
19- openssl = { version = " 0.10.42 " , features = [" vendored" ] }
20- regex = " 1.6 .0"
21- reqwest = { version = " 0.11.12 " , features = [" blocking" , " json" ] }
22- serde = { version = " 1.0.145 " , features = [" derive" ] }
23- serde_json = " 1.0.85 "
19+ openssl = { version = " 0.10.44 " , features = [" vendored" ] }
20+ regex = " 1.7 .0"
21+ reqwest = { version = " 0.11.13 " , features = [" blocking" , " json" ] }
22+ serde = { version = " 1.0.151 " , features = [" derive" ] }
23+ serde_json = " 1.0.90 "
2424
2525# logging
2626log = " 0.4.17"
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ This project is limited to GitHub repositories.
165165- [x] From a GitHub repository, search for commits and email of authors with GitHub metadata and parsing
166166- [x] From a GitHub keyword search, retrieve GitHub repositories URLs
167167- [ ] Correlate emails, language and project preferences with `results/$language/$author` which contains `$author` email
168+ - [ ] Handle properly errors and limit, or even remove, panics
168169- [ ] Support more advanced parameters (_cf._ <https://github.com/search/advanced>)
169170
170171## 💭 Thoughts
You can’t perform that action at this time.
0 commit comments