Skip to content

Commit

Permalink
Fix dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 21, 2023
1 parent b77f56c commit e6a84b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ miette = { workspace = true }
once_cell = { workspace = true }
once_map = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
reqwest = { workspace = true, features = ["json", "rustls-tls-native-roots"] }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
Expand Down

0 comments on commit e6a84b2

Please sign in to comment.