diff options
| author | Vincent Prouillet | 2019-05-01 20:49:43 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2019-05-01 20:49:43 +0200 |
| commit | 798988018920144535f2bd5aa93a8d3f4423b42c (patch) | |
| tree | 8c207eaf519b9ab83e5ea3d3dd5723007e29e478 /validator_derive | |
| parent | 0a8e454014edf415513a76fc060482503b9814fb (diff) | |
| download | validator-798988018920144535f2bd5aa93a8d3f4423b42c.tar.bz2 | |
Update deps of validator_derive
Diffstat (limited to 'validator_derive')
| -rw-r--r-- | validator_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 52aad39..f985e1d 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.8.0" +version = "0.9.0" authors = ["Vincent Prouillet <prouillet.vincent@gmail.com"] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" @@ -20,7 +20,7 @@ syn = { version = "0.15", features = ["extra-traits"] } quote = "0.6" proc-macro2 = "0.4" if_chain = "0" -validator = { version = "0.8", path = "../validator"} +validator = { version = "0.9", path = "../validator"} regex = "1" lazy_static = "1" |
