Mathew Horner
fa79610bcd
Fix git repository URLs in contrib crates.
2024-01-17 21:53:12 -08:00
Sergio Benitez
3bcdd076c3
Update 'deadpool' to 0.10.
...
Also updates:
* 'deadpool-postgres' to 0.12
* 'deadpool-redis' to 0.14
2024-01-17 21:53:12 -08:00
Sergio Benitez
f2730fb509
Fix min dependency versions. Update MSRV to 1.64.
...
Also includes a work-around for a buggy `format_args!` macro found in
rustc 1.67 and 1.68.
Resolves #2670 .
2024-01-17 21:42:08 -08:00
Sergio Benitez
ab82064354
Update 'SergioBenitez/Rocket' to 'rwf2/Rocket'.
...
Resolves rwf2/rwf2#5 .
2023-11-22 21:41:51 +01:00
Sergio Benitez
38ae8d6317
Update version numbers for 0.5.0.
2023-11-17 16:38:14 +01:00
Sergio Benitez
3ee6e5c758
New version: 0.5.0-rc.4.
...
New contrib versions: 0.1.0-rc.4.
2023-11-17 16:38:14 +01:00
Juhasz Sandor
73cb12c9c9
Update 'diesel-async' to '0.4.1'.
2023-11-17 16:38:14 +01:00
Manuel Transfeld
e581e3f98e
Update 'sqlx' to '0.7'.
2023-10-26 19:55:46 -05:00
Sergio Benitez
14f89b0ab7
Update 'deadpool-redis' to '0.12'.
2023-10-26 19:46:38 -05:00
Sergio Benitez
74be8a90a1
Add support for 'diesel-async' to 'db_pools'.
2023-10-26 19:46:35 -05:00
Sergio Benitez
91f6288ea4
New version: 0.5.0-rc.3.
...
New contrib versions: 0.1.0-rc.3.
2023-03-23 16:56:17 -07:00
Sergio Benitez
bbbb927ac2
Update dependencies without observable breakages.
...
The following dependencies were updated:
* `criterion` from 0.3 to 0.4
* `deadpool-redis` from 0.10 to 0.11
* `normpath` from 0.3 to 1
* `cookie` from 0.16 to 0.17
2023-03-22 13:44:16 -07:00
Tilen Pintarič
f0d678d464
Update diesel to 2.0, sqlx to 0.6.
...
Closes #2209 .
Closes #2335 .
Closes #2249 .
2022-09-18 01:24:57 -07:00
Sergio Benitez
4dcd92837f
New version: 0.5.0-rc.2.
...
New contrib versions: 0.1.0-rc.2.
2022-05-09 06:32:46 -05:00
Konrad Borowski
4d258739f5
Migrate Rocket to Rust 2021 edition.
2022-04-19 18:35:38 -07:00
Sergio Benitez
d25a8308e5
Update 'mongodb' to '2' in 'db_pools'.
2022-02-16 11:07:05 -08:00
Sergio Benitez
543560a1f2
Update 'deadpool' dependencies in 'db_pools'.
2022-02-16 11:07:00 -08:00
Sergio Benitez
5b1a04deab
Introduce async database pools: 'rocket_db_pools'.
...
This is the async analog of 'rocket_sync_db_pools', rewritten to be
cleaner, leaner, easier to maintain and extend, and better documented.
Resolves #1117 .
Resolves #1187 .
2021-07-18 12:17:17 -07:00
Jeb Rosen
f7f068be11
Initial implementation of async DB pooling.
2021-07-18 12:14:25 -07:00