Skip to content

Commit ffab21b

Browse files
committed
use rocket = "0.5.0-rc.1"
1 parent d470cb6 commit ffab21b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprober"
3-
version = "0.11.0-beta.8"
3+
version = "0.11.0-beta.9"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2018"
66
repository = "https://github.com/magiclen/m-prober"
@@ -23,7 +23,7 @@ clap = "2.33.1"
2323
concat-with = "0.2"
2424
terminal_size = "0.1"
2525

26-
validators = "0.22"
26+
validators = "0.23"
2727
byte-unit = "4"
2828
termcolor = "1"
2929
getch = "0.2"
@@ -38,14 +38,14 @@ users = "0.11"
3838
benchmarking = "0.4"
3939
base64 = "0.13"
4040

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"
4747

4848
[dependencies.validators-derive]
49-
version = "0.22"
49+
version = "0.23"
5050
default-features = false
5151
features = ["unsigned_integer", "number"]

0 commit comments

Comments
 (0)