From 26c6ce3e50ac437070a431832820d3c1856d889a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 5 Jul 2020 15:35:54 -0400 Subject: [PATCH] update furbooru crate --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2202aa5..03dfc0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,8 +335,8 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "furbooru" -version = "0.3.2" -source = "git+https://github.com/Xe/furbooru#ad6980f212bc80811e048098dbc8b520c7a7dae2" +version = "0.3.3" +source = "git+https://github.com/Xe/furbooru#f15d56d28c0768b535dbd7aca29e740f8eba2a3f" dependencies = [ "anyhow", "async-trait", @@ -1511,7 +1511,7 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tron" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3d34256..a9fef1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tron" -version = "0.2.3" +version = "0.2.4" authors = ["Christine Dodrill "] edition = "2018" repository = "https://tulpa.dev/cadey/tron"