summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrylink/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-06 17:28:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-06 19:30:32 +0200
commit976f2805118b09d83ec7d16a5a8b5113b30b98bd (patch)
treee956dce33ec2e7024f0a9584d28430672ccb5a36 /lib/entry/libimagentrylink/Cargo.toml
parent86fae34d0d306af09095f6f8e2c59a8d10b87b9f (diff)
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.
Diffstat (limited to 'lib/entry/libimagentrylink/Cargo.toml')
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml
index ba071fe3..dd34df12 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -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" }