From 2a4d38729e87353950ec54e827a99f5860015138 Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sat, 1 Jul 2023 10:59:37 -0400 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f1a82c..78d8bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podcatch_rust" -version = "0.5.20" +version = "0.5.21" authors = ["Daniel Boline "] edition = "2018" @@ -33,7 +33,7 @@ tokio = {version = "1.26", features=["full"]} async-trait = "0.1" futures = "0.3" derive_more = "0.99" -itertools = "0.10" +itertools = "0.11" envy = "0.4" deadqueue = "0.2" smallvec = "1.6"