We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blocking
reqwest
collector
1 parent b215a17 commit caccf6eCopy full SHA for caccf6e
collector/Cargo.toml
@@ -18,7 +18,7 @@ libc = "0.2"
18
chrono = { version = "0.4", features = ["serde"] }
19
lazy_static = "1"
20
semver = "1.0"
21
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.11", features = ["json", "blocking"] }
22
xz2 = "0.1.3"
23
tar = "0.4"
24
tokio = { version = "1.6", features = ["rt", "process"] }
0 commit comments