From 3cc1a85122df47af0e51176e63f0c75cc576ba0f Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Thu, 6 Apr 2023 20:55:57 +0200 Subject: [PATCH] update google-youtube3 version to 5.0.2 (from 4) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8ec5d1..6b80b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exponential_backoff" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -9,7 +9,7 @@ edition = "2021" tokio = "1.24.2" reqwest = "0.11.14" chrono = "0.4.23" -google-youtube3 = "4.0" +google-youtube3 = "5.0.2" serde_json = "1.0.91" rand = "0.8.5" log = "0.4.17"