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

1075 Commits

Author SHA1 Message Date
Rob Ede
bfed118301
chore: remove redundant imports 2024-02-20 03:29:12 +00:00
Rob Ede
dfde2ea718
Merge pull request #748 from actix/dependabot/cargo/anyhow-1.0.80
chore(deps): bump anyhow from 1.0.79 to 1.0.80
2024-02-19 20:26:46 +00:00
Rob Ede
08d2b3d58f
Merge pull request #747 from actix/dependabot/cargo/actix-web-actors-4.3.0
chore(deps): bump actix-web-actors from 4.2.0 to 4.3.0
2024-02-19 20:26:36 +00:00
Rob Ede
2e98f5a6f1
Merge pull request #746 from actix/dependabot/cargo/actix-web-lab-0.20.2
chore(deps): bump actix-web-lab from 0.20.1 to 0.20.2
2024-02-19 20:26:01 +00:00
Rob Ede
adb52e10e4
Merge pull request #745 from actix/dependabot/cargo/env_logger-0.11.2
chore(deps): bump env_logger from 0.11.1 to 0.11.2
2024-02-19 20:25:42 +00:00
Rob Ede
f898fb73c2
Merge pull request #749 from actix/dependabot/github_actions/taiki-e/install-action-2.27.2
chore(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2
2024-02-19 20:25:22 +00:00
dependabot[bot]
014af65b53
chore(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.18 to 2.27.2.
- [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.26.18...v2.27.2)

---
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-02-19 17:57:15 +00:00
dependabot[bot]
9ffb7a972b
chore(deps): bump anyhow from 1.0.79 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:30:39 +00:00
dependabot[bot]
b779d99858
chore(deps): bump actix-web-actors from 4.2.0 to 4.3.0
Bumps [actix-web-actors](https://github.com/actix/actix-web) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v4.2.0...web-v4.3.0)

---
updated-dependencies:
- dependency-name: actix-web-actors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:30:02 +00:00
dependabot[bot]
f4b07d018f
chore(deps): bump actix-web-lab from 0.20.1 to 0.20.2
Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/robjtede/actix-web-lab/releases)
- [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.20.1...lab-v0.20.2)

---
updated-dependencies:
- dependency-name: actix-web-lab
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:29:13 +00:00
dependabot[bot]
5148ffbce4
chore(deps): bump env_logger from 0.11.1 to 0.11.2
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.1 to 0.11.2.
- [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.1...v0.11.2)

---
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-02-19 17:28:44 +00:00
Rob Ede
949203436d
Merge pull request #740 from actix/dependabot/cargo/uuid-1.7.0
chore(deps): bump uuid from 1.6.1 to 1.7.0
2024-02-19 11:32:16 +00:00
Rob Ede
8601ee50af
chore: fix nightly clippy 2024-02-19 11:24:26 +00:00
Rob Ede
60876a778e
chore(deps): bump uuid from 1.6.1 to 1.7.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.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-02-19 11:22:35 +00:00
Rob Ede
d32afd35b8
Merge pull request #738 from actix/dependabot/github_actions/taiki-e/install-action-2.26.18
chore(deps): bump taiki-e/install-action from 2.26.13 to 2.26.18
2024-02-19 10:52:21 +00:00
Rob Ede
43de8bc33f
Merge pull request #739 from actix/dependabot/cargo/actix-0.13.3
chore(deps): bump actix from 0.13.1 to 0.13.3
2024-02-19 10:50:58 +00:00
Rob Ede
285dadde1e
Merge pull request #742 from actix/dependabot/cargo/chrono-0.4.34
chore(deps): bump chrono from 0.4.33 to 0.4.34
2024-02-19 10:49:38 +00:00
Rob Ede
6223c000d0
Merge pull request #741 from actix/dependabot/cargo/minijinja-autoreload-1.0.12
chore(deps): bump minijinja-autoreload from 1.0.11 to 1.0.12
2024-02-19 10:48:02 +00:00
dependabot[bot]
bf9ac18a8b
chore(deps): bump chrono from 0.4.33 to 0.4.34
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.34.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.33...v0.4.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:44:05 +00:00
dependabot[bot]
5ae9b3b09a
chore(deps): bump minijinja-autoreload from 1.0.11 to 1.0.12
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.11 to 1.0.12.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.11...1.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:43:45 +00:00
dependabot[bot]
185b7e21e5
chore(deps): bump actix from 0.13.1 to 0.13.3
Bumps [actix](https://github.com/actix/actix) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](https://github.com/actix/actix/compare/actix-v0.13.1...actix-v0.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:42:41 +00:00
dependabot[bot]
00b26dc49d
chore(deps): bump taiki-e/install-action from 2.26.13 to 2.26.18
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.13 to 2.26.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.26.13...v2.26.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-02-12 17:07:36 +00:00
Rob Ede
aff73a3073
chore: update crc32c 2024-02-12 02:07:26 +00:00
Rob Ede
aefa4ea9b7
chore: update ahash dep 2024-02-11 02:41:33 +00:00
Rob Ede
cdf24c1c62
chore: bump ahash to 0.8.7 2024-02-07 02:31:41 +00:00
Rob Ede
051e84268a
chore: simplify cert-watch runtime 2024-02-06 22:12:55 +00:00
Rob Ede
bd45c20874
chore: fix comment 2024-02-06 03:06:53 +00:00
Rob Ede
7f20870e0f
chore(cert-watch): better error handling 2024-02-06 02:55:39 +00:00
Rob Ede
183c924220
feat: add cert-watch example 2024-02-06 02:50:28 +00:00
Yass
741815074a
Add community example: a simple blog for markdown rendering (#736)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-02-06 00:50:27 +00:00
Rob Ede
d2399f6ead
Merge pull request #735 from actix/dependabot/cargo/webpki-roots-0.25.4
chore(deps): bump webpki-roots from 0.25.2 to 0.25.4
2024-02-05 20:19:06 +00:00
Rob Ede
64274089c4
Merge pull request #731 from actix/dependabot/cargo/serde_json-1.0.112
chore(deps): bump serde_json from 1.0.111 to 1.0.112
2024-02-05 20:18:55 +00:00
Rob Ede
bd3e0a9739
Merge pull request #732 from actix/dependabot/cargo/eyre-0.6.12
chore(deps): bump eyre from 0.6.11 to 0.6.12
2024-02-05 20:18:49 +00:00
Rob Ede
80774bce2e
Merge pull request #733 from actix/dependabot/cargo/time-0.3.34
chore(deps): bump time from 0.3.31 to 0.3.34
2024-02-05 20:18:42 +00:00
Rob Ede
eb7c70f75f
Merge pull request #734 from actix/dependabot/cargo/tokio-1.36.0
chore(deps): bump tokio from 1.35.1 to 1.36.0
2024-02-05 20:18:36 +00:00
dependabot[bot]
533c03eba7
chore(deps): bump webpki-roots from 0.25.2 to 0.25.4
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.25.2 to 0.25.4.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.4)

---
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-02-05 17:37:22 +00:00
dependabot[bot]
71b9eb1a16
chore(deps): bump tokio from 1.35.1 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:36:34 +00:00
dependabot[bot]
533de201ad
chore(deps): bump time from 0.3.31 to 0.3.34
Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.34.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.31...v0.3.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:35:33 +00:00
dependabot[bot]
09dbe5d272
chore(deps): bump eyre from 0.6.11 to 0.6.12
Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.11 to 0.6.12.
- [Commits](https://github.com/eyre-rs/eyre/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:34:37 +00:00
dependabot[bot]
9779d4e45c
chore(deps): bump serde_json from 1.0.111 to 1.0.112
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.112)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:33:35 +00:00
Rob Ede
349e35ffa0
Merge pull request #730 from actix/dependabot/github_actions/taiki-e/install-action-2.26.13
chore(deps): bump taiki-e/install-action from 2.26.7 to 2.26.13
2024-02-05 17:21:52 +00:00
dependabot[bot]
97244b2f8d
chore(deps): bump taiki-e/install-action from 2.26.7 to 2.26.13
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.7 to 2.26.13.
- [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.26.7...v2.26.13)

---
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-02-05 17:16:10 +00:00
Rob Ede
b6d60d89ab
build: update docker example to bookworm 2024-02-05 16:26:50 +00:00
Jeff Mitchell
a46b707c69
improvement: add readme item for shuttle-template-actix (#729)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-02-03 21:57:44 +00:00
Rob Ede
dc3de98d46
chore: update root deps 2024-01-30 23:44:35 +00:00
Rob Ede
474f423556
Merge pull request #727 from actix/dependabot/cargo/chrono-0.4.33
chore(deps): bump chrono from 0.4.31 to 0.4.33
2024-01-29 19:13:00 +00:00
Rob Ede
03ff11e53c
Merge pull request #724 from actix/dependabot/cargo/minijinja-1.0.12
chore(deps): bump minijinja from 1.0.11 to 1.0.12
2024-01-29 19:12:52 +00:00
Rob Ede
0d98e4a9f2
Merge pull request #725 from actix/dependabot/cargo/serde-1.0.196
chore(deps): bump serde from 1.0.195 to 1.0.196
2024-01-29 19:12:21 +00:00
Rob Ede
3502daa692
Merge pull request #728 from actix/dependabot/cargo/pin-project-1.1.4
chore(deps): bump pin-project from 1.1.3 to 1.1.4
2024-01-29 19:12:13 +00:00
dependabot[bot]
646e4f63bc
chore(deps): bump pin-project from 1.1.3 to 1.1.4
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 18:03:04 +00:00