Skip to content

Commit e91ba08

Browse files
committed
Enable json feature of reqwest
1 parent 4847a6e commit e91ba08

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

Cargo.lock

+2-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ reqwest = { version = "0.12.5", default-features = false, features = [
1717
"rustls-tls",
1818
"brotli",
1919
"gzip",
20-
"http2"
20+
"http2",
21+
"json"
2122
] }
2223
tokio = { version = "1.32.0", features = [
2324
"rt-multi-thread",

0 commit comments

Comments
 (0)