Skip to content

Commit

Permalink
fix(drip): add rustls to reqwest features
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Mar 4, 2025
1 parent cb4cd80 commit 4f3d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ async-graphql-axum = "7.0.6"
async-sqlite = { version = "0.2.2", features = ["bundled", "array", "vtab"] }
axum = "0.7.5"
cosmos-client = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
subtle-encoding = { workspace = true, features = ["bech32-preview"] }

0 comments on commit 4f3d105

Please sign in to comment.