Skip to content

Commit c88dfbe

Browse files
authored
fix(canopy): enable reqwest socks feature for the Tailscale SOCKS5 proxy (#77)
2 parents 648e299 + 5ec6ec8 commit c88dfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kube_quantity = "0.9.0"
2121
mimalloc = { version = "0.1", default-features = false }
2222
prometheus = "0.14.0"
2323
rand = "0.10.1"
24-
reqwest = { version = "0.13.4", features = ["json"] }
24+
reqwest = { version = "0.13.4", features = ["json", "socks"] }
2525
rust_decimal = "1.42.0"
2626
schemars = { version = "1.2.1", features = ["jiff02"] }
2727
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)