File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ futures = "0.3"
22
22
http-types = { version = " 2.12" , default-features = false }
23
23
tracing = " 0.1.40"
24
24
rand = " 0.8"
25
- reqwest = { version = " 0.11.14 " , features = [
25
+ reqwest = { version = " 0.12.0 " , features = [
26
26
" stream" ,
27
27
], default-features = false , optional = true }
28
28
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ bytes = "1.0"
29
29
tracing-subscriber = " 0.3"
30
30
tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
31
31
clap = { version = " 4.0.2" , features = [" derive" , " env" ] }
32
- reqwest = " 0.11 .0"
32
+ reqwest = " 0.12 .0"
33
33
stop-token = { version = " 0.7.0" , features = [" tokio" ] }
34
34
mock_transport = { path = " ../../eng/test/mock_transport" }
35
35
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ async-process = "2.0"
33
33
tz-rs = { version = " 0.6" , optional = true }
34
34
35
35
[dev-dependencies ]
36
- reqwest = { version = " 0.11 " , features = [" json" ], default-features = false }
36
+ reqwest = { version = " 0.12 " , features = [" json" ], default-features = false }
37
37
tokio = { version = " 1.0" , features = [" macros" , " rt-multi-thread" ] }
38
38
tracing-subscriber = " 0.3"
39
39
serde_test = " 1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2021"
14
14
publish = false
15
15
16
16
[dependencies ]
17
- reqwest = { version = " 0.11 " , features = [" json" ], default-features = false }
17
+ reqwest = { version = " 0.12 " , features = [" json" ], default-features = false }
18
18
time = " 0.3.10"
19
19
const_format = " 0.2"
20
20
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ futures = "0.3"
24
24
tracing-subscriber = " 0.3"
25
25
hyper = " 1.0"
26
26
hyper-rustls = " 0.26"
27
- reqwest = " 0.11 .0"
27
+ reqwest = " 0.12 .0"
28
28
tokio = { version = " 1.0" , features = [" macros" ] }
29
29
30
30
[features ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async-lock = "3.1"
28
28
[dev-dependencies ]
29
29
tokio = { version = " 1.0" , features = [" macros" , " rt-multi-thread" ] }
30
30
tracing-subscriber = " 0.3"
31
- reqwest = " 0.11 "
31
+ reqwest = " 0.12 "
32
32
mock_transport = { path = " ../../eng/test/mock_transport" }
33
33
azure_identity = { path = " ../identity" , default-features = false }
34
34
You can’t perform that action at this time.
0 commit comments