Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Dec 18, 2023
1 parent 99a168a commit 702f058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprober"
version = "0.11.0-beta.16"
version = "0.11.0-beta.17"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -40,14 +40,14 @@ users = "0.11"

benchmarking = "0.4"

rocket = "0.5.0-rc.4"
rocket = "0.5"
rocket-simple-authorization = "0.10"
rocket-cache-response = "0.6"
rocket-json-response = "0.6"
rocket-include-static-resources = { version = "0.10", features = ["cache"] }
rocket-include-handlebars = "0.13"

[dependencies.validators]
version = "0.24"
version = "0.25"
default-features = false
features = ["derive", "unsigned_integer", "number"]

0 comments on commit 702f058

Please sign in to comment.