File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ bytes = "1.0"
31
31
hyper-rustls = { version = " 0.22" , optional = true }
32
32
failure = " 0.1"
33
33
async-trait = " 0.1"
34
- oauth2 = " = 4.0.0-beta.1 "
34
+ oauth2 = " 4.0.0"
35
35
reqwest = { version = " 0.11" , optional = true }
36
36
paste = " 1.0"
37
37
md5 = " 0.7"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
14
14
15
15
[dependencies ]
16
16
azure_core = { path = " ../core" , version = " 0.1.0" }
17
- oauth2 = " = 4.0.0-beta.1 "
17
+ oauth2 = " 4.0.0"
18
18
url = " 2.2"
19
19
futures = " 0.3"
20
20
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ serde_json = "1.0"
23
23
url = " 2.2"
24
24
serde = { version = " 1.0" , features = [" derive" ] }
25
25
getset = " 0.1"
26
- oauth2 = " = 4.0.0-beta.1 "
26
+ oauth2 = " 4.0.0"
27
27
azure_core = { path = " ../core" , version = " 0.1.0" }
28
28
azure_identity = { version = " 0.1" , path = " ../identity" }
29
29
You can’t perform that action at this time.
0 commit comments