Skip to content

Commit caccf6e

Browse files
committed
Add blocking feature to reqwest in collector
Before it was unified from the `database` package.
1 parent b215a17 commit caccf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libc = "0.2"
1818
chrono = { version = "0.4", features = ["serde"] }
1919
lazy_static = "1"
2020
semver = "1.0"
21-
reqwest = { version = "0.11", features = ["json"] }
21+
reqwest = { version = "0.11", features = ["json", "blocking"] }
2222
xz2 = "0.1.3"
2323
tar = "0.4"
2424
tokio = { version = "1.6", features = ["rt", "process"] }

0 commit comments

Comments
 (0)