Commit Graph

49 Commits

Author SHA1 Message Date
34f0c9feb6 Update deps and refactor 2025-08-09 23:10:40 +02:00
ae292b180c Update dependencies and teloxide to 0.17.0
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-07-13 21:50:14 +02:00
86669b66f3 Optimize release build
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-06-28 22:34:36 +02:00
1e6bb1fad1 Update deps 2025-06-28 22:08:06 +02:00
2f33b41359 Refactor error handling to use anyhow throughout codebase
Switch all custom error types and handler signatures from `Box<dyn
std::error::Error + Send + Sync>` to `anyhow::Result`. Add anyhow as a
dependency. Fix typos and update function names for consistency.
2025-06-22 16:26:27 +02:00
a26186f2ad Update dependencies and fix code for teloxide 0.16 and sentry 0.40
- Upgrade teloxide to 0.16, sentry to 0.40, and related crates - Update
handler type signatures for teloxide 0.16 - Fix error mapping to use
std::io::Error::other - Adjust RegisterRequestStatus match arm for new
enum variant - Update Cargo.lock for new dependencies
2025-06-21 23:47:03 +02:00
8166168538 Update teloxide to 0.15
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-04-27 15:20:57 +02:00
dependabot[bot]
396559bdcc Bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 02:11:52 +00:00
a0f601a1e3 Use teloxide 0.13
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-03-29 22:49:52 +01:00
3ea53b9e07 Test teloxide 0.14 2025-03-29 22:41:18 +01:00
e740333239 Test teloxide 0.13 2025-03-29 22:03:24 +01:00
4d642bb2e4 Update teloxide to 0.14 2025-03-29 20:46:31 +01:00
ad9091f50e Update deps 2025-03-23 12:42:41 +01:00
c87276cd6d Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-02-17 18:28:38 +01:00
732ba78b7e Update axum to 0.8 2025-01-04 14:37:29 +01:00
9e06cbaf12 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-12-24 20:26:09 +01:00
a0368b6ec0 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-10-02 14:13:28 +02:00
d14104fbe2 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-09-12 17:28:37 +02:00
4e44b9ef34 Update teloxide 2024-08-22 21:26:31 +02:00
e782dbe46b Fix 2024-05-06 23:08:09 +02:00
8cdd365628 Update get cache message request 2024-05-05 13:57:10 +02:00
fb3a3acf51 Fix 2024-04-25 17:34:08 +02:00
45834990a9 Update deps 2024-02-02 20:07:18 +01:00
16489b4f1b Add metrics 2024-01-08 01:11:46 +01:00
c0b348e6dc Update deps 2023-12-10 23:02:21 +01:00
6405f6ceb3 Update deps 2023-12-01 18:13:21 +01:00
042446e7da Update deps 2023-10-09 23:52:13 +02:00
c73fa8f040 Update deps 2023-09-22 19:24:18 +02:00
aca73a3d80 Fixes 2023-09-14 21:47:31 +02:00
56c24d37e6 Update deps 2023-09-04 16:08:23 +02:00
507101171e Update deps 2023-09-03 22:15:31 +02:00
ce00b5f97e Use teloxide from github 2023-08-31 22:01:30 +02:00
937e9c16d4 Fixes 2023-08-26 00:01:23 +02:00
231e88c690 Update log handler 2023-08-09 02:27:17 +02:00
77c25142c7 Add sentry debug-images 2023-07-25 19:21:49 +02:00
bbbec9773a Update 2023-07-21 01:41:14 +02:00
5d0d8b8b1c Update 2023-07-21 01:23:21 +02:00
507ad1f91f Update bots manager 2023-07-21 01:07:08 +02:00
c1056ba7ef Update deps 2023-07-15 00:06:29 +02:00
9e7922d03c Optimize 2023-06-21 13:38:17 +02:00
c94d0be2ed Optimize 2023-06-21 12:48:45 +02:00
5a725eb30c Optimize 2023-06-21 11:43:44 +02:00
6d049fd1ca Update 2023-06-20 02:41:56 +02:00
a6068aa119 Update libs 2023-06-02 18:45:42 +02:00
b60005329f Optimize user activity update 2023-05-22 01:09:51 +02:00
e9ffbf6b74 Add cache-me and throttle 2023-05-06 22:34:56 +02:00
b7fd1cfa7c Update teloxide lib 2023-05-03 23:12:04 +02:00
4417deff43 Add new logger 2023-01-19 00:59:16 +01:00
d23a3c3ab1 Add rust implementation 2022-09-14 19:42:18 +03:00