Commit graph

4542 commits

Author SHA1 Message Date
Сырцев Вадим Игоревич
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
Сырцев Вадим Игоревич
89e22a6b6d Fix wrong declaration for the GetMy(Short)Description method 2024-06-06 17:07:22 +03:00
Сырцев Вадим Игоревич
0619bd930b
Merge branch 'master' into feature/support-tba-6.6 2024-04-08 14:49:23 +03:00
Tima Kinsart
9f373fbd00
Merge pull request #996 from syrtcevvi/postgres_storage
Postgres storage
2024-04-08 11:36:33 +00:00
Tima Kinsart
53c4109808
Merge branch 'master' into postgres_storage 2024-04-08 16:32:34 +05:00
Сырцев Вадим Игоревич
344ace253d Fix missing MultipartRequest for create_new_sticker_set 2024-04-07 18:05:54 +03:00
Сырцев Вадим Игоревич
cba7fbe743 Add missing changes in CHANGELOG.md 2024-04-07 17:47:45 +03:00
Waffle Maybe
2c73688256
Merge pull request #1041 from teloxide/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.25 to 0.3.26
2024-04-05 19:20:40 +00:00
dependabot[bot]
816f01a9ea
Bump h2 from 0.3.25 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 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.25...v0.3.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:25:29 +00:00
Сырцев Вадим Игоревич
d8018b3c15 Update CHANGELOG.md 2024-04-04 20:55:57 +03:00
Сырцев Вадим Игоревич
a6ae13c72b Rename "thumb" to "thumbnail" in methods 2024-04-04 20:23:28 +03:00
Сырцев Вадим Игоревич
c1ec37eb0a Rename "thumb" to "thumbnail" in types 2024-04-04 20:19:25 +03:00
Сырцев Вадим Игоревич
331a1e006a Add TBA 6.6 methods & types for stickers-related functionality 2024-04-04 19:29:33 +03:00
Сырцев Вадим Игоревич
178e6569a1 Fix codegen 2024-04-04 19:28:06 +03:00
Сырцев Вадим Игоревич
6f7cdd9702 Add TBA 6.6 methods & types for bot's description manipulation 2024-04-04 12:44:20 +03:00
Сырцев Вадим Игоревич
ed07753877 Update supported TBA version in docs 2024-04-04 12:37:22 +03:00
Waffle Maybe
fb2865b7cc
Merge pull request #1036 from teloxide/dependabot/cargo/lock-f25628be0a
Bump the lock group with 26 updates
2024-04-01 09:27:04 +00:00
dependabot[bot]
cc421fea13
Bump the lock group with 26 updates
Bumps the lock group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.5.0` | `1.6.0` |
| [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) | `0.4.0` | `0.5.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.26` | `0.11.27` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.35` | `0.4.37` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` |
| [bitflags](https://github.com/bitflags/bitflags) | `1.3.2` | `2.4.2` |
| [xshell](https://github.com/matklad/xshell) | `0.2.5` | `0.2.6` |
| [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` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.52` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.78` | `0.1.79` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.69` | `0.3.71` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.1` | `2.0.2` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.101` | `0.9.102` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.13` | `0.2.14` |
| [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.31` | `0.38.32` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.9.1` | `2.10.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.13.1` | `1.13.2` |
| [xshell-macros](https://github.com/matklad/xshell) | `0.2.5` | `0.2.6` |


Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115)

Updates `tokio` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0)

Updates `bytes` from 1.5.0 to 1.6.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.5.0...v1.6.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 `reqwest` from 0.11.26 to 0.11.27
- [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.11.26...v0.11.27)

Updates `chrono` from 0.4.35 to 0.4.37
- [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.35...v0.4.37)

