Update dependencies
regex: 0.2 -> 1 semver: 0.8 -> 0.9 walkdir: 1 -> 2
This commit is contained in:
parent
989ca3dba8
commit
c162856a21
2 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
glob = "0.2.11"
|
||||
log = "0.4.0"
|
||||
regex = "0.2"
|
||||
semver = "0.8"
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
toml = "0.4"
|
||||
walkdir = "1"
|
||||
walkdir = "2"
|
||||
is-match = "0.1"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
|
|
@ -35,7 +35,7 @@ error_chain! {
|
|||
TomlDe(::toml::de::Error);
|
||||
TomlSer(::toml::ser::Error);
|
||||
TomlQueryError(::toml_query::error::Error);
|
||||
UuidError(::uuid::ParseError);
|
||||
UuidError(::uuid::parser::ParseError);
|
||||
}
|
||||
|
||||
errors {
|
||||
|
|
Loading…
Reference in a new issue