Update toml-query: 0.3.* -> ^0.3.1
This release contains a bugfix for a critical bug in the `TomlValueInsertExt::insert()` algorithm which was triggered by an edgecase.
This commit is contained in:
parent
86fae34d0d
commit
976f280511
19 changed files with 19 additions and 18 deletions
|
@ -19,7 +19,7 @@ log = "0.3"
|
|||
version = "2.0.1"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -41,5 +41,5 @@ default-features = false
|
|||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.toml-query]
|
||||
version = "0.3"
|
||||
version = "^0.3.1"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentryta
|
|||
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
env_logger = "0.3"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3.6"
|
||||
toml = "0.4.*"
|
||||
toml-query = "0.3.*"
|
||||
toml-query = "^0.3.1"
|
||||
is-match = "0.1.*"
|
||||
version = "2.0.1"
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ This section contains the changelog from the last release to the next release.
|
|||
* The `libimagentrylink` is now rudimentarily tested
|
||||
* We compile with rustc 1.17, 1.18, .., nightly
|
||||
* The `imag-store` binary now uses positional arguments in its CLI
|
||||
* The "toml-query" dependency was updated to 0.3.1
|
||||
* Stats
|
||||
|
||||
## 0.3.0
|
||||
|
|
|
@ -22,7 +22,7 @@ xdg-basedir = "1.0"
|
|||
itertools = "0.5"
|
||||
ansi_term = "0.9"
|
||||
is-match = "0.1"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
handlebars = "0.29.0"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.4.*"
|
||||
toml-query = "0.3.*"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
chrono = "0.4"
|
||||
log = "0.3"
|
||||
toml = "0.4.*"
|
||||
toml-query = "0.3.*"
|
||||
toml-query = "0.3.1"
|
||||
itertools = "0.5"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "^0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
filters = "0.1"
|
||||
chrono = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3"
|
||||
toml-query = "^0.3.1"
|
||||
lazy_static = "0.2"
|
||||
is-match = "0.1"
|
||||
error-chain = "0.10"
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
task-hookrs = "0.2.2"
|
||||
uuid = "0.3"
|
||||
toml = "0.4.*"
|
||||
toml-query = "0.3.*"
|
||||
toml-query = "^0.3.1"
|
||||
log = "0.3"
|
||||
serde_json = "0.8"
|
||||
error-chain = "0.10"
|
||||
|
|
|
@ -12,7 +12,7 @@ license = "LGPL-2.1"
|
|||
[dependencies]
|
||||
lazy_static = "0.1.15"
|
||||
toml = "^0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3"
|
||||
toml-query = "^0.3.1"
|
||||
is-match = "0.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
toml-query = "0.3"
|
||||
toml-query = "^0.3.1"
|
||||
lazy_static = "0.2"
|
||||
toml = "0.4"
|
||||
error-chain = "0.10"
|
||||
|
|
|
@ -21,7 +21,7 @@ log = "0.3"
|
|||
regex = "0.2"
|
||||
semver = "0.5.*"
|
||||
toml = "^0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "LGPL-2.1"
|
|||
|
||||
[dependencies]
|
||||
toml = "^0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
serde_derive = "1"
|
||||
serde = "1"
|
||||
error-chain = "0.10"
|
||||
|
|
|
@ -21,7 +21,7 @@ url = "1.2"
|
|||
rust-crypto = "0.2"
|
||||
env_logger = "0.3"
|
||||
is-match = "0.1"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -18,7 +18,7 @@ itertools = "0.5"
|
|||
log = "0.3"
|
||||
rust-crypto = "0.2"
|
||||
toml = "^0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
walkdir = "1.0.*"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ toml = "^0.4"
|
|||
itertools = "0.5"
|
||||
is-match = "0.1"
|
||||
filters = "0.1"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
Loading…
Reference in a new issue