aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)AuthorFilesLines
2022-07-11handlers/notes: create, update, delete, tailauth tooXe Iaso1-0/+1
2022-07-11Revert "fix"Xe Iaso1-4/+55
2022-07-10fixXe Iaso1-55/+4
2022-07-10add basic ts_localapi crateXe Iaso1-0/+24
2022-07-10basic notes supportXe Iaso1-3/+120
2022-07-06build(deps): bump regex from 1.5.6 to 1.6.0 (#511)dependabot[bot]1-4/+4
2022-07-04build(deps): bump tracing-subscriber from 0.3.11 to 0.3.14 (#509)dependabot[bot]1-4/+4
2022-07-04build(deps): bump axum from 0.5.10 to 0.5.11 (#508)dependabot[bot]1-4/+4
2022-07-04build(deps): bump axum-extra from 0.3.5 to 0.3.6 (#507)dependabot[bot]1-2/+2
2022-07-04build(deps): bump comrak from 0.13.1 to 0.13.2 (#510)dependabot[bot]1-2/+2
2022-07-04add _xesite_frontmatter extensionXe Iaso1-0/+10
2022-07-04rename jsonfeed to xe_jsonfeed to prepare for my own extensionsXe Iaso1-11/+11
2022-06-29build(deps): bump axum-macros from 0.2.2 to 0.2.3 (#502)dependabot[bot]1-2/+2
2022-06-29build(deps): bump axum-extra from 0.3.4 to 0.3.5 (#503)dependabot[bot]1-2/+3
2022-06-29build(deps): bump axum from 0.5.9 to 0.5.10 (#504)dependabot[bot]1-4/+4
2022-06-27build(deps): bump serde_dhall from 0.11.1 to 0.11.2 (#500)dependabot[bot]1-2/+2
2022-06-27build(deps): bump comrak from 0.13.0 to 0.13.1 (#501)dependabot[bot]1-19/+30
2022-06-21build(deps): bump axum from 0.5.8 to 0.5.9 (#498)dependabot[bot]1-4/+4
2022-06-20build(deps): bump axum from 0.5.7 to 0.5.8 (#497)dependabot[bot]1-6/+6
2022-06-20build(deps): bump tower from 0.4.12 to 0.4.13 (#496)dependabot[bot]1-26/+2
2022-06-15build(deps): bump reqwest from 0.11.10 to 0.11.11 (#491)dependabot[bot]1-2/+3
2022-06-08Add hero image support with <xeblog-hero>Xe Iaso1-217/+365
2022-06-08build(deps): bump comrak from 0.12.1 to 0.13.0 (#487)dependabot[bot]1-3/+2
2022-06-08build(deps): bump http from 0.2.7 to 0.2.8 (#486)dependabot[bot]1-2/+2
2022-06-08build(deps): bump tokio-stream from 0.1.8 to 0.1.9 (#484)dependabot[bot]1-2/+2
2022-06-08build(deps): bump tower-http from 0.3.3 to 0.3.4 (#488)dependabot[bot]1-2/+2
2022-05-23build(deps): bump http-body from 0.4.4 to 0.4.5 (#479)dependabot[bot]1-2/+2
2022-05-20build(deps): bump axum from 0.5.5 to 0.5.6 (#472)dependabot[bot]1-2/+2
2022-05-20build(deps): bump serde_dhall from 0.11.0 to 0.11.1 (#478)dependabot[bot]1-4/+4
2022-05-20build(deps): bump prometheus from 0.13.0 to 0.13.1 (#477)dependabot[bot]1-33/+7
2022-05-20build(deps): bump axum-macros from 0.2.1 to 0.2.2 (#476)dependabot[bot]1-2/+2
2022-05-20build(deps): bump axum-extra from 0.3.1 to 0.3.3 (#475)dependabot[bot]1-2/+2
2022-05-18look for patreon creds in ~ instead of .Xe Iaso1-0/+2
2022-05-11build(deps): bump axum-extra from 0.3.0 to 0.3.1 (#471)dependabot[bot]1-2/+2
2022-05-11build(deps): bump axum from 0.5.4 to 0.5.5 (#470)dependabot[bot]1-4/+4
2022-05-11build(deps): bump axum-macros from 0.2.0 to 0.2.1 (#469)dependabot[bot]1-2/+2
2022-05-09build(deps): bump tower-http from 0.3.2 to 0.3.3 (#468)dependabot[bot]1-3/+13
2022-05-07src/app/markdown: no-js xeblog-conv supportXe Iaso1-16/+295
2022-05-02build(deps): bump tower-http from 0.3.1 to 0.3.2 (#465)dependabot[bot]1-2/+2
2022-04-29build(deps): bump tower-http from 0.3.0 to 0.3.1 (#462)dependabot[bot]1-2/+2
2022-04-29build(deps): bump http from 0.2.6 to 0.2.7 (#461)dependabot[bot]1-2/+2
2022-04-27build(deps): bump axum from 0.5.0 to 0.5.4 (#459)dependabot[bot]1-26/+7
2022-04-27build(deps): bump eyre from 0.6.7 to 0.6.8 (#452)dependabot[bot]1-2/+2
2022-04-27build(deps): bump tower-http from 0.2.5 to 0.3.0 (#458)dependabot[bot]1-11/+12
2022-04-27build(deps): bump axum-extra from 0.2.0 to 0.3.0 (#460)dependabot[bot]1-5/+23
2022-04-13build(deps): bump tracing-subscriber from 0.3.9 to 0.3.11 (#454)dependabot[bot]1-2/+2
2022-04-02Update to Axum 0.5Xe Iaso1-10/+11
2022-04-02lib/patreon: refresh token supportXe Iaso1-0/+1
2022-03-24build(deps): bump ructe from 0.13.4 to 0.14.0 (#443)dependabot[bot]1-52/+3
2022-03-21Rewrite the site routing with Axum (#441)Xe Iaso1-409/+682