Commit Graph

123 Commits

Author SHA1 Message Date
dependabot[bot]
144509dda7
Bump serde_with from 1.14.0 to 2.0.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.14.0 to 2.0.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v1.14.0...v2.0.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 22:59:02 +00:00
dependabot[bot]
47cdae47ec
Bump serde from 1.0.138 to 1.0.139
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 22:56:48 +00:00
dependabot[bot]
c039766805
Bump once_cell from 1.12.0 to 1.13.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 05:12:39 +00:00
dependabot[bot]
fd7b78d264
Bump serde from 1.0.137 to 1.0.138
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 07:24:16 +00:00
dependabot[bot]
42556b2938
Bump serde_json from 1.0.81 to 1.0.82
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.82)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 22:50:39 +00:00
dependabot[bot]
b3119b282d
Bump reqwest from 0.11.10 to 0.11.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11.
- [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.10...v0.11.11)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 23:02:59 +00:00
Konrad Borowski
fdab5bfbec Implement Prometheus metrics 2022-05-21 13:56:24 +02:00
Konrad Borowski
f8d7027fc9 Disable default features for pulldown-cmark 2022-05-20 17:17:59 +02:00
Konrad Borowski
c39190b6c3 Update pulldown-cmark to 0.9.1 2022-05-20 17:15:37 +02:00
Konrad Borowski
72ca817196 Update rocket to 0.5.0-rc.2 2022-05-09 22:44:49 +02:00
Konrad Borowski
d110c2db7c Move build script to separate directory
This work-arounds a bug in Naersk which makes Naersk not run the
build script when it's in standard location (build.rs).
2022-05-08 09:09:50 +02:00
Konrad Borowski
97f4c13732 Rewrite JavaScript code using SolidJS 2022-05-08 07:54:17 +02:00
Konrad Borowski
c4ab4d54a3 Migrate to edition 2021 2022-05-06 08:13:24 +02:00
Konrad Borowski
2612e472ef Use = version for rocket
Cargo incorrectly matches pre-releases.
2022-03-19 12:12:40 +01:00
Konrad Borowski
e716813973 Update display paste template to use ExternPaste 2021-10-19 13:13:54 +02:00
Konrad Borowski
4ccf9b6e23 Implement /api/v1/pastes 2021-10-19 12:28:27 +02:00
Konrad Borowski
80a68e5aba Implement /api/v0/run 2021-10-19 10:57:57 +02:00
Konrad Borowski
a484351922 Implement /api/v0/language 2021-06-14 18:53:12 +02:00
Konrad Borowski
70089f8050 Implement inserting pastes 2021-06-13 21:31:20 +02:00
Konrad Borowski
b2e5882ba1 Restore database_tests and sandbox_tests features 2021-06-13 20:38:49 +02:00
Konrad Borowski
f1794091fc Replace application with minimal Rocket-based version 2021-06-13 20:12:52 +02:00
Konrad Borowski
ec60923ca4 Update dependencies 2021-06-08 09:01:53 +02:00
Konrad Borowski
85486d098a Update extension-trait to 1.0.0 2021-02-19 20:11:30 +01:00
Konrad Borowski
57c7f1af59 Update tokio to 1.0 2021-01-20 19:53:44 +01:00
Konrad Borowski
8d6b74b071 Update dependencies 2020-12-12 20:29:10 +01:00
Konrad Borowski
b011f6306f Update dependencies 2020-10-10 10:48:15 +02:00
Konrad Borowski
742c7fe1e5 Merge branch 'replace-futures-with-futures-util' into 'master'
Replace futures with futures-util

See merge request pastebinrun/pastebinrun!224
2020-09-18 07:31:44 +00:00
Konrad Borowski
0ada1b931c Replace futures with futures-util 2020-09-18 09:16:35 +02:00
Konrad Borowski
93eb9da579 Remove getopts dependency for scraper 2020-09-18 08:58:21 +02:00
Konrad Borowski
dffad83981 Remove getopts dependency for pulldown-cmark 2020-09-18 08:57:45 +02:00
Konrad Borowski
dca5154263 Enable SIMD for pulldown-cmark 2020-09-18 08:57:23 +02:00
Konrad Borowski
c839940e1c Merge branch 'pulldown-cmark-update' into 'master'
Update pulldown-cmark

See merge request pastebinrun/pastebinrun!222
2020-09-14 07:39:18 +00:00
Konrad Borowski
cf6068b9d0 Update pulldown-cmark 2020-09-14 09:23:31 +02:00
Konrad Borowski
10b20685a5 Use threaded runtime 2020-09-14 09:13:58 +02:00
Renovate Bot
a7dcca419d
Update Rust crate time-parse to 0.2.0 2020-05-22 19:40:37 +00:00
Konrad Borowski
7d9560befa Merge branch 'renovate/rust-serde_json-1.x' into 'master'
Update Rust crate serde_json to 1.0.52

See merge request pastebinrun/pastebinrun!188
2020-05-06 17:35:58 +00:00
Konrad Borowski
8b47399faf Merge branch 'renovate/rust-tokio-0.x' into 'master'
Update Rust crate tokio to 0.2.20

See merge request pastebinrun/pastebinrun!189
2020-05-06 17:35:49 +00:00
Renovate Bot
5206bfbe09
Update Rust crate tokio to 0.2.20 2020-05-06 17:20:00 +00:00
Renovate Bot
a067facfeb
Update Rust crate serde_json to 1.0.52 2020-05-06 17:19:35 +00:00
Renovate Bot
fbdd60ccb5
Update Rust crate pulldown-cmark to 0.7.1 2020-05-06 17:19:10 +00:00
Konrad Borowski
75cf25ce8b Merge branch 'renovate/rust-serde-1.x' into 'master'
Update Rust crate serde to 1.0.106

See merge request pastebinrun/pastebinrun!183
2020-05-06 16:15:37 +00:00
Konrad Borowski
210373083c Merge branch 'renovate/rust-diesel-1.x' into 'master'
Update Rust crate diesel to 1.4.4

See merge request pastebinrun/pastebinrun!186
2020-05-06 16:15:30 +00:00
Konrad Borowski
2317fff1d8 Merge branch 'renovate/rust-ructe-0.x' into 'master'
Update Rust crate ructe to 0.11.4

See merge request pastebinrun/pastebinrun!194
2020-05-06 16:15:07 +00:00
Renovate Bot
0fdb1268e7
Update Rust crate base64 to 0.12.1 2020-05-06 14:28:42 +00:00
Renovate Bot
5fbdfa47b5
Update Rust crate ructe to 0.11.4 2020-05-04 23:43:50 +00:00
Renovate Bot
560cb6497e
Update Rust crate diesel to 1.4.4 2020-05-04 23:43:03 +00:00
Renovate Bot
3c9032fdff
Update Rust crate scraper to 0.12.0 2020-05-04 21:56:54 +00:00
Renovate Bot
628f239188
Update Rust crate serde to 1.0.106 2020-04-07 09:21:06 +00:00
Konrad Borowski
89895924eb Disable default warp features 2020-03-14 23:03:52 +01:00
Renovate Bot
f5421f21d8
Update Rust crate base64 to 0.12.0 2020-03-10 08:29:14 +00:00