From d377314f20e02bcfcc500294f6eb1d344476c0d6 Mon Sep 17 00:00:00 2001 From: iovxw Date: Tue, 24 Sep 2024 17:34:31 +0800 Subject: [PATCH] Fix log flood from tbot update parser Closes: #454 --- .gitmodules | 3 +++ Cargo.lock | 1 - Cargo.toml | 2 +- tbot | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 tbot diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a8d783df --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tbot"] + path = tbot + url = https://gitlab.com/iovxw/tbot diff --git a/Cargo.lock b/Cargo.lock index e143df78..4d7cc81f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,6 @@ dependencies = [ [[package]] name = "tbot" version = "0.6.7" -source = "git+https://gitlab.com/SnejUgal/tbot.git#3b1fbfef72a4638afff0636a1d887001f47e23dd" dependencies = [ "futures", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 6effa9e0..f679003e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ atomicwrites = "0.4" [dependencies.tbot] version = "0.6" -git = "https://gitlab.com/SnejUgal/tbot.git" +path = "tbot" default-features = false features = ["proxy"] diff --git a/tbot b/tbot new file mode 160000 index 00000000..e31a31b1 --- /dev/null +++ b/tbot @@ -0,0 +1 @@ +Subproject commit e31a31b1443edd5646014718bcbd6768a4c69d62