File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rfesi"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [
" Celeo <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " Rust API for EVE Online's ESI"
@@ -15,20 +15,19 @@ categories = ["api-bindings"]
15
15
16
16
[dependencies ]
17
17
alcoholic_jwt = { version = " 4091.0.0" , optional = true }
18
- base64 = " 0.21.0 "
18
+ base64 = " 0.21.4 "
19
19
http = " 0.2.9"
20
- log = " 0.4.17 "
20
+ log = " 0.4.20 "
21
21
rand = { version = " 0.8.5" , optional = true }
22
- reqwest = { version = " 0.11.14 " , features = [" json" ] }
23
- serde = { version = " 1.0.155 " , features = [" derive" ] }
24
- serde_json = " 1.0.94 "
25
- thiserror = " 1.0.39 "
22
+ reqwest = { version = " 0.11.20 " , features = [" json" ] }
23
+ serde = { version = " 1.0.188 " , features = [" derive" ] }
24
+ serde_json = " 1.0.107 "
25
+ thiserror = " 1.0.48 "
26
26
27
27
[dev-dependencies ]
28
- mockito = " 1.0.0"
29
28
pretty_env_logger = " 0.5.0"
30
29
rusty-hook = " 0.11.2"
31
- tokio = { version = " 1.26 .0" , features = [" full" ] }
30
+ tokio = { version = " 1.32 .0" , features = [" full" ] }
32
31
33
32
[features ]
34
33
default = [" random_state" , " validate_jwt" ]
You can’t perform that action at this time.
0 commit comments