summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-07 16:55:04 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-07 17:49:38 +0200
commit404d6a4a81a49c6090c70a854f22658f18796ad5 (patch)
treecc605fdd60a1fdd56757832339ec33fa8dc0c329 /Cargo.toml
parent25d96da4a216a5fc0766c28d077e7de57fb735a5 (diff)
Update content_inspector version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36651dfe..dee56c8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ console = "0.6"
directories = "1.0"
lazy_static = "1.0"
wild = "2.0"
-content_inspector = "0.2.2"
+content_inspector = "0.2.3"
encoding = "0.2"
[dependencies.git2]