Skip to content

Commit

Permalink
Upgrade to warp 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinas committed Jan 17, 2020
1 parent 24788d0 commit 0b09da0
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 55 deletions.
130 changes: 79 additions & 51 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion oon_scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ oon_db = { version = "0.1", path = "../oon_db" }
reqwest = { version = "0.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "0.2"
tokio = { version = "0.2", features = ["full"] }
uuid = { version = "0.7", features = ["v4"] }
Loading

0 comments on commit 0b09da0

Please sign in to comment.