diff --git a/.cargo/config.toml b/.cargo/config.toml index a5eb93c..e40164f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,15 +1,6 @@ [net] git-fetch-with-cli = true -#[patch."https://github.com/OMGeeky/backup_config.git"] -#backup-config = { path = "../backup_config" } -# -#[patch."https://github.com/OMGeeky/twitch_backup.local_db.git"] -#twba-local-db = { path = "../twitch_backup.local_db" } -# -#[patch."https://github.com/OMGeeky/twba_reqwest_backoff.git"] -#reqwest-backoff = { path = "../reqwest_backoff" } - [patch.crates-io] google-youtube3 = { git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives-yt" } google-apis-common = { git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives-yt" } diff --git a/Cargo.lock b/Cargo.lock index ad900ae..c851d51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,12 +1029,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" -[[package]] -name = "finl_unicode" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" - [[package]] name = "flate2" version = "1.0.30" @@ -3454,13 +3448,13 @@ checksum = "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65" [[package]] name = "stringprep" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" +checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" dependencies = [ - "finl_unicode", "unicode-bidi", "unicode-normalization", + "unicode-properties", ] [[package]] @@ -3914,7 +3908,7 @@ dependencies = [ [[package]] name = "twba-common" version = "0.2.5" -source = "git+https://github.com/OMGeeky/twba.common.git#2fec6727d1f76fa2f9119b911be3b010a4108c5a" +source = "git+https://github.com/OMGeeky/twba.common.git#c30028c8acc685d79bcc30a3bc733f6ff38bb64f" dependencies = [ "serde", "tracing", @@ -4179,6 +4173,12 @@ dependencies = [ "tinyvec", ] +[[package]] +name = "unicode-properties" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" + [[package]] name = "unicode-segmentation" version = "1.11.0" diff --git a/twba-downloader b/twba-downloader index 36ef404..7e2d885 160000 --- a/twba-downloader +++ b/twba-downloader @@ -1 +1 @@ -Subproject commit 36ef40449ae93e80ad27f7adf235599d40e6327a +Subproject commit 7e2d88564f976e3cd74fe7d776e564d62c12c3e6 diff --git a/twba-local_db b/twba-local_db index df7b43b..77ec09b 160000 --- a/twba-local_db +++ b/twba-local_db @@ -1 +1 @@ -Subproject commit df7b43b4083a45fb4dc80d3a26230a2fec6dddde +Subproject commit 77ec09b2c76fea882c3e63547c0a1264175a7fda diff --git a/twba-twitch-fetcher b/twba-twitch-fetcher index 4bc47a2..8187110 160000 --- a/twba-twitch-fetcher +++ b/twba-twitch-fetcher @@ -1 +1 @@ -Subproject commit 4bc47a2b104f32741eed0fd2ac82bc2ebd804a89 +Subproject commit 8187110a82089840227609ec2ed8da01d5bb8dfb