Skip to content

Commit ff840bb

Browse files
author
exti0p
committed
Roadmap and dependencies updated
1 parent c26c91f commit ff840bb

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"
1717
itertools = "0.10.5"
1818
lazy_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
2626
log = "0.4.17"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)