1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
4dae76da27 Update README.md
Update .env var syntax to use underscores instead of dots, which cause an error difficult to debug if you are not familiar with Confik.
2024-07-28 21:22:23 +02:00
0bdd5479ff refactor: use confik instead of config 2024-07-07 02:01:13 +01:00
03879899a5 chore: update pin-project 2024-07-07 01:42:16 +01:00
7146f8e31c Bump deadpool-postgres from 0.11.0 to 0.12.1
Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:22 +00:00
a9d49dcf25 Bump config from 0.13.3 to 0.13.4 (#671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-04 18:02:38 +00:00
0281a1a112 fix last dotenv reference 2023-10-29 01:48:04 +01:00
e2c32161a9 update dotenv::dotenv references 2023-10-29 01:18:40 +01:00
4e15805325 update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
db35977fbe chore: fmt 2023-07-22 22:29:35 +01:00
de0411ca31 feat: update example api to support GET /users (#629)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-07-22 22:28:57 +01:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
a64e21ee6e group imports 2022-07-09 21:08:11 +01:00
271a68c07d Update dependencies for databases/postgres (#555)
Fix config code to account for breaking changes
2022-06-08 00:51:42 +01:00
a7a7f0858b Update databases/postgres/README.md (#554)
* Update databases/postgres/README.md

Add sudo -u postgres to relevant commands

Add privilege granting step for new user

Add -i flag to curl command to show HTTP response code

* Update databases/postgres/README.md

Add more options for accomplishing tasks

Add note regarding
2022-06-06 19:20:46 +01:00
e239414a55 format markdown 2022-03-06 00:43:10 +00:00
4dc9199781 update actix web to stable version 2022-02-25 21:08:53 +00:00
cc3d356209 restructure folders 2022-02-18 02:01:48 +00:00