hirrolot
026cfe1976
Merge pull request #1214 from IlyaBizyaev/fix/limits-naming
...
Rename Limits::messages_per_min_channel to …_channel_or_supergroup
2025-01-06 18:34:48 +00:00
Ilya Bizyaev
eb381ed6b0
Rename Limits::messages_per_min_channel to …_channel_or_supergroup
...
Teloxide cannot distinguish supergroups from channels based on ChatIds,
so channel throttling limits are applied to supergroups as well.
It took me a while to troubleshoot why sending a bunch of messages was
twice as slow as in the original Python implementation 😄
2025-01-06 23:31:00 +05:00
hirrolot
bf760dc249
Merge pull request #1213 from teloxide/sugar-trait-generalization
...
Make `BotMessageExt` for `Requester` instead of `Bot`
2025-01-06 18:21:12 +00:00
LasterAlex
47eb560d01
Make BotMessageExt
for Requester
instead of Bot
2025-01-06 23:17:49 +05:00
hirrolot
10aba17a47
Merge pull request #1225 from IlyaBizyaev/axum08
...
Bump axum to 0.8.0
2025-01-06 18:14:55 +00:00
Ilya Bizyaev
59cb97f77a
Bump axum to 0.8.0
...
The code change fixes the build, aligning method signature with changes in
19101f624d (diff-6bbc3220d3ec9f22ec90857669e8b82b0d4970bcc9dd6f0ca266cb5a8c16a468L58)
This update is significant for Teloxide users because it allows them to use
Unix domain socket listeners for webhooks.
2025-01-06 23:10:25 +05:00
hirrolot
2afa5c6a6e
Merge pull request #1205 from YouKnow-sys/fix-markdown-render-bold
...
updated bold in render to use MarkdownV2 style
2025-01-06 17:16:16 +00:00
hirrolot
a54a3c4e42
Merge pull request #1209 from teloxide/dependabot/cargo/rustls-0.23.18
...
Bump rustls from 0.23.16 to 0.23.18
2025-01-06 17:11:31 +00:00
hirrolot
be624f58c1
Merge pull request #1216 from IlyaBizyaev/fix/dispatcher-thread-name
...
Set a name for dispatcher runtime's threads
2025-01-06 22:10:23 +05:00
hirrolot
745dc90243
Merge pull request #1227 from teloxide/upgrade-xshell
...
Upgrade `xshell` to v0.2.7
2025-01-06 22:04:18 +05:00
hirrolot
86ecf520a4
Upgrade xshell
to v0.2.7
...
This fixes the warning about `trick_rust_analyzer_into_highlighting_interpolated_bits`.
2025-01-06 21:51:58 +05:00
Ilya Bizyaev
91e162a9b9
Set a name for dispatcher runtime's threads
...
It defaults to "tokio-runtime-worker", which is not descriptive.
2024-12-14 14:50:43 +01:00
dependabot[bot]
bcfdb96533
Bump rustls from 0.23.16 to 0.23.18
...
Bumps [rustls](https://github.com/rustls/rustls ) from 0.23.16 to 0.23.18.
- [Release notes](https://github.com/rustls/rustls/releases )
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.16...v/0.23.18 )
---
updated-dependencies:
- dependency-name: rustls
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:00:43 +00:00
YouKnow
167f44442e
updated bold in render to use MarkdownV2 style
...
updated `Renderer::as_markdown` comment to explicitly say the output is in MarkdownV2 style
2024-11-17 16:44:37 +03:30
hirrolot
94db1757dc
Merge pull request #1197 from LasterAlex/env-api-url
...
TELOXIDE_API_URL now can be used in Bot::from_env
2024-11-11 04:32:58 +00:00
hirrolot
666ef06ac5
Apply various stylistic fixes
2024-11-10 23:28:41 -05:00
LasterAlex
c68e95a0ea
Linked pr
2024-11-11 03:07:35 +02:00
LasterAlex
27f147fb0f
Env TELOXIDE_API_URL now can be used in Bot::from_env
2024-11-11 03:00:15 +02:00
hirrolot
fb405bd427
Merge pull request #1195 from LasterAlex/add-syntax-sugar-to-migration-guide
...
Added syntax sugar to migration guide
2024-11-08 19:32:04 +00:00
LasterAlex
238bac3c41
Added syntax sugar to migration guide
2024-11-06 18:50:06 +02:00
hirrolot
91dbcb210f
Merge pull request #1193 from teloxide/dependabot/cargo/lock-8f9cd6e32e
...
Bump the lock group with 10 updates
2024-11-04 13:39:39 +00:00
dependabot[bot]
e25b0641bf
Bump the lock group with 10 updates
...
Bumps the lock group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde ) | `1.0.213` | `1.0.214` |
| [reqwest](https://github.com/seanmonstar/reqwest ) | `0.12.8` | `0.12.9` |
| [bitflags](https://github.com/bitflags/bitflags ) | `1.3.2` | `2.4.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick ) | `0.7.20` | `1.1.2` |
| [syn](https://github.com/dtolnay/syn ) | `1.0.109` | `2.0.85` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.1.31` | `1.1.34` |
| [hyper-util](https://github.com/hyperium/hyper-util ) | `0.1.9` | `0.1.10` |
| [quinn-udp](https://github.com/quinn-rs/quinn ) | `0.5.5` | `0.5.6` |
| [rustls](https://github.com/rustls/rustls ) | `0.23.15` | `0.23.16` |
| [serde_derive](https://github.com/serde-rs/serde ) | `1.0.213` | `1.0.214` |
Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.214 )
Updates `reqwest` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9 )
Updates `bitflags` from 1.3.2 to 2.4.2
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2 )
Updates `aho-corasick` from 0.7.20 to 1.1.2
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.1.2 )
Updates `syn` from 1.0.109 to 2.0.85
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.85 )
Updates `cc` from 1.1.31 to 1.1.34
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.31...cc-v1.1.34 )
Updates `hyper-util` from 0.1.9 to 0.1.10
- [Release notes](https://github.com/hyperium/hyper-util/releases )
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.9...v0.1.10 )
Updates `quinn-udp` from 0.5.5 to 0.5.6
- [Release notes](https://github.com/quinn-rs/quinn/releases )
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-udp-0.5.5...quinn-udp-0.5.6 )
Updates `rustls` from 0.23.15 to 0.23.16
- [Release notes](https://github.com/rustls/rustls/releases )
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.16 )
Updates `serde_derive` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.214 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: hyper-util
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: quinn-udp
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: rustls
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: serde_derive
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 08:49:17 +00:00
Lewis Pearson
f2aff36ab9
Merge pull request #1190 from teloxide/dependabot/cargo/lock-0f73bfd3d6
...
Bump the lock group with 18 updates
2024-10-28 12:31:25 +00:00
dependabot[bot]
f82dabc8de
Bump the lock group with 18 updates
...
Bumps the lock group with 18 updates:
| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde ) | `1.0.210` | `1.0.213` |
| [tokio](https://github.com/tokio-rs/tokio ) | `1.40.0` | `1.41.0` |
| [bytes](https://github.com/tokio-rs/bytes ) | `1.7.2` | `1.8.0` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.64` | `1.0.65` |
| [pin-project](https://github.com/taiki-e/pin-project ) | `1.1.6` | `1.1.7` |
| [bitflags](https://github.com/bitflags/bitflags ) | `1.3.2` | `2.4.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick ) | `0.7.20` | `1.1.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.88` | `1.0.89` |
| [syn](https://github.com/dtolnay/syn ) | `1.0.109` | `2.0.85` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs ) | `0.8.34` | `0.8.35` |
| [pin-project-internal](https://github.com/taiki-e/pin-project ) | `1.1.6` | `1.1.7` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite ) | `0.2.14` | `0.2.15` |
| [regex](https://github.com/rust-lang/regex ) | `1.11.0` | `1.11.1` |
| [rustix](https://github.com/bytecodealliance/rustix ) | `0.38.37` | `0.38.38` |
| [rustls](https://github.com/rustls/rustls ) | `0.23.14` | `0.23.15` |
| [serde_derive](https://github.com/serde-rs/serde ) | `1.0.210` | `1.0.213` |
| [thiserror-impl](https://github.com/dtolnay/thiserror ) | `1.0.64` | `1.0.65` |
| [wasm-streams](https://github.com/MattiasBuelens/wasm-streams ) | `0.4.1` | `0.4.2` |
Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213 )
Updates `tokio` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0 )
Updates `bytes` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0 )
Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.65 )
Updates `pin-project` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.6...v1.1.7 )
Updates `bitflags` from 1.3.2 to 2.4.2
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2 )
Updates `aho-corasick` from 0.7.20 to 1.1.2
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.1.2 )
Updates `proc-macro2` from 1.0.88 to 1.0.89
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.88...1.0.89 )
Updates `syn` from 1.0.109 to 2.0.85
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.85 )
Updates `encoding_rs` from 0.8.34 to 0.8.35
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35 )
Updates `pin-project-internal` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.6...v1.1.7 )
Updates `pin-project-lite` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases )
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.14...v0.2.15 )
Updates `regex` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1 )
Updates `rustix` from 0.38.37 to 0.38.38
- [Release notes](https://github.com/bytecodealliance/rustix/releases )
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.37...v0.38.38 )
Updates `rustls` from 0.23.14 to 0.23.15
- [Release notes](https://github.com/rustls/rustls/releases )
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.14...v/0.23.15 )
Updates `serde_derive` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213 )
Updates `thiserror-impl` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.65 )
Updates `wasm-streams` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases )
- [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md )
- [Commits](https://github.com/MattiasBuelens/wasm-streams/compare/v0.4.1...v0.4.2 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: bytes
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: pin-project
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: encoding_rs
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: pin-project-internal
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: pin-project-lite
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: regex
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: rustix
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: rustls
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: serde_derive
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: thiserror-impl
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-streams
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 08:43:15 +00:00
Lewis Pearson
24a8d5f9d5
Merge pull request #1185 from LasterAlex/fix-stack-overflow
...
Fixed stack overflow and added stack_size setter
2024-10-22 00:12:27 +00:00
Lewis Pearson
97319c887b
Merge branch 'master' into fix-stack-overflow
2024-10-21 20:08:23 -04:00
Lewis Pearson
4f090e46da
Merge pull request #1152 from YouKnow-sys/master
...
Add Render utility for recreating HTML or Markdown formatted text
2024-10-21 23:57:47 +00:00
Lewis Pearson
fb1f71476f
Reword the changelog slightly
2024-10-21 19:53:43 -04:00
Lewis Pearson
3446aecf5e
Reword the changelog a bit
2024-10-21 19:43:18 -04:00
YouKnow
c1873e0b18
renamed Render
to Renderer
2024-10-22 03:11:12 +03:30
Lewis Pearson
cd3dcc1611
Write a clarifying comment on Tokio's stack size
2024-10-21 19:39:26 -04:00
Lewis Pearson
f4a4d35794
Merge pull request #1188 from teloxide/dependabot/cargo/lock-2b822b4238
...
Bump the lock group with 19 updates
2024-10-21 08:51:06 +00:00
dependabot[bot]
776133946c
Bump the lock group with 19 updates
...
Bumps the lock group with 19 updates:
| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.128` | `1.0.132` |
| [futures](https://github.com/rust-lang/futures-rs ) | `0.3.30` | `0.3.31` |
| [uuid](https://github.com/uuid-rs/uuid ) | `1.10.0` | `1.11.0` |
| [bitflags](https://github.com/bitflags/bitflags ) | `1.3.2` | `2.4.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick ) | `0.7.20` | `1.1.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.87` | `1.0.88` |
| [syn](https://github.com/dtolnay/syn ) | `1.0.109` | `2.0.52` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.1.30` | `1.1.31` |
| [flume](https://github.com/zesterer/flume ) | `0.11.0` | `0.11.1` |
| [hyper](https://github.com/hyperium/hyper ) | `1.4.1` | `1.5.0` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen ) | `0.3.70` | `0.3.72` |
| [libc](https://github.com/rust-lang/libc ) | `0.2.159` | `0.2.161` |
| [openssl](https://github.com/sfackler/rust-openssl ) | `0.10.66` | `0.10.68` |
| [openssl-sys](https://github.com/sfackler/rust-openssl ) | `0.9.103` | `0.9.104` |
| [rustls-pki-types](https://github.com/rustls/pki-types ) | `1.9.0` | `1.10.0` |
| [rustversion](https://github.com/dtolnay/rustversion ) | `1.0.17` | `1.0.18` |
| [unicase](https://github.com/seanmonstar/unicase ) | `2.7.0` | `2.8.0` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen ) | `0.4.43` | `0.4.45` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen ) | `0.3.70` | `0.3.72` |
Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132 )
Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31 )
Updates `uuid` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0 )
Updates `bitflags` from 1.3.2 to 2.4.2
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2 )
Updates `aho-corasick` from 0.7.20 to 1.1.2
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.1.2 )
Updates `proc-macro2` from 1.0.87 to 1.0.88
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.88 )
Updates `syn` from 1.0.109 to 2.0.52
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.52 )
Updates `cc` from 1.1.30 to 1.1.31
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.30...cc-v1.1.31 )
Updates `flume` from 0.11.0 to 0.11.1
- [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zesterer/flume/commits )
Updates `hyper` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.0 )
Updates `js-sys` from 0.3.70 to 0.3.72
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
Updates `libc` from 0.2.159 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.161 )
Updates `openssl` from 0.10.66 to 0.10.68
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.68 )
Updates `openssl-sys` from 0.9.103 to 0.9.104
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103...openssl-sys-v0.9.104 )
Updates `rustls-pki-types` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/rustls/pki-types/releases )
- [Commits](https://github.com/rustls/pki-types/compare/v/1.9.0...v/1.10.0 )
Updates `rustversion` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/rustversion/releases )
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.17...1.0.18 )
Updates `unicase` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/seanmonstar/unicase/releases )
- [Commits](https://github.com/seanmonstar/unicase/compare/v2.7.0...v2.8.0 )
Updates `wasm-bindgen-futures` from 0.4.43 to 0.4.45
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
Updates `web-sys` from 0.3.70 to 0.3.72
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: flume
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: hyper
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: js-sys
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: libc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: openssl
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: openssl-sys
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: rustls-pki-types
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: rustversion
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: unicase
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: wasm-bindgen-futures
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: web-sys
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 08:46:43 +00:00
hirrolot
0e7582225f
Use src/utils/render.rs
instead of mod.rs
2024-10-21 02:55:04 -04:00
hirrolot
e91db758c8
Adjust wording
2024-10-21 02:53:32 -04:00
Lewis Pearson
8826733dbd
Improve wording
2024-10-21 02:11:50 -04:00
LasterAlex
89b8247cbf
Fixed changelog + more clear imports
2024-10-20 12:28:49 +03:00
LasterAlex
2f08590685
Removed unnecessary trait bounds
2024-10-20 04:48:29 +03:00
LasterAlex
f8be5ccd8c
Added stack size variability on dispatch
2024-10-20 04:19:17 +03:00
YouKnow
fa08605c02
Merge branch 'master' into master
2024-10-20 02:29:04 +03:30
YouKnow
adb9830c93
Improve documentation and code comments
2024-10-20 02:26:18 +03:30
Lewis Pearson
435257244c
Merge pull request #1179 from LasterAlex/fix-multipart-thread-id-serialization
...
Fixed ThreadId serialization in multipart requests
2024-10-19 03:20:01 +00:00
LasterAlex
4379f5a72f
Merge branch 'master' into fix-multipart-thread-id-serialization
2024-10-18 16:10:03 +03:00
Lewis Pearson
329e397900
Merge pull request #1182 from LasterAlex/fix-inline-query-results-button-serializing
...
Fixed InlineQueryResultsButton serialization
2024-10-17 05:47:16 +00:00
Lewis Pearson
5640538b1f
Merge pull request #1180 from teloxide/dependabot/cargo/lock-27cb61eeaf
...
Bump the lock group with 12 updates
2024-10-17 05:45:44 +00:00
LasterAlex
eee0a374e4
Fixed InlineQueryResultsButton serialization
2024-10-14 21:03:00 +03:00
dependabot[bot]
5fa616046c
Bump the lock group with 12 updates
...
Bumps the lock group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [bitflags](https://github.com/bitflags/bitflags ) | `1.3.2` | `2.4.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick ) | `0.7.20` | `1.1.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.86` | `1.0.87` |
| [syn](https://github.com/dtolnay/syn ) | `1.0.109` | `2.0.52` |
| [bytemuck](https://github.com/Lokathor/bytemuck ) | `1.18.0` | `1.19.0` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.1.28` | `1.1.30` |
| [futures-executor](https://github.com/rust-lang/futures-rs ) | `0.3.30` | `0.3.31` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) | `0.2.93` | `0.2.95` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen ) | `0.2.93` | `0.2.95` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen ) | `0.2.93` | `0.2.95` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen ) | `0.2.93` | `0.2.95` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen ) | `0.2.93` | `0.2.95` |
Updates `bitflags` from 1.3.2 to 2.4.2
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2 )
Updates `aho-corasick` from 0.7.20 to 1.1.2
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.1.2 )
Updates `proc-macro2` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87 )
Updates `syn` from 1.0.109 to 2.0.52
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.52 )
Updates `bytemuck` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md )
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.18.0...v1.19.0 )
Updates `cc` from 1.1.28 to 1.1.30
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.30 )
Updates `futures-executor` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31 )
Updates `wasm-bindgen` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.95 )
Updates `wasm-bindgen-backend` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.95 )
Updates `wasm-bindgen-macro` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.95 )
Updates `wasm-bindgen-macro-support` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.95 )
Updates `wasm-bindgen-shared` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.95 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: bytemuck
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: futures-executor
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-bindgen
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-bindgen-backend
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-bindgen-macro
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-bindgen-macro-support
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: wasm-bindgen-shared
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 08:36:54 +00:00
LasterAlex
eb855158c5
Linked pr
2024-10-14 01:02:19 +03:00
LasterAlex
5434639cca
Fixed newtype serialization in multipart requests
2024-10-13 23:04:49 +03:00
Lewis Pearson
b42d5b336b
Merge pull request #1177 from teloxide/dependabot/cargo/lock-8d337de879
...
Bump the lock group with 25 updates
2024-10-07 12:40:25 +00:00