Skip to content

Commit 702f058

Browse files
committed
update dependencies
1 parent 99a168a commit 702f058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprober"
3-
version = "0.11.0-beta.16"
3+
version = "0.11.0-beta.17"
44
authors = ["Magic Len <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.70"
@@ -40,14 +40,14 @@ users = "0.11"
4040

4141
benchmarking = "0.4"
4242

43-
rocket = "0.5.0-rc.4"
43+
rocket = "0.5"
4444
rocket-simple-authorization = "0.10"
4545
rocket-cache-response = "0.6"
4646
rocket-json-response = "0.6"
4747
rocket-include-static-resources = { version = "0.10", features = ["cache"] }
4848
rocket-include-handlebars = "0.13"
4949

5050
[dependencies.validators]
51-
version = "0.24"
51+
version = "0.25"
5252
default-features = false
5353
features = ["derive", "unsigned_integer", "number"]

0 commit comments

Comments
 (0)