summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-30 17:46:23 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-30 17:46:23 -0400
commite276b9bfaf5795ed9e5ec4896fc9d2678ff8e51c (patch)
tree64ecbe963d5fc8e7356729572a25213951b29b0e /Cargo.lock
parentebc4efa5d0cc8bf552d528baa5b4e68956aea764 (diff)
downloadclinte-e276b9bfaf5795ed9e5ec4896fc9d2678ff8e51c.tar.gz
ensure submitted posts are utf8
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 07b835b..a6cec3e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -119,7 +119,7 @@ dependencies = [
 
 [[package]]
 name = "clinte"
-version = "0.3.0"
+version = "0.3.1"
 dependencies = [
  "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",