0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Enable json feature of reqwest

This commit is contained in:
Nikodem Rabuliński 2024-09-07 16:53:11 +02:00
parent 9984ba0d12
commit fb0c2db08e
No known key found for this signature in database

View File

@ -17,7 +17,8 @@ reqwest = { version = "0.12.5", default-features = false, features = [
"rustls-tls",
"brotli",
"gzip",
"http2"
"http2",
"json"
] }
tokio = { version = "1.32.0", features = [
"rt-multi-thread",