fix dependency versions to specific version for override

This commit is contained in:
OMGeeky
2024-05-12 19:14:11 +02:00
parent eb7f1adc03
commit fb9797bd26
2 changed files with 3 additions and 6 deletions

View File

@@ -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"

View File

@@ -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::{