This commit is contained in:
OMGeeky
2024-06-04 20:42:47 +02:00
parent 999f3f869e
commit 360110cd9e
3 changed files with 13 additions and 13 deletions

22
Cargo.lock generated
View File

@@ -3866,7 +3866,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
name = "twba"
version = "0.1.0"
dependencies = [
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
]
[[package]]
@@ -3888,13 +3888,13 @@ dependencies = [
"lazy_static",
"tokio",
"tracing",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
"url 2.5.0",
]
[[package]]
name = "twba-common"
version = "0.2.5"
version = "0.2.6"
dependencies = [
"serde",
"tracing",
@@ -3906,8 +3906,8 @@ dependencies = [
[[package]]
name = "twba-common"
version = "0.2.5"
source = "git+https://github.com/OMGeeky/twba.common.git#c30028c8acc685d79bcc30a3bc733f6ff38bb64f"
version = "0.2.6"
source = "git+https://github.com/OMGeeky/twba.common.git#066665717f7a744af109e8bae642a64c381d14cc"
dependencies = [
"serde",
"tracing",
@@ -3933,7 +3933,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-reqwest-backoff 0.1.2 (git+https://github.com/OMGeeky/twba_reqwest_backoff.git)",
]
@@ -3974,7 +3974,7 @@ dependencies = [
"serde_json",
"tokio",
"tracing",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
]
[[package]]
@@ -4013,7 +4013,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
]
[[package]]
@@ -4077,7 +4077,7 @@ dependencies = [
"thiserror",
"tokio",
"tracing",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-twitch-data 0.4.0 (git+https://github.com/OMGeeky/twitch_data.git)",
]
@@ -4099,7 +4099,7 @@ dependencies = [
"thiserror",
"tokio",
"tracing",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-reqwest-backoff 0.1.2 (git+https://github.com/OMGeeky/twba_reqwest_backoff.git)",
]
@@ -4121,7 +4121,7 @@ dependencies = [
"thiserror",
"tokio",
"tracing",
"twba-common 0.2.5 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)",
"twba-reqwest-backoff 0.1.2 (git+https://github.com/OMGeeky/twba_reqwest_backoff.git)",
]