File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ license = "MIT"
14
14
edition = " 2018"
15
15
16
16
[dependencies ]
17
- reqwest = { version = " 0.9.17 " , default-features = false , features = [" rustls-tls" ] }
18
- base64 = " 0.10 .1"
19
- hyper = " 0.12.25 "
20
- serde = { version = " 1.0" , features = [" derive" ] }
21
- serde_json = " 1.0"
22
- regex = " 1"
17
+ reqwest = { version = " 0.9.24 " , default-features = false , features = [" rustls-tls" ] }
18
+ base64 = " 0.12 .1"
19
+ hyper = " 0.13.5 "
20
+ serde = { version = " 1.0.110 " , features = [" derive" ] }
21
+ serde_json = " 1.0.53 "
22
+ regex = " 1.3.7 "
23
23
url = " 1"
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ impl VoiceIt2 {
268
268
269
269
pub fn switch_sub_account_type ( & self , sub_account_api_key : & str ) -> Result < String , VoiceItError > {
270
270
let url = format ! (
271
- "{}/subaccount/{}// switchType{}" ,
271
+ "{}/subaccount/{}/switchType{}" ,
272
272
String :: from( BASE_URL ) ,
273
273
String :: from( sub_account_api_key) ,
274
274
self . notification_url_parameter
You can’t perform that action at this time.
0 commit comments