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

1453 Commits

Author SHA1 Message Date
Rob Ede
6840ab1cd5
Merge pull request #878 from actix/dependabot/cargo/tokio-1.39.2
chore(deps): bump tokio from 1.38.1 to 1.39.2
2024-08-07 00:35:20 +00:00
Rob Ede
a6f3eb1e7c
Merge pull request #882 from actix/dependabot/cargo/minijinja-2.1.1
chore(deps): bump minijinja from 2.0.3 to 2.1.1
2024-08-07 00:33:56 +00:00
dependabot[bot]
f257845887
chore(deps): bump minijinja from 2.0.3 to 2.1.1
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/2.0.3...2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 17:50:45 +00:00
dependabot[bot]
da1cfb132f
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-08-05 17:46:35 +00:00
dependabot[bot]
7aa1055950
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-08-05 17:46:00 +00:00
dependabot[bot]
5b4aece327
chore(deps): bump tokio from 1.38.1 to 1.39.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 17:45:12 +00:00
dependabot[bot]
cbe1a0ef9b
chore(deps): bump taiki-e/install-action from 2.42.10 to 2.42.18
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.10 to 2.42.18.
- [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.10...v2.42.18)

---
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-08-05 17:33:56 +00:00
Rob Ede
f964658ba3
Merge pull request #876 from actix/dependabot/cargo/env_logger-0.11.5
chore(deps): bump env_logger from 0.11.3 to 0.11.5
2024-07-29 21:29:47 +00:00
Rob Ede
e14e31f1d4
Merge pull request #875 from actix/dependabot/cargo/metrics-exporter-prometheus-0.15.3
chore(deps): bump metrics-exporter-prometheus from 0.15.1 to 0.15.3
2024-07-29 21:29:30 +00:00
Rob Ede
db12557c30
Merge pull request #874 from actix/dependabot/cargo/diesel-2.2.2
chore(deps): bump diesel from 2.2.1 to 2.2.2
2024-07-29 21:29:20 +00:00
Rob Ede
d06244f920
Merge pull request #873 from actix/dependabot/cargo/uuid-1.10.0
chore(deps): bump uuid from 1.9.1 to 1.10.0
2024-07-29 21:29:17 +00:00
Rob Ede
247d36ac33
Merge pull request #872 from actix/dependabot/cargo/base64-0.22.1
chore(deps): bump base64 from 0.21.7 to 0.22.1
2024-07-29 21:29:11 +00:00
Rob Ede
f019925c8d
Merge pull request #871 from actix/dependabot/github_actions/taiki-e/install-action-2.42.10
chore(deps): bump taiki-e/install-action from 2.42.4 to 2.42.10
2024-07-29 21:29:04 +00:00
dependabot[bot]
1f2957172c
chore(deps): bump env_logger from 0.11.3 to 0.11.5
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.3 to 0.11.5.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:56:13 +00:00
dependabot[bot]
de1ec0e3a6
chore(deps): bump metrics-exporter-prometheus from 0.15.1 to 0.15.3
Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.15.1 to 0.15.3.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](https://github.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.15.1...metrics-exporter-prometheus-v0.15.3)

---
updated-dependencies:
- dependency-name: metrics-exporter-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:53:10 +00:00
dependabot[bot]
7fdde7d02e
chore(deps): bump diesel from 2.2.1 to 2.2.2
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.2/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.1...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:52:24 +00:00
dependabot[bot]
b3958bd359
chore(deps): bump uuid from 1.9.1 to 1.10.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:51:37 +00:00
dependabot[bot]
cb4c5075c7
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-29 17:50:42 +00:00
dependabot[bot]
db1e9ae083
chore(deps): bump taiki-e/install-action from 2.42.4 to 2.42.10
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.4 to 2.42.10.
- [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.4...v2.42.10)

---
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-29 17:48:26 +00:00
Rob Ede
52f5adb15c
Merge pull request #870 from FullStackAlex/master
fix env vars in postgres readme
2024-07-28 21:30:17 +00:00
Full-Stack Alex
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
Rob Ede
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
Rob Ede
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
Rob Ede
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
Rob Ede
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
Rob Ede
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
Rob Ede
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
One
21b6cd1d36 Add rust client to echo-actorless
- Make it easier for users to find rust code they can use for the client
- Remove the need to install websocat to get cli
2024-07-21 20:26:59 -04:00
One
27be660389 Add soft link to moved file 2024-07-21 20:26:38 -04:00
One
f75719d1d0 Move client file from old example 2024-07-21 20:25:41 -04:00
One
6eaf064616 chore: change to version from workspace 2024-07-21 18:45:26 -04:00
Rob Ede
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
Rob Ede
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
Rob Ede
0950e1624d
docs: improve docs about tokio::main 2024-07-21 10:04:59 +01:00
Rob Ede
bf22fecbcd
docs: tweak comment on actorless ws mains 2024-07-21 09:42:28 +01:00
Rob Ede
942e8ed173
chore: update actix-ws to v0.3 2024-07-20 07:55:03 +01:00
Rob Ede
ea68e74373
chore: update prost deps 2024-07-20 07:45:32 +01:00
Rob Ede
1bd1867647
ci: fix nightly 2024-07-20 03:11:22 +01:00
Rob Ede
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