-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update validator requirement from 0.16 to 0.17 (#64)
* Update validator requirement from 0.16 to 0.17 --- updated-dependencies: - dependency-name: validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * CI: validator has a broken requirement on darling * Bump MSRV to 1.70 for validator --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominic <[email protected]>
- Loading branch information
1 parent
fea25eb
commit ddb58d6
Showing
4 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ name = "gotham_formdata" | |
version = "0.0.7" | ||
authors = ["Dominic Meiser <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.63.0" | ||
rust-version = "1.70.0" | ||
description = "Form data parsing for the gotham web framework" | ||
keywords = ["gotham", "html", "form", "urlencoded", "multipart"] | ||
categories = ["web-programming", "web-programming::http-server"] | ||
|
@@ -29,12 +29,12 @@ multer = "2.0" | |
paste = "1.0" | ||
serde = "1.0" | ||
thiserror = "1.0" | ||
validator = "0.16" | ||
validator = "0.17" | ||
|
||
[dev-dependencies] | ||
futures-executor = "0.3.15" | ||
gotham = { version = "0.7", features = ["testing"], default-features = false } | ||
percent-encoding = "2.1" | ||
pretty_env_logger = "0.5" | ||
trybuild = "=1.0.89" | ||
validator = { version = "0.16", features = ["derive"] } | ||
validator = { version = "0.17", features = ["derive"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters