@@ -71,19 +71,20 @@ webpki-root-certs = { version = "1.0.0", optional = true, default-features = fal
71
71
72
72
rustls = { version = " 0.23.22" , optional = true , default-features = false , features = [" logging" , " std" , " tls12" ] }
73
73
# held back on 0.2.12 to avoid double dependency on windows-sys (0.59.0, 0.52.0)
74
+ # native-tls 0.2.13 requires MSRV 1.82. We keep 0.2.12 until we decide to bunp MSRV
74
75
native-tls = { version = " 0.2.12" , optional = true , default-features = false }
75
76
der = { version = " 0.7.9" , optional = true , default-features = false , features = [" pem" , " std" ] }
76
77
77
78
socks = { version = " 0.3.4" , optional = true }
78
79
79
80
# cookie_store uses Url, while http-crate has its own Uri.
80
81
# Keep url crate in lockstep with cookie_store.
81
- cookie_store = { version = " 0.21.1 " , optional = true , default-features = false , features = [" preserve_order" ] }
82
+ cookie_store = { version = " 0.22 " , optional = true , default-features = false , features = [" preserve_order" ] }
82
83
# ureq-proto forces url=2.5.4. This optional dep documents the situation in cookie_store.
83
84
url = { version = " 2.3.1" , optional = true , default-features = false }
84
85
85
86
flate2 = { version = " 1.0.30" , optional = true }
86
- brotli-decompressor = { version = " 4 .0.2 " , optional = true }
87
+ brotli-decompressor = { version = " 5 .0.0 " , optional = true }
87
88
encoding_rs = { version = " 0.8.34" , optional = true }
88
89
89
90
serde = { version = " 1.0.138" , optional = true , default-features = false , features = [" std" ] }
0 commit comments