Update scraper requirement from 0.15 to 0.16 (#253)

This commit is contained in:
dependabot[bot] 2023-04-10 08:15:51 -07:00 committed by GitHub
parent bf64d51914
commit 5ceeb1598b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ http = "0.2"
http-types = "2"
hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] }
native-tls = "0.2"
scraper = "0.15"
scraper = "0.16"
signal-hook = "0.3"
surf = { version = "2", default-features = false, features = ["h1-client"] }
tempfile = "3"