File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ edition = "2018"
15
15
[dependencies ]
16
16
base64 = " 0.13"
17
17
thiserror = " 1.0"
18
- reqwest = { version = " 0.11" , features = [" blocking " , " json" ] }
18
+ reqwest = { version = " 0.11" , features = [" json" ] }
19
19
chrono = { version = " 0.4" , features = [" serde" ] }
20
20
const_format = " 0.2.13"
21
21
serde_json = " 1.0"
22
22
url = " 2.2"
23
23
serde = { version = " 1.0" , features = [" derive" ] }
24
24
getset = " 0.1"
25
- oauth2 = " 4.0.0"
26
25
azure_core = { path = " ../core" , version = " 0.1.0" }
27
- azure_identity = { version = " 0.1" , path = " ../identity" }
28
26
29
27
[dev-dependencies ]
28
+ oauth2 = " 4.0.0"
29
+ azure_identity = { path = " ../identity" }
30
30
mockito = " 0.30"
31
31
async-trait = " 0.1"
32
32
tokio = { version = " 1.0" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments