We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a168a commit 702f058Copy full SHA for 702f058
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mprober"
3
-version = "0.11.0-beta.16"
+version = "0.11.0-beta.17"
4
authors = ["Magic Len <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.70"
@@ -40,14 +40,14 @@ users = "0.11"
40
41
benchmarking = "0.4"
42
43
-rocket = "0.5.0-rc.4"
+rocket = "0.5"
44
rocket-simple-authorization = "0.10"
45
rocket-cache-response = "0.6"
46
rocket-json-response = "0.6"
47
rocket-include-static-resources = { version = "0.10", features = ["cache"] }
48
rocket-include-handlebars = "0.13"
49
50
[dependencies.validators]
51
-version = "0.24"
+version = "0.25"
52
default-features = false
53
features = ["derive", "unsigned_integer", "number"]
0 commit comments