95 Commits

Author SHA1 Message Date
7541680070 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
2025-08-31 13:58:23 +02:00
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
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
1d6d51eea6 Update dependencies and improve Docker image workflow
- Update Rust dependencies in Cargo.lock to latest versions - Tag Docker
images with both latest and commit SHA - Pass BOOK_BOTS_TAG in
deployment webhook URL - Minor YAML formatting improvements in GitHub
Actions workflow
2025-06-21 22:03:35 +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]
48fe28cf5d Bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-version: 0.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 14:42:34 +00: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
dependabot[bot]
637c062e75 Bump openssl from 0.10.70 to 0.10.72
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.72)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.72
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 20:53:38 +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
dependabot[bot]
934d13436d Bump ring from 0.17.8 to 0.17.13
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 11:44:41 +00: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
dependabot[bot]
cc4cd86761 Bump openssl from 0.10.68 to 0.10.70
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:53:06 +00: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
dependabot[bot]
701b2aafce Bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 18:14:09 +00:00
e782dbe46b Fix 2024-05-06 23:08:09 +02:00
fb3a3acf51 Fix 2024-04-25 17:34:08 +02:00
dependabot[bot]
24fc466ae8 Bump h2 from 0.3.24 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:16:35 +00:00
dependabot[bot]
6c75c60ffb Bump mio from 0.8.10 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:29:32 +00:00
b31c43f21b Update deps 2024-02-18 02:42:52 +01:00
0c1e37d59c Update deps 2024-02-04 12:51:31 +01:00
45834990a9 Update deps 2024-02-02 20:07:18 +01:00
ca59befc3b Update deps 2024-01-26 14:25:16 +01:00
dependabot[bot]
e6c4478363 Bump h2 from 0.3.22 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.22...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:23:40 +00: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
dependabot[bot]
e4b0cc3652 Bump openssl from 0.10.59 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.59 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:45:23 +00:00
e9be4e6e3d Update deps 2023-11-05 14:14:59 +01:00
dependabot[bot]
00ae113c1a Bump rustix from 0.38.18 to 0.38.19
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.18...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:45:35 +00: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
c83453a1a3 Refactor 2023-09-03 22:01:05 +02:00
0ca115976b Refactor 2023-09-02 14:33:26 +02:00
ce00b5f97e Use teloxide from github 2023-08-31 22:01:30 +02:00
1377a151f3 Update deps 2023-08-30 01:30:03 +02:00
937e9c16d4 Fixes 2023-08-26 00:01:23 +02:00
a1b1505fca Update deps 2023-08-16 22:17:57 +02:00
8d0fc244ad Update deps 2023-08-15 20:36:00 +02:00