Skip to content

Commit 1e3f404

Browse files
authored
Merge pull request #659 from carloszanella/cz/sdk-drop-hickory-dns
sdk(rust): drop hickory-dns from reqwest features (RUSTSEC-2026-0119)
2 parents 20dc37e + 8de9973 commit 1e3f404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bon.workspace = true
2121
hex = { workspace = true, features = ["std"] }
2222
http.workspace = true
2323
http-client-unix-domain-socket = "0.1.1"
24-
reqwest = { workspace = true, features = ["json"] }
24+
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "charset"] }
2525
serde.workspace = true
2626
serde_json.workspace = true
2727
sha2.workspace = true

0 commit comments

Comments
 (0)