1
1
[package ]
2
2
name = " mprober"
3
- version = " 0.11.0-beta.8 "
3
+ version = " 0.11.0-beta.9 "
4
4
authors = [" Magic Len <len@magiclen.org>" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/magiclen/m-prober"
@@ -23,7 +23,7 @@ clap = "2.33.1"
23
23
concat-with = " 0.2"
24
24
terminal_size = " 0.1"
25
25
26
- validators = " 0.22 "
26
+ validators = " 0.23 "
27
27
byte-unit = " 4"
28
28
termcolor = " 1"
29
29
getch = " 0.2"
@@ -38,14 +38,14 @@ users = "0.11"
38
38
benchmarking = " 0.4"
39
39
base64 = " 0.13"
40
40
41
- rocket = { git = " https://github.com/SergioBenitez/Rocket " , version = " 0.5.0-dev " }
42
- rocket-simple-authorization = { git = " https://github.com/magiclen/rocket-simple-authorization " , version = " 0.10" }
43
- rocket-cache-response = { git = " https://github.com/magiclen/rocket-cache-response " , version = " 0.6" }
44
- rocket-json-response = { git = " https://github.com/magiclen/rocket-json-response " , version = " 0.6" }
45
- rocket-include-static-resources = { git = " https://github.com/magiclen/rocket-include-static-resources " , version = " 0.10" , features = [" cache" ] }
46
- rocket-include-handlebars = { git = " https://github.com/magiclen/rocket-include-handlebars " , version = " 0.13" }
41
+ rocket = " 0.5.0-rc.1 "
42
+ rocket-simple-authorization = " 0.10"
43
+ rocket-cache-response = " 0.6"
44
+ rocket-json-response = " 0.6"
45
+ rocket-include-static-resources = { version = " 0.10" , features = [" cache" ] }
46
+ rocket-include-handlebars = " 0.13"
47
47
48
48
[dependencies .validators-derive ]
49
- version = " 0.22 "
49
+ version = " 0.23 "
50
50
default-features = false
51
51
features = [" unsigned_integer" , " number" ]
0 commit comments