Merge pull request #1057 from matthiasbeyer/update-toml-query

Update toml-query: 0.3.* -> ^0.3.1
This commit is contained in:
Matthias Beyer 2017-09-06 22:07:38 +02:00 committed by GitHub
commit e0e57ecdff
19 changed files with 19 additions and 18 deletions

View File

@ -19,7 +19,7 @@ log = "0.3"
version = "2.0.1" version = "2.0.1"
url = "1.2" url = "1.2"
toml = "0.4" toml = "0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" } libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }

View File

@ -41,5 +41,5 @@ default-features = false
features = ["testing"] features = ["testing"]
[dev-dependencies.toml-query] [dev-dependencies.toml-query]
version = "0.3" version = "^0.3.1"

View File

@ -26,7 +26,7 @@ libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentryta
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" } libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies] [dev-dependencies]
toml-query = "0.3.0" toml-query = "^0.3.1"
env_logger = "0.3" env_logger = "0.3"
[dev-dependencies.libimagutil] [dev-dependencies.libimagutil]

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17" clap = ">=2.17"
log = "0.3.6" log = "0.3.6"
toml = "0.4.*" toml = "0.4.*"
toml-query = "0.3.*" toml-query = "^0.3.1"
is-match = "0.1.*" is-match = "0.1.*"
version = "2.0.1" version = "2.0.1"

View File

@ -48,6 +48,7 @@ This section contains the changelog from the last release to the next release.
* The `libimagentrylink` is now rudimentarily tested * The `libimagentrylink` is now rudimentarily tested
* We compile with rustc 1.17, 1.18, .., nightly * We compile with rustc 1.17, 1.18, .., nightly
* The `imag-store` binary now uses positional arguments in its CLI * The `imag-store` binary now uses positional arguments in its CLI
* The "toml-query" dependency was updated to 0.3.1
* Stats * Stats
## 0.3.0 ## 0.3.0

View File

@ -22,7 +22,7 @@ xdg-basedir = "1.0"
itertools = "0.5" itertools = "0.5"
ansi_term = "0.9" ansi_term = "0.9"
is-match = "0.1" is-match = "0.1"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
handlebars = "0.29.0" handlebars = "0.29.0"

View File

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies] [dependencies]
log = "0.3" log = "0.3"
toml = "0.4.*" toml = "0.4.*"
toml-query = "0.3.*" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
chrono = "0.4" chrono = "0.4"
log = "0.3" log = "0.3"
toml = "0.4.*" toml = "0.4.*"
toml-query = "0.3.*" toml-query = "0.3.1"
itertools = "0.5" itertools = "0.5"
error-chain = "0.10" error-chain = "0.10"

View File

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies] [dependencies]
log = "0.3" log = "0.3"
toml = "^0.4" toml = "^0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
filters = "0.1" filters = "0.1"
chrono = "0.4" chrono = "0.4"
toml = "0.4" toml = "0.4"
toml-query = "0.3" toml-query = "^0.3.1"
lazy_static = "0.2" lazy_static = "0.2"
is-match = "0.1" is-match = "0.1"
error-chain = "0.10" error-chain = "0.10"

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
task-hookrs = "0.2.2" task-hookrs = "0.2.2"
uuid = "0.3" uuid = "0.3"
toml = "0.4.*" toml = "0.4.*"
toml-query = "0.3.*" toml-query = "^0.3.1"
log = "0.3" log = "0.3"
serde_json = "0.8" serde_json = "0.8"
error-chain = "0.10" error-chain = "0.10"

View File

@ -12,7 +12,7 @@ license = "LGPL-2.1"
[dependencies] [dependencies]
lazy_static = "0.1.15" lazy_static = "0.1.15"
toml = "^0.4" toml = "^0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }

View File

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies] [dependencies]
log = "0.3" log = "0.3"
toml = "0.4" toml = "0.4"
toml-query = "0.3" toml-query = "^0.3.1"
is-match = "0.1" is-match = "0.1"
error-chain = "0.10" error-chain = "0.10"

View File

@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
[dependencies] [dependencies]
chrono = "0.4" chrono = "0.4"
toml-query = "0.3" toml-query = "^0.3.1"
lazy_static = "0.2" lazy_static = "0.2"
toml = "0.4" toml = "0.4"
error-chain = "0.10" error-chain = "0.10"

View File

@ -21,7 +21,7 @@ log = "0.3"
regex = "0.2" regex = "0.2"
semver = "0.5.*" semver = "0.5.*"
toml = "^0.4" toml = "^0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" } libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }

View File

@ -11,7 +11,7 @@ license = "LGPL-2.1"
[dependencies] [dependencies]
toml = "^0.4" toml = "^0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
serde_derive = "1" serde_derive = "1"
serde = "1" serde = "1"
error-chain = "0.10" error-chain = "0.10"

View File

@ -21,7 +21,7 @@ url = "1.2"
rust-crypto = "0.2" rust-crypto = "0.2"
env_logger = "0.3" env_logger = "0.3"
is-match = "0.1" is-match = "0.1"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }

View File

@ -18,7 +18,7 @@ itertools = "0.5"
log = "0.3" log = "0.3"
rust-crypto = "0.2" rust-crypto = "0.2"
toml = "^0.4" toml = "^0.4"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
walkdir = "1.0.*" walkdir = "1.0.*"

View File

@ -21,7 +21,7 @@ toml = "^0.4"
itertools = "0.5" itertools = "0.5"
is-match = "0.1" is-match = "0.1"
filters = "0.1" filters = "0.1"
toml-query = "0.3.0" toml-query = "^0.3.1"
error-chain = "0.10" error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }