Сырцев Вадим Игоревич
|
769128287e
|
Fix serde support for some types from TBA 6.8
|
2024-07-11 17:34:45 +03:00 |
|
Waffle Maybe
|
08a3243685
|
Merge pull request #1089 from IlyaBizyaev/build/rustls-native-roots
Add a feature for rustls + native certs
|
2024-07-10 16:24:42 +00:00 |
|
Ilya Bizyaev
|
07f02e6d0c
|
Add a feature for rustls + native certs
This just propagates reqwest/rustls-tls-native-roots.
|
2024-07-10 17:55:56 +02:00 |
|
Waffle Maybe
|
07a5d33709
|
Merge pull request #1088 from IlyaBizyaev/fix/chrono-min-ver
Require chrono >= 0.4.32
|
2024-07-10 14:01:00 +00:00 |
|
Ilya Bizyaev
|
8364eeae4b
|
Require chrono >= 0.4.32
It's required for teloxide's usages of chrono::Duration::try_seconds:
https://github.com/chronotope/chrono/commit/a2820c4
|
2024-07-10 09:57:44 +02:00 |
|
strongtu
|
200d330b87
|
update change log: type of chat_id in send_game should be ChatId not u32
|
2024-07-10 14:57:08 +08:00 |
|
sogetsu
|
470e721b57
|
Merge branch 'teloxide:master' into master
|
2024-07-10 14:30:06 +08:00 |
|
Сырцев Вадим Игоревич
|
c38ff2404a
|
Update CHANGELOG & README.md
|
2024-07-08 23:25:05 +03:00 |
|
Сырцев Вадим Игоревич
|
24cfdf3991
|
Add the ChatFullInfo chat as part of the Chat struct
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
6b97f72d12
|
Add the TBA method unpinAllGeneralForumTopicMessages
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
f12e55bd2c
|
Added the field voter to the PollAnswer struct
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
3016cbaf68
|
Add the field story to the struct Message
|
2024-07-08 23:09:43 +03:00 |
|
Waffle Maybe
|
617197a1c7
|
Merge pull request #1086 from syrtcevvi/feature/support-tba-6.7
Add support TBA 6.7
|
2024-07-08 19:46:11 +00:00 |
|
Сырцев Вадим Игоревич
|
5ca24adcbb
|
Update CHANGELOG
|
2024-07-08 22:26:52 +03:00 |
|
Waffle Maybe
|
05e5cbb1f3
|
Merge pull request #1040 from syrtcevvi/feature/support-tba-6.6
Feature/support tba 6.6
|
2024-07-08 15:41:52 +00:00 |
|
Сырцев Вадим Игоревич
|
324758548e
|
Merge branch 'master' into feature/support-tba-6.6
|
2024-07-08 18:34:36 +03:00 |
|
Waffle Maybe
|
18fdc7b441
|
Merge pull request #1085 from teloxide/dependabot/cargo/lock-b79306f740
Bump the lock group with 10 updates
|
2024-07-08 09:16:38 +00:00 |
|
dependabot[bot]
|
8cb182d7b5
|
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.203` | `1.0.204` |
| [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) | `0.4.0` | `0.5.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` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.52` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.80` | `0.1.81` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.104` | `1.0.105` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.14` | `0.2.15` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.6.1` | `1.7.0` |
Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)
Updates `pretty_env_logger` from 0.4.0 to 0.5.0
- [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.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 `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 `async-trait` from 0.1.80 to 0.1.81
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.80...0.1.81)
Updates `cc` from 1.0.104 to 1.0.105
- [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.0.104...cc-v1.0.105)
Updates `getrandom` from 0.2.14 to 0.2.15
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15)
Updates `serde_derive` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)
Updates `tinyvec` from 1.6.1 to 1.7.0
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Lokathor/tinyvec/compare/v1.6.1...v1.7.0)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: pretty_env_logger
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: syn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lock
- dependency-name: async-trait
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: getrandom
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: tinyvec
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-08 09:08:36 +00:00 |
|
Waffle Maybe
|
35f71ded65
|
Merge pull request #1068 from YouKnow-sys/chatpermissions-bitflag-bug
Fixed `ChatPermissions` bug and improved trace `Settings`
|
2024-07-05 11:20:51 +00:00 |
|
YouKnow
|
98cc02c9ce
|
Fixed ChatPermissions bug and improved trace Settings
updated CHANGELOG.md
|
2024-07-05 14:40:00 +03:30 |
|
Waffle Maybe
|
9262583640
|
Merge pull request #1083 from teloxide/dependabot/cargo/lock-201016991d
Bump the lock group across 1 directory with 70 updates
|
2024-07-04 18:30:31 +00:00 |
|
dependabot[bot]
|
345107d279
|
Bump the lock group across 1 directory with 70 updates
Bumps the lock group with 61 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.120` |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.203` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [derive_more](https://github.com/JelteF/derive_more) | `0.99.17` | `0.99.18` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.61` |
| [either](https://github.com/rayon-rs/either) | `1.10.0` | `1.13.0` |
| [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) | `0.4.0` | `0.5.0` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.37` | `0.4.38` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.9.1` |
| [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` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.12.1` |
| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.79` | `1.0.86` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.52` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.16` | `0.2.18` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.79` | `0.1.80` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.2.0` | `1.3.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.71` | `0.3.73` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.15.4` | `3.16.0` |
| [combine](https://github.com/Marwes/combine) | `4.6.6` | `4.6.7` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.2.0` | `3.2.1` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.19` | `0.8.20` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.33` | `0.8.34` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.2` | `2.1.0` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.13` | `0.2.14` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.8.0` | `1.9.4` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.28` | `0.14.29` |
| [include_dir](https://github.com/Michael-F-Bryan/include_dir) | `0.7.3` | `0.7.4` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.155` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.13` | `0.4.14` |
| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.2` | `2.7.4` |
| [mime_guess](https://github.com/abonander/mime_guess) | `2.0.4` | `2.0.5` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.4` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.11` | `0.2.12` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.3` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` |
| [paste](https://github.com/dtolnay/paste) | `1.0.14` | `1.0.15` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.6` | `0.4.7` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.3` | `0.8.4` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.32` | `0.38.34` |
| [rustls](https://github.com/rustls/rustls) | `0.21.11` | `0.21.12` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.17` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |
| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.1` | `1.4.2` |
| [sqlformat](https://github.com/shssoichiro/sqlformat-rs) | `0.2.3` | `0.2.4` |
| [stringprep](https://github.com/sfackler/rust-stringprep) | `0.1.4` | `0.1.5` |
| [subtle](https://github.com/dalek-cryptography/subtle) | `2.5.0` | `2.6.1` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.6.0` | `1.6.1` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |
| [zerocopy](https://github.com/google/zerocopy) | `0.7.32` | `0.7.35` |
Updates `serde_json` from 1.0.115 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.120)
Updates `serde` from 1.0.197 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.203)
Updates `tokio` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)
Updates `tokio-util` from 0.7.10 to 0.7.11
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11)
Updates `url` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.2)
Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22)
Updates `derive_more` from 0.99.17 to 0.99.18
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md)
- [Commits](https://github.com/JelteF/derive_more/compare/v0.99.17...v0.99.18)
Updates `thiserror` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.61)
Updates `either` from 1.10.0 to 1.13.0
- [Commits](https://github.com/rayon-rs/either/compare/1.10.0...1.13.0)
Updates `pretty_env_logger` from 0.4.0 to 0.5.0
- [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0)
Updates `chrono` from 0.4.37 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38)
Updates `uuid` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.1)
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 `itertools` from 0.10.5 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.1)
Updates `quote` from 1.0.35 to 1.0.36
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.36)
Updates `proc-macro2` from 1.0.79 to 1.0.86
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.86)
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 `allocator-api2` from 0.2.16 to 0.2.18
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zakarumych/allocator-api2/compare/v0.2.16...v0.2.18)
Updates `async-trait` from 0.1.79 to 0.1.80
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.79...0.1.80)
Updates `autocfg` from 1.2.0 to 1.3.0
- [Commits](https://github.com/cuviper/autocfg/compare/1.2.0...1.3.0)
Updates `backtrace` from 0.3.71 to 0.3.73
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.73)
Updates `bumpalo` from 3.15.4 to 3.16.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.15.4...3.16.0)
Updates `cc` from 1.0.91 to 1.0.104
- [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/1.0.91...cc-v1.0.104)
Updates `combine` from 4.6.6 to 4.6.7
- [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Marwes/combine/compare/v4.6.6...v4.6.7)
Updates `crc` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/compare/3.2.0...3.2.1)
Updates `crossbeam-utils` from 0.8.19 to 0.8.20
- [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-utils-0.8.19...crossbeam-utils-0.8.20)
Updates `encoding_rs` from 0.8.33 to 0.8.34
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)
Updates `errno` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)
Updates `fastrand` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.2...v2.1.0)
Updates `getrandom` from 0.2.13 to 0.2.14
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14)
Updates `gimli` from 0.28.1 to 0.29.0
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/gimli/compare/0.28.1...0.29.0)
Updates `httparse` from 1.8.0 to 1.9.4
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.8.0...v1.9.4)
Updates `hyper` from 0.14.28 to 0.14.29
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.29/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.28...v0.14.29)
Updates `include_dir` from 0.7.3 to 0.7.4
- [Commits](https://github.com/Michael-F-Bryan/include_dir/compare/include_dir-v0.7.3...include_dir-v0.7.4)
Updates `include_dir_macros` from 0.7.3 to 0.7.4
- [Commits](https://github.com/Michael-F-Bryan/include_dir/compare/include_dir_macros-v0.7.3...include_dir_macros-v0.7.4)
Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0)
Updates `libc` from 0.2.153 to 0.2.155
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.155)
Updates `linux-raw-sys` from 0.4.13 to 0.4.14
- [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.13...v0.4.14)
Updates `lock_api` from 0.4.11 to 0.4.12
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.11...lock_api-0.4.12)
Updates `memchr` from 2.7.2 to 2.7.4
- [Commits](https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.4)
Updates `mime_guess` from 2.0.4 to 2.0.5
- [Commits](https://github.com/abonander/mime_guess/commits)
Updates `miniz_oxide` from 0.7.2 to 0.7.4
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Frommi/miniz_oxide/commits)
Updates `native-tls` from 0.2.11 to 0.2.12
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sfackler/rust-native-tls/compare/v0.2.11...v0.2.12)
Updates `num-traits` from 0.2.18 to 0.2.19
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19)
Updates `object` from 0.32.2 to 0.36.1
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/object/compare/0.32.2...0.36.1)
Updates `parking_lot` from 0.12.1 to 0.12.3
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.3)
Updates `parking_lot_core` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.9...core-0.9.10)
Updates `paste` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](https://github.com/dtolnay/paste/compare/1.0.14...1.0.15)
Updates `regex` from 1.10.4 to 1.10.5
- [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.10.4...1.10.5)
Updates `regex-automata` from 0.4.6 to 0.4.7
- [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/regex-automata-0.4.6...regex-automata-0.4.7)
Updates `regex-syntax` from 0.8.3 to 0.8.4
- [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/regex-syntax-0.8.3...regex-syntax-0.8.4)
Updates `rustc-demangle` from 0.1.23 to 0.1.24
- [Commits](https://github.com/rust-lang/rustc-demangle/compare/0.1.23...0.1.24)
Updates `rustix` from 0.38.32 to 0.38.34
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.32...v0.38.34)
Updates `rustls` from 0.21.11 to 0.21.12
- [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.21.11...v/0.21.12)
Updates `rustversion` from 1.0.15 to 1.0.17
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.15...1.0.17)
Updates `ryu` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.17...1.0.18)
Updates `security-framework-sys` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0)
Updates `semver` from 1.0.22 to 1.0.23
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.22...1.0.23)
Updates `serde_derive` from 1.0.197 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.203)
Updates `signal-hook-registry` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/signal-hook/compare/registry-v1.4.1...registry-v1.4.2)
Updates `sqlformat` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/shssoichiro/sqlformat-rs/releases)
- [Changelog](https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shssoichiro/sqlformat-rs/compare/v0.2.3...v0.2.4)
Updates `stringprep` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/sfackler/rust-stringprep/releases)
- [Commits](https://github.com/sfackler/rust-stringprep/compare/v0.1.4...v0.1.5)
Updates `subtle` from 2.5.0 to 2.6.1
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/subtle/compare/2.5.0...2.6.1)
Updates `thiserror-impl` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.61)
Updates `tinyvec` from 1.6.0 to 1.6.1
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Lokathor/tinyvec/compare/v1.6.0...v1.6.1)
Updates `tokio-macros` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-macros-2.2.0...tokio-macros-2.3.0)
Updates `winapi-util` from 0.1.6 to 0.1.8
- [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.6...0.1.8)
Updates `zerocopy` from 0.7.32 to 0.7.35
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)
Updates `zerocopy-derive` from 0.7.32 to 0.7.35
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- 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: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: url
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: derive_more
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: either
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: pretty_env_logger
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: chrono
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: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
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: allocator-api2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: async-trait
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: autocfg
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: backtrace
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: bumpalo
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: combine
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: crc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: crossbeam-utils
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: encoding_rs
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: errno
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: fastrand
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: getrandom
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: gimli
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: httparse
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: hyper
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: include_dir
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: include_dir_macros
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: lazy_static
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: libc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: linux-raw-sys
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: lock_api
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: memchr
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: mime_guess
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: miniz_oxide
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: native-tls
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: num-traits
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: object
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: parking_lot
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: parking_lot_core
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: paste
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: regex-automata
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: regex-syntax
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: rustc-demangle
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: rustversion
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: ryu
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: security-framework-sys
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: semver
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: signal-hook-registry
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: sqlformat
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: stringprep
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: subtle
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: thiserror-impl
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: tinyvec
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: tokio-macros
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: lock
- dependency-name: winapi-util
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: zerocopy
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
- dependency-name: zerocopy-derive
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: lock
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-04 18:26:49 +00:00 |
|
Tima Kinsart
|
2bd2035758
|
Merge pull request #1079 from teloxide/update-nightly
Update nightly
|
2024-07-04 18:03:52 +00:00 |
|
Hirrolot
|
309986301f
|
Update nightly
|
2024-07-04 22:59:35 +05:00 |
|
arrtchiu
|
4d7adcd709
|
update chagelog
|
2024-06-30 13:23:36 -07:00 |
|
arrtchiu
|
576b14586e
|
use deadpool-redis for pooling (fixes #707)
|
2024-06-30 13:20:35 -07:00 |
|
Сырцев Вадим Игоревич
|
01b85fe806
|
Update AnswerInlineQuery
|
2024-06-15 15:20:03 +03:00 |
|
Сырцев Вадим Игоревич
|
76bd14b814
|
Add the docs about the ability to specify custom emoji entities using HTML and MarkdownV2 formatting
|
2024-06-15 15:06:16 +03:00 |
|
Сырцев Вадим Игоревич
|
aa6d659268
|
Add the field via_chat_folder_invite_link to the ChatMemberUpdated
|
2024-06-15 15:05:44 +03:00 |
|
Сырцев Вадим Игоревич
|
266dd11ec1
|
Allow bots to switch to inline mode in a chosen chat of the given type
|
2024-06-15 15:05:20 +03:00 |
|
Сырцев Вадим Игоревич
|
23aafb6821
|
Add the field web_app_name to the WriteAccessAllowed
|
2024-06-15 15:02:10 +03:00 |
|
Сырцев Вадим Игоревич
|
693b5c08e5
|
Add support for launching Web Apps from inline query results
|
2024-06-15 15:01:15 +03:00 |
|
Сырцев Вадим Игоревич
|
b7e2f25562
|
Add the TBA6.7 methods for bot's name manipulation
|
2024-06-15 12:51:17 +03:00 |
|
Сырцев Вадим Игоревич
|
3ff302a36c
|
Fix tests
|
2024-06-15 09:43:28 +03:00 |
|
Сырцев Вадим Игоревич
|
e39d9e0478
|
Remove change repetition from CHANGELOG
|
2024-06-15 09:36:05 +03:00 |
|
Сырцев Вадим Игоревич
|
79a6969dee
|
Okay, Option<Vec<T>> is weird..)
|
2024-06-11 20:05:58 +03:00 |
|
Сырцев Вадим Игоревич
|
2ac01496f2
|
Fix codegen to allow add_sticker_to_set fn to work correctly
|
2024-06-11 20:05:14 +03:00 |
|
Сырцев Вадим Игоревич
|
787b1de29d
|
Update CHANGELOG.md
|
2024-06-11 19:30:09 +03:00 |
|
Сырцев Вадим Игоревич
|
e021f68706
|
Deprecated StickerSet format-related methods
|
2024-06-11 19:00:31 +03:00 |
|
Сырцев Вадим Игоревич
|
ae306e4fb7
|
Rename thumb to thumbnail (in missed constructor params)
|
2024-06-11 18:59:19 +03:00 |
|
Сырцев Вадим Игоревич
|
f883651dbc
|
Add missing thumbnail_mime_type field to InlineQueryResultGif & InlineQueryResultMpeg4Gif
|
2024-06-11 18:58:10 +03:00 |
|
Сырцев Вадим Игоревич
|
4d703e2dcf
|
Add deprecation for the StickerSet::{format, is_static, is_animated, is_video}
|
2024-06-11 12:36:38 +03:00 |
|
Сырцев Вадим Игоревич
|
1cca2aaf28
|
Fix breaking change in TBA 7.2 which removes is_video and is_animated
|
2024-06-10 14:30:43 +03:00 |
|
Сырцев Вадим Игоревич
|
1952daf5e2
|
cargo clippy --fix
|
2024-06-10 07:20:01 +03:00 |
|
Сырцев Вадим Игоревич
|
b6fc42af53
|
Remove the obsolete reminder
|
2024-06-10 07:12:00 +03:00 |
|
Сырцев Вадим Игоревич
|
e641baa0a5
|
Remove weird type from Sticker type
|
2024-06-09 19:11:44 +03:00 |
|
Сырцев Вадим Игоревич
|
af4af72c2a
|
Fix Sticker and StickerSet with StickerFormatFlags type
|
2024-06-09 18:32:57 +03:00 |
|
Сырцев Вадим Игоревич
|
c24fdf173e
|
Fix docs for uploadStickerFile method
|
2024-06-06 18:00:18 +03:00 |
|
Сырцев Вадим Игоревич
|
0bbc789caa
|
Remove future 'format' field from InputSticker
|
2024-06-06 17:59:48 +03:00 |
|
Сырцев Вадим Игоревич
|
eb1f098302
|
Fix a bit more typos
|
2024-06-06 17:23:06 +03:00 |
|