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

1329 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
da23b0c9e5 Merge pull request #869 from actix/dependabot/github_actions/taiki-e/install-action-2.42.4
chore(deps): bump taiki-e/install-action from 2.42.0 to 2.42.4
2024-07-22 18:23:34 +00:00
34fcd4665c Merge pull request #864 from actix/dependabot/cargo/mongodb-3.0.1
chore(deps): bump mongodb from 3.0.0 to 3.0.1
2024-07-22 17:59:21 +00:00
2e9b4897d9 Merge pull request #865 from actix/dependabot/cargo/openssl-0.10.66
chore(deps): bump openssl from 0.10.64 to 0.10.66
2024-07-22 17:59:05 +00:00
f0daaa0e84 Merge pull request #866 from actix/dependabot/cargo/tokio-1.38.1
chore(deps): bump tokio from 1.38.0 to 1.38.1
2024-07-22 17:59:00 +00:00
a7854baba3 Merge pull request #867 from actix/dependabot/cargo/reqwest-0.12.4
chore(deps): bump reqwest from 0.11.27 to 0.12.4
2024-07-22 17:58:53 +00:00
c6f3623438 Merge pull request #868 from actix/dependabot/cargo/base64-0.22.1
chore(deps): bump base64 from 0.21.7 to 0.22.1
2024-07-22 17:58:06 +00:00
9b17928b22 chore(deps): bump taiki-e/install-action from 2.42.0 to 2.42.4
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.0 to 2.42.4.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v2.42.0...v2.42.4)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:57:27 +00:00
21f0d69236 chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:24:00 +00:00
1b5cf05704 chore(deps): bump reqwest from 0.11.27 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4.
- [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.27...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:23:33 +00:00
c1890f495d chore(deps): bump tokio from 1.38.0 to 1.38.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:22:46 +00:00
ab7e7156bf chore(deps): bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:22:06 +00:00
ad44a2f5d2 chore(deps): bump mongodb from 3.0.0 to 3.0.1
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:20:54 +00:00
3cd5492ef1 Merge pull request #862 from c-git/minor-changes
refactor: replace raw types with aliases from main
2024-07-21 19:39:45 +00:00
One
65acc77431 refactor: replace raw types with aliases from main 2024-07-21 14:10:09 -04:00
f52f7785fe Merge pull request #861 from c-git/minor-fixes
docs: minor fixes
2024-07-21 10:29:01 +00:00
One
93cd646fba Grammar and spelling fixes 2024-07-21 06:25:56 -04:00
One
833ac97775 Simplify wording 2024-07-21 06:25:56 -04:00
One
d00c0f8d17 chore: reword module docs for clarity 2024-07-21 06:25:56 -04:00
One
eb654a52e1 fix: add cd command before run command
Requires the static folder be present
2024-07-21 06:25:56 -04:00
0950e1624d docs: improve docs about tokio::main 2024-07-21 10:04:59 +01:00
bf22fecbcd docs: tweak comment on actorless ws mains 2024-07-21 09:42:28 +01:00
942e8ed173 chore: update actix-ws to v0.3 2024-07-20 07:55:03 +01:00
ea68e74373 chore: update prost deps 2024-07-20 07:45:32 +01:00
1bd1867647 ci: fix nightly 2024-07-20 03:11:22 +01:00
6c0d20fa82 Merge pull request #854 from actix/dependabot/cargo/rustls-0.23.10
chore(deps): bump rustls from 0.23.9 to 0.23.10
2024-07-20 01:11:23 +00:00
7341920b6a chore(deps): bump rustls from 0.23.9 to 0.23.10
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.9 to 0.23.10.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.9...v/0.23.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 01:07:45 +00:00
a21e5cd4cf Merge pull request #851 from actix/dependabot/cargo/webpki-roots-0.26.3
chore(deps): bump webpki-roots from 0.26.1 to 0.26.3
2024-07-20 01:02:06 +00:00
06803e7ac6 Merge pull request #852 from actix/dependabot/cargo/casbin-2.2.0
chore(deps): bump casbin from 2.0.9 to 2.2.0
2024-07-20 01:02:01 +00:00
95722473a7 Merge pull request #853 from actix/dependabot/cargo/base64-0.22.1
chore(deps): bump base64 from 0.21.7 to 0.22.1
2024-07-20 01:01:47 +00:00
ca82cc4412 chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:55 +00:00
67cb22b6ee chore(deps): bump webpki-roots from 0.26.1 to 0.26.3
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.1 to 0.26.3.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.1...v/0.26.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:28 +00:00
4ddb2ea871 chore(deps): bump casbin from 2.0.9 to 2.2.0
Bumps [casbin](https://github.com/casbin/casbin-rs) from 2.0.9 to 2.2.0.
- [Release notes](https://github.com/casbin/casbin-rs/releases)
- [Changelog](https://github.com/casbin/casbin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/casbin/casbin-rs/compare/v2.0.9...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:28 +00:00
cec0aba354 Merge pull request #856 from geofmureithi/update/apalis
Chore: Update apalis to the latest version
2024-07-20 00:58:04 +00:00
9ae76644d8 Merge branch 'master' into update/apalis 2024-07-20 01:55:50 +01:00
d06abd145e Merge pull request #857 from actix/dependabot/github_actions/taiki-e/install-action-2.42.0
chore(deps): bump taiki-e/install-action from 2.41.7 to 2.42.0
2024-07-19 23:59:35 +00:00
91d437c891 Merge branch 'master' into dependabot/github_actions/taiki-e/install-action-2.42.0 2024-07-20 00:57:50 +01:00
87d90cc0d0 ci: fix diesel example 2024-07-20 00:26:54 +01:00
95cc3d5242 fix: update path for cd command (#859) 2024-07-19 19:45:43 +01:00
510c011c35 fix: update broken link (#858) 2024-07-19 15:44:43 +01:00
90b09deee4 fix: remove return 2024-07-19 16:34:52 +03:00
90dcfbe9ba chore(deps): bump taiki-e/install-action from 2.41.7 to 2.42.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.41.7 to 2.42.0.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v2.41.7...v2.42.0)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 17:38:35 +00:00
642fbc84ad Chore: Update apalis to the latest version 2024-07-12 22:41:00 +03:00
42acb27186 chore: use fork of sparkpost 2024-07-07 03:26:40 +01:00
697d2ec49d chore: update deps 2024-07-07 02:51:12 +01:00
dca1d50430 refactor: update mongodb to 3 2024-07-07 02:03:51 +01: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
ea07cc2370 chore: update minijinja to 2 2024-07-07 01:26:05 +01:00
8baa0767a6 chore: update actix-multipart to v0.7 2024-07-07 00:59:16 +01:00