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]
|
[dependencies]
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
regex = "0.2"
|
regex = "1"
|
||||||
semver = "0.8"
|
semver = "0.9"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
walkdir = "1"
|
walkdir = "2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -35,7 +35,7 @@ error_chain! {
|
||||||
TomlDe(::toml::de::Error);
|
TomlDe(::toml::de::Error);
|
||||||
TomlSer(::toml::ser::Error);
|
TomlSer(::toml::ser::Error);
|
||||||
TomlQueryError(::toml_query::error::Error);
|
TomlQueryError(::toml_query::error::Error);
|
||||||
UuidError(::uuid::ParseError);
|
UuidError(::uuid::parser::ParseError);
|
||||||
}
|
}
|
||||||
|
|
||||||
errors {
|
errors {
|
||||||
|
|
Loading…
Reference in a new issue