From fb9797bd269f4e9664ea4519f8bca0a88dc41197 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 12 May 2024 19:14:11 +0200 Subject: [PATCH] fix dependency versions to specific version for override --- Cargo.toml | 8 +++----- src/client.rs | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 762dde7..c6c17d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,6 @@ edition = "2021" twba-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" } twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" } - -tracing-subscriber = "0.3" shellexpand = "3.1" tracing = "0.1" @@ -24,9 +22,9 @@ chrono = "0.4" futures = "0.3" futures-util = "0.3" -google-youtube3 = "5.0.3" -google-apis-common = "6.0.0" -yup-oauth2 = "8.3" +google-youtube3 = "=5.0.3" +google-apis-common = "=6.0.0" +yup-oauth2 = "=8.3.0" strfmt = "0.2" diff --git a/src/client.rs b/src/client.rs index 5f614cf..540a006 100644 --- a/src/client.rs +++ b/src/client.rs @@ -9,7 +9,6 @@ use std::collections::HashMap; use std::ffi::OsStr; use std::path::{Path, PathBuf}; use tracing::instrument; -use tracing_subscriber::fmt::format; use twba_local_db::entities::video_upload::{ActiveModel as VideoUploadActiveModel, UploadStatus}; use twba_local_db::prelude::*; use twba_local_db::re_exports::sea_orm::{