From 0033da84dceb99bb15a4a465457f792368f66321 Mon Sep 17 00:00:00 2001 From: kmaasrud Date: Tue, 22 Feb 2022 12:04:50 +0100 Subject: [PATCH] chore: 0.5.1 -> 0.5.2 - bump mdzk and dependencies --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 576465a1..ae637937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.54" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d" +checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" [[package]] name = "atty" @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "mdzk" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 33b711a0..dfeeb457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdzk" -version = "0.5.1" +version = "0.5.2" authors = [ "Knut Magnus Aasrud ", "Victor Freire ", @@ -30,7 +30,7 @@ include = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.54" +anyhow = "1.0.55" chrono = "0.4.19" futures-util = "0.3.21" gray_matter = "0.2.1"