aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31build(deps): bump comrak from 0.17.1 to 0.18.0dependabot[bot]1-2/+2
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.17.1...0.18.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29build(deps): bump regex from 1.7.1 to 1.7.3 (#635)dependabot[bot]1-4/+4
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.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/1.7.1...1.7.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29build(deps): bump dirs from 4.0.0 to 5.0.0 (#634)dependabot[bot]1-4/+24
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29build(deps): bump lol_html from 0.3.2 to 0.3.3 (#633)dependabot[bot]1-20/+33
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/commits/v0.3.3) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29build(deps): bump uuid from 1.2.2 to 1.3.0 (#632)dependabot[bot]1-2/+2
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28bump comrak from 0.16.0 to 0.17.0Xe Iaso1-4/+2
Replaces #630 Fixes GHSA-8hqf-xjwp-p67v Fixes GHSA-xxmq-4vph-956w Fixes GHSA-5r3x-p7xx-x6q5 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-28bump axum-extra from 0.5.0 to 0.6.0Xe Iaso1-47/+3
Replaces #615 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/tower-http-0.4.0'Xe Iaso1-8/+83
2023-03-28bump uuid from 0.8.2 to 1.2.2Xe Iaso1-14/+5
Replaces #586 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/serde_yaml-0.9.19'Xe Iaso1-4/+4
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/html2text-0.5.0'Xe Iaso1-2/+2
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/reqwest-0.11.16'Xe Iaso1-2/+2
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/mime-0.3.17'Xe Iaso1-2/+2
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/chrono-0.4.24'Xe Iaso1-2/+2
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/openssl-0.10.48'Xe Iaso1-4/+4
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/axum-macros-0.3.7'Xe Iaso1-4/+4
2023-03-28build(deps): bump reqwest from 0.11.14 to 0.11.16dependabot[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.16. - [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.14...v0.11.16) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25build(deps): bump openssl from 0.10.45 to 0.10.48dependabot[bot]1-4/+4
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23build(deps): bump axum from 0.6.9 to 0.6.12dependabot[bot]1-79/+94
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.9 to 0.6.12. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.9...axum-v0.6.12) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23build(deps): bump axum-macros from 0.3.4 to 0.3.7dependabot[bot]1-31/+42
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.4 to 0.3.7. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.4...axum-macros-v0.3.7) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21build(deps): bump mime from 0.3.16 to 0.3.17dependabot[bot]1-2/+2
Bumps [mime](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/hyperium/mime/releases) - [Commits](https://github.com/hyperium/mime/compare/v0.3.16...v0.3.17) --- updated-dependencies: - dependency-name: mime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13build(deps): bump chrono from 0.4.23 to 0.4.24dependabot[bot]1-2/+2
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24. - [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.23...v0.4.24) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07build(deps): bump tower-http from 0.3.5 to 0.4.0dependabot[bot]1-12/+68
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.5 to 0.4.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.5...tower-http-0.4.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07build(deps): bump serde_yaml from 0.9.17 to 0.9.19dependabot[bot]1-4/+4
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.17 to 0.9.19. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.17...0.9.19) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07build(deps): bump html2text from 0.4.5 to 0.5.0dependabot[bot]1-2/+2
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/jugglerchris/rust-html2text/releases) - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.4.5...0.5.0) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28build(deps): bump axum from 0.6.7 to 0.6.9 (#613)dependabot[bot]1-7/+26
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.7 to 0.6.9. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.7...axum-v0.6.9) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22build(deps): bump tokio-stream from 0.1.11 to 0.1.12 (#610)dependabot[bot]1-2/+2
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22build(deps): bump axum from 0.6.4 to 0.6.7 (#612)dependabot[bot]1-2/+2
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.4 to 0.6.7. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.4...axum-v0.6.7) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22build(deps): bump http from 0.2.8 to 0.2.9 (#611)dependabot[bot]1-2/+2
Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.8...v0.2.9) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22build(deps): bump axum-extra from 0.4.2 to 0.5.0 (#608)dependabot[bot]1-2/+2
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.4.2...axum-extra-v0.5.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22build(deps): bump axum-macros from 0.3.2 to 0.3.4 (#607)dependabot[bot]1-2/+2
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.4. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.2...axum-macros-v0.3.4) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03build(deps): bump ructe from 0.16.0 to 0.16.1 (#603)dependabot[bot]1-2/+2
Bumps [ructe](https://github.com/kaj/ructe) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/kaj/ructe/releases) - [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/ructe/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: ructe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02build(deps): bump serde_dhall from 0.12.0 to 0.12.1 (#604)dependabot[bot]1-2/+2
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/Nadrieril/dhall-rust/releases) - [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nadrieril/dhall-rust/commits/serde_dhall-v0.12.1) --- updated-dependencies: - dependency-name: serde_dhall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25build(deps): bump comrak from 0.15.0 to 0.16.0 (#598)dependabot[bot]1-2/+18
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25build(deps): bump axum from 0.6.3 to 0.6.4 (#600)dependabot[bot]1-2/+2
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.3...axum-v0.6.4) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25build(deps): bump axum-macros from 0.3.1 to 0.3.2 (#599)dependabot[bot]1-2/+2
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.1...axum-macros-v0.3.2) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23build(deps): bump ructe from 0.15.0 to 0.16.0 (#596)dependabot[bot]1-3/+3
Bumps [ructe](https://github.com/kaj/ructe) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/kaj/ructe/releases) - [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/ructe/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: ructe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23build(deps): bump axum from 0.6.2 to 0.6.3 (#595)dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.2...axum-v0.6.3) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21build(deps): bump reqwest from 0.11.13 to 0.11.14 (#593)dependabot[bot]1-7/+13
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14. - [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.13...v0.11.14) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21build(deps): bump serde_yaml from 0.9.16 to 0.9.17 (#592)dependabot[bot]1-2/+2
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.16 to 0.9.17. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.16...0.9.17) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10build(deps): bump regex from 1.7.0 to 1.7.1 (#591)dependabot[bot]1-2/+2
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.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.7.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10build(deps): bump axum-macros from 0.3.0 to 0.3.1 (#590)dependabot[bot]1-2/+2
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.0...axum-macros-v0.3.1) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10build(deps): bump axum from 0.6.1 to 0.6.2 (#589)dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.1...axum-v0.6.2) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09build(deps): bump html2text from 0.4.4 to 0.4.5 (#588)dependabot[bot]1-2/+2
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/jugglerchris/rust-html2text/releases) - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.4.4...0.4.5) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09build(deps): bump glob from 0.3.0 to 0.3.1 (#587)dependabot[bot]1-2/+2
Bumps [glob](https://github.com/rust-lang/glob) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/rust-lang/glob/releases) - [Commits](https://github.com/rust-lang/glob/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04attempt to change webmention titlesXe Iaso1-0/+8
Signed-off-by: Xe Iaso <me@christine.website>
2022-12-28Update to axum 0.6Xe Iaso1-373/+427
Closes #579 Closes #580 Signed-off-by: Xe <me@christine.website>
2022-12-28build(deps): bump lol_html from 0.3.1 to 0.3.2 (#582)dependabot[bot]1-2/+2
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/commits) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28build(deps): bump serde_yaml from 0.9.14 to 0.9.16 (#584)dependabot[bot]1-2/+2
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.14 to 0.9.16. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.14...0.9.16) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28build(deps): bump tower-http from 0.3.4 to 0.3.5 (#581)dependabot[bot]1-2/+2
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.4...tower-http-0.3.5) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>