mirror of
https://github.com/OMGeeky/twba.uploader.git
synced 2025-12-29 07:35:41 +01:00
fix dependency versions to specific version for override
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user