1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Commit Graph

35 Commits

Author SHA1 Message Date
yjh
89d2e4e3f7
fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread`

* chore: update some deps for examples
2020-12-14 11:30:06 +00:00
Rob Ede
49e29a5751
v3 examples (#364) 2020-09-12 16:49:45 +01:00
Yuki Okushi
6cdc1c8738
part1: Update dependencies 2020-04-05 02:30:49 +09:00
Yuki Okushi
8f1c0a85cf
Fix/suppress warnings 2020-04-03 16:14:30 +09:00
Arve Seljebu
78a753a06a
update rusqlite and r2d2_sqlite in async_db and r2d2 (#148)
* upgrade rusqlite to 0.18

* add note about async_db blocking and running in thread pool

* idiomatic async_db

- DRY
- Iterator::collect + return type
- note about why we are sleeping

* remove r2d2/test.db
2020-01-30 15:52:10 +09:00
Roman Frołow
ebdcdf8130 Remove unused deps found with https://github.com/est31/cargo-udeps (#232) 2020-01-13 00:25:52 +09:00
Roman Frołow
e89687e712 Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
Nikolay Kim
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
Nikolay Kim
d914b1c694 update dependencies 2019-12-20 22:30:26 +06:00
Nikolay Kim
22c7d747c2 update deps 2019-12-15 23:07:17 +06:00
Nikolay Kim
3127352797 upgrade to 2.0 alpha.3 2019-12-07 23:59:24 +06:00
Nikolay Kim
aa5750cafc update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
Stefano Probst
25f7ce87b4
Fix bug in database script
Fix error that occurs if script is used like in the async_db readme.

Error before this change:
``` bash
$ LANG=C bash db/setup_db.sh
db/setup_db.sh: line 2: db.sql: No such file or directory
Error: cannot open "nyc_centralpark_weather.csv
```
2019-05-24 20:34:08 +02:00
Nikolay Kim
cee9142257 upgrade actix-web 2019-05-12 11:58:26 -07:00
Nikolay Kim
8de183768c upgrade to beta3 2019-05-04 21:52:24 -07:00
Nikolay Kim
52811611d0 update to beta.1 2019-04-21 09:36:31 -07:00
nathaniel
28d008e97c clarify use of sleep in async_db 2019-04-15 10:02:57 -05:00
Nikolay Kim
815e34f32d upgrade to alpha4 2019-04-07 23:39:45 -07:00
Nikolay Kim
86e0f3e02c upgrade to alpha3 2019-04-04 11:37:14 -07:00
Nikolay Kim
9a80911b92 update to alpha2 2019-03-30 09:12:42 -07:00
Nikolay Kim
e4f71e8fd5 update deps 2019-03-29 13:43:03 -07:00
Nikolay Kim
48b8e7c335 migrate http proxy examples 2019-03-26 23:33:13 -07:00
Juan Aguilar
53fc2221ef Update to master (#90) 2019-03-26 06:29:00 +03:00
Nikolay Kim
b31c8e3308 rename web::State to web::Data 2019-03-16 20:23:09 -07:00
Nikolay Kim
0b46125f5d use new location for blocking 2019-03-10 18:39:54 -07:00
Nikolay Kim
f39a53ea3a upgrade diesel, r2d2, state examples 2019-03-07 14:50:29 -08:00
Nikolay Kim
c4df3356c7 enable logger 2019-03-06 19:45:45 -08:00
Nikolay Kim
51860a4f2a update web api 2019-03-06 15:51:56 -08:00
Nikolay Kim
1edbb348d9 port async_db to actix-web 1.0 2019-03-06 11:51:05 -08:00
Nikolay Kim
71e83fb87c update basic example 2019-03-05 22:16:42 -08:00
RazrFalcon
c7a29b00c9 Minor fixes. 2018-07-29 17:34:43 +03:00
Nikolay Kim
271749c433 update actix-web dependency 2018-07-21 05:10:26 -07:00
Nikolay Kim
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
Darin
a39cd8ed9e
Update db.rs 2018-06-01 06:59:07 -04:00
dowwie
0cb217c08a added async_db project 2018-05-26 17:05:12 -04:00