@@ -18,14 +18,14 @@ derive = ["typesense_derive"]
18
18
crate-type = [" cdylib" , " rlib" ]
19
19
20
20
[dependencies ]
21
- async-trait = " 0.1.50 "
22
- base64 = " 0.13.0 "
23
- hmac = " 0.11.0 "
24
- http = " 0.2.4 "
21
+ async-trait = " 0.1"
22
+ base64 = " 0.13"
23
+ hmac = " 0.12 "
24
+ http = " 0.2"
25
25
serde = { version = " 1" , features = [" derive" ] }
26
26
serde_json = " 1"
27
- sha2 = " 0.9.5 "
28
- thiserror = " 1.0.24 "
27
+ sha2 = " 0.10 "
28
+ thiserror = " 1"
29
29
typesense_derive = { version = " 0.1.0" , path =" ../typesense_derive" , optional = true }
30
30
typesense_codegen = { version = " 0.23.0" , path =" ../typesense_codegen" }
31
31
@@ -34,17 +34,17 @@ serde_json = "1.0"
34
34
trybuild = " 1.0.42"
35
35
36
36
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
37
- hyper = { version = " 0.14.7 " , features = [" http1" , " http2" , " client" ] }
37
+ hyper = { version = " 0.14" , features = [" http1" , " http2" , " client" ] }
38
38
hyper-tls = { version = " 0.5.0" , optional = true }
39
39
40
40
[target .'cfg(target_arch = "wasm32")' .dependencies ]
41
- js-sys = { version = " 0.3.50 " }
42
- wasm-bindgen = { version = " 0.2.73 " }
43
- wasm-bindgen-futures = { version = " 0.4.23 " }
44
- web-sys = { version = " 0.3.50 " , features = [" Headers" , " Response" , " Request" , " RequestInit" , " RequestMode" , " Window" , " WorkerGlobalScope" ] }
41
+ js-sys = { version = " 0.3" }
42
+ wasm-bindgen = { version = " 0.2" }
43
+ wasm-bindgen-futures = { version = " 0.4" }
44
+ web-sys = { version = " 0.3" , features = [" Headers" , " Response" , " Request" , " RequestInit" , " RequestMode" , " Window" , " WorkerGlobalScope" ] }
45
45
46
46
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
47
- tokio = { version = " 1.5.0 " , features = [" macros" , " rt" , " rt-multi-thread" ] }
47
+ tokio = { version = " 1.5" , features = [" macros" , " rt" , " rt-multi-thread" ] }
48
48
49
49
[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
50
50
console_error_panic_hook = " 0.1.6"
0 commit comments