Skip to content

Commit c74e833

Browse files
committed
scraper - update dependencies
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent f01eb5c commit c74e833

File tree

2 files changed

+163
-25
lines changed

2 files changed

+163
-25
lines changed

Cargo.lock

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

scraper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ edition = "2021"
88

99
[dependencies]
1010
# for binary
11-
env_logger = "0.9"
11+
env_logger = "0.10"
1212

1313
anyhow = "1.0"
1414

1515
chrono = {version = "0.4", features = ["serde"]}
1616
clap = {version = "4", features = ["derive", "cargo"]}
17-
db-dump = {version = "0.3", git = "https://github.com/LechevSpace/db-dump.git", branch = "id-serialization"}
17+
db-dump = {version = "0.4"}
1818
log = "0.4"
19-
octocrab = "0.17"
19+
octocrab = "0.18"
2020

2121
serde = {version = "1", features = ["derive"]}
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)