Updates `uuid` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.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 `xshell` from 0.2.5 to 0.2.6
- [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/xshell/compare/v0.2.5...v0.2.6)

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 `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.78 to 0.1.79
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.79)

Updates `autocfg` from 1.1.0 to 1.2.0
- [Commits](https://github.com/cuviper/autocfg/compare/1.1.0...1.2.0)

Updates `backtrace` from 0.3.69 to 0.3.71
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.69...0.3.71)

Updates `fastrand` from 2.0.1 to 2.0.2
- [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.1...v2.0.2)

Updates `itoa` from 1.0.10 to 1.0.11
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.10...1.0.11)

Updates `memchr` from 2.7.1 to 2.7.2
- [Commits](https://github.com/BurntSushi/memchr/compare/2.7.1...2.7.2)

Updates `openssl-sys` from 0.9.101 to 0.9.102
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102)

Updates `pin-project-lite` from 0.2.13 to 0.2.14
- [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.13...v0.2.14)

Updates `regex` from 1.10.3 to 1.10.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/1.10.3...1.10.4)

Updates `regex-syntax` from 0.8.2 to 0.8.3
- [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.2...regex-syntax-0.8.3)

Updates `rustix` from 0.38.31 to 0.38.32
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.31...v0.38.32)

Updates `security-framework-sys` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.9.1...v2.10.0)

Updates `smallvec` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2)

Updates `xshell-macros` from 0.2.5 to 0.2.6
- [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/xshell/compare/v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: serde_json
  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: pretty_env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lock
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: xshell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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: 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: fastrand
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: itoa
  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: openssl-sys
  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: regex-syntax
  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: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: lock
- dependency-name: smallvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: xshell-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 09:23:45 +00:00
Tima Kinsart
bc0a21d212
Merge pull request #1022 from teloxide/improve-terminatedbyothergetupdates-docs
improve `ApiError::TerminatedByOtherGetUpdates` docs
2024-03-25 12:40:38 +00:00
Maybe Waffle
61ae468bf7 Random re-fmt?... 2024-03-23 17:55:11 +01:00
Maybe Waffle
887f74de40 Remove broken links
That's awkward: you can't mention items from teloxide in teloxide-core
2024-03-23 17:22:41 +01:00
Waffle Maybe
43b1f8445a improve ApiError::TerminatedByOtherGetUpdates docs 2024-03-22 00:30:48 +01:00
Waffle Maybe
4c131db181
Merge pull request #1029 from teloxide/dependabot/cargo/lock-48f0f163d7
Bump the lock group with 33 updates
2024-03-21 15:06:20 +00:00
Maybe Waffle
de77c51b19 Downgrade deps in CI to preserve MSRV 2024-03-21 15:52:57 +01:00
Maybe Waffle
b8c45110a3 Fix assorted warnings 2024-03-21 14:49:07 +01:00
Maybe Waffle
cedf223b0d update nightly 2024-03-21 14:49:07 +01:00
Maybe Waffle
d9c0fca407 Stop downgrading atomic-write-file in CI (we don't depend on it anymore) 2024-03-21 12:19:17 +01:00
dependabot[bot]
9a21961416
Bump the lock group with 33 updates
Bumps the lock group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.4` | `1.1.5` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.7.3` | `0.7.4` |
| [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) | `0.4.0` | `0.5.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.24` | `0.11.26` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.35` |
| [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` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.52` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.78` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.15.3` | `3.15.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.88` | `1.0.90` |
| [h2](https://github.com/hyperium/h2) | `0.3.24` | `0.3.25` |
| [http](https://github.com/hyperium/http) | `0.2.11` | `0.2.12` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.68` | `0.3.69` |
| [pin-project-internal](https://github.com/taiki-e/pin-project) | `1.1.4` | `1.1.5` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.5` | `0.4.6` |
| [serde_path_to_error](https://github.com/dtolnay/path-to-error) | `0.1.15` | `0.1.16` |
| [sqlx-core](https://github.com/launchbadge/sqlx) | `0.7.3` | `0.7.4` |
| [sqlx-macros](https://github.com/launchbadge/sqlx) | `0.7.3` | `0.7.4` |
| [sqlx-macros-core](https://github.com/launchbadge/sqlx) | `0.7.3` | `0.7.4` |
| [sqlx-sqlite](https://github.com/launchbadge/sqlx) | `0.7.3` | `0.7.4` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.41` | `0.4.42` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.68` | `0.3.69` |


Updates `tokio-stream` from 0.1.14 to 0.1.15
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15)

Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

Updates `pin-project` from 1.1.4 to 1.1.5
- [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.4...v1.1.5)

Updates `sqlx` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

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 `reqwest` from 0.11.24 to 0.11.26
- [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.11.24...v0.11.26)

Updates `chrono` from 0.4.34 to 0.4.35
- [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.34...v0.4.35)

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 `proc-macro2` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.78...1.0.79)

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.77 to 0.1.78
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.78)

Updates `bumpalo` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.15.3...3.15.4)

Updates `cc` from 1.0.88 to 1.0.90
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.88...1.0.90)

Updates `h2` from 0.3.24 to 0.3.25
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.25/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.25)

Updates `http` from 0.2.11 to 0.2.12
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.11...v0.2.12)

Updates `js-sys` from 0.3.68 to 0.3.69
- [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 `pin-project-internal` from 1.1.4 to 1.1.5
- [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.4...v1.1.5)

Updates `regex-automata` from 0.4.5 to 0.4.6
- [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.5...regex-automata-0.4.6)

Updates `serde_path_to_error` from 0.1.15 to 0.1.16
- [Release notes](https://github.com/dtolnay/path-to-error/releases)
- [Commits](https://github.com/dtolnay/path-to-error/compare/0.1.15...0.1.16)

Updates `sqlx-core` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

Updates `sqlx-macros` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

Updates `sqlx-macros-core` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

Updates `sqlx-sqlite` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

Updates `thiserror-impl` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

Updates `wasm-bindgen` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-backend` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-futures` from 0.4.41 to 0.4.42
- [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 `wasm-bindgen-macro` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-macro-support` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-shared` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `web-sys` from 0.3.68 to 0.3.69
- [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: tokio-stream
  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: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: sqlx
  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: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: chrono
  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: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: bumpalo
  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: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: js-sys
  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: regex-automata
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: serde_path_to_error
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: sqlx-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: sqlx-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: sqlx-macros-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: sqlx-sqlite
  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-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-futures
  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
- 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-03-18 09:02:44 +00:00