Add http/2 support
This commit is contained in:
parent
443af952f4
commit
811f66fe0d
3 changed files with 269 additions and 432 deletions
|
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
axum = "0.8"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rusqlite = { version = "0.35", features = ["bundled"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue