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

1046 Commits

Author SHA1 Message Date
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
dependabot[bot]
2652418141
chore(deps): bump chrono from 0.4.31 to 0.4.33
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.33.
- [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.31...v0.4.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 18:01:09 +00:00
dependabot[bot]
a6ccf1df9e
chore(deps): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 17:59:16 +00:00
dependabot[bot]
80006e6d1a
chore(deps): bump minijinja from 1.0.11 to 1.0.12
Bumps [minijinja](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 17:58:16 +00:00
Rob Ede
1c6bf5019e
Merge pull request #723 from actix/dependabot/github_actions/taiki-e/install-action-2.26.7
chore(deps): bump taiki-e/install-action from 2.25.10 to 2.26.7
2024-01-29 17:52:47 +00:00
dependabot[bot]
886b3cbdce
chore(deps): bump taiki-e/install-action from 2.25.10 to 2.26.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.25.10 to 2.26.7.
- [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.25.10...v2.26.7)

---
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-01-29 17:39:45 +00:00
Rob Ede
0be798cdd2
Merge pull request #718 from actix/dependabot/cargo/anyhow-1.0.79
chore(deps): bump anyhow from 1.0.75 to 1.0.79
2024-01-25 00:26:15 +00:00
Rob Ede
80462f3ff4
Merge pull request #719 from actix/dependabot/cargo/minijinja-autoreload-1.0.11
chore(deps): bump minijinja-autoreload from 1.0.9 to 1.0.11
2024-01-25 00:25:09 +00:00
Rob Ede
dd94d547a0
Merge pull request #721 from actix/dependabot/github_actions/taiki-e/install-action-2.25.10
chore(deps): bump taiki-e/install-action from 2.25.2 to 2.25.10
2024-01-25 00:24:33 +00:00
Rob Ede
76146a599f
Merge pull request #722 from actix/dependabot/cargo/shlex-1.3.0
chore(deps): bump shlex from 1.2.0 to 1.3.0
2024-01-23 00:51:43 +00:00
dependabot[bot]
ad14f6e600
chore(deps): bump shlex from 1.2.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:51:59 +00:00
Rob Ede
bed4257e93
Merge pull request #720 from actix/dependabot/cargo/openssl-0.10.63
chore(deps): bump openssl from 0.10.62 to 0.10.63
2024-01-22 17:58:33 +00:00
dependabot[bot]
685ebc1f5c
chore(deps): bump taiki-e/install-action from 2.25.2 to 2.25.10
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.25.2 to 2.25.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.25.2...v2.25.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-01-22 17:52:16 +00:00
Rob Ede
6ea6b1b93b
Merge pull request #717 from actix/dependabot/cargo/clap-4.4.18
chore(deps): bump clap from 4.4.14 to 4.4.18
2024-01-22 17:50:14 +00:00
Rob Ede
3fb0d4cb0d
Merge pull request #716 from actix/dependabot/cargo/env_logger-0.10.2
chore(deps): bump env_logger from 0.10.1 to 0.10.2
2024-01-22 17:50:07 +00:00
dependabot[bot]
08dba57730
chore(deps): bump openssl from 0.10.62 to 0.10.63
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:48:57 +00:00
dependabot[bot]
97e5912be3
chore(deps): bump minijinja-autoreload from 1.0.9 to 1.0.11
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.9 to 1.0.11.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.9...1.0.11)

---
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-01-22 17:48:31 +00:00
dependabot[bot]
f5eb420349
chore(deps): bump anyhow from 1.0.75 to 1.0.79
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:47:49 +00:00
dependabot[bot]
d4bb486c2e
chore(deps): bump clap from 4.4.14 to 4.4.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.14...v4.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:47:08 +00:00
dependabot[bot]
b04f00919e
chore(deps): bump env_logger from 0.10.1 to 0.10.2
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.10.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.10.1...v0.10.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-01-22 17:46:51 +00:00
Rob Ede
386cfc8cf0
Merge pull request #715 from actix/dependabot/npm_and_yarn/cors/frontend/vite-4.5.2
chore(deps-dev): bump vite from 4.4.12 to 4.5.2 in /cors/frontend
2024-01-20 11:29:05 +00:00
dependabot[bot]
a1db00642e
chore(deps-dev): bump vite from 4.4.12 to 4.5.2 in /cors/frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 02:22:46 +00:00
Rob Ede
ea6f102343
Merge pull request #713 from actix/dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.8.0
chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.6.0 to 1.8.0
2024-01-15 18:05:49 +00:00
Rob Ede
02f610f8e2
Merge pull request #709 from actix/dependabot/cargo/serde_json-1.0.111
chore(deps): bump serde_json from 1.0.109 to 1.0.111
2024-01-15 18:05:38 +00:00
Rob Ede
dc5fdb0d3a
Merge pull request #712 from actix/dependabot/github_actions/taiki-e/install-action-2.25.2
chore(deps): bump taiki-e/install-action from 2.24.1 to 2.25.2
2024-01-15 18:05:28 +00:00
dependabot[bot]
69373e15a9
chore(deps): bump actions-rust-lang/setup-rust-toolchain
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.6.0...v1.8.0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 18:00:09 +00:00
dependabot[bot]
49986cb470
chore(deps): bump taiki-e/install-action from 2.24.1 to 2.25.2
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.24.1 to 2.25.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.24.1...v2.25.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-01-15 18:00:05 +00:00
dependabot[bot]
851cd4d997
chore(deps): bump serde_json from 1.0.109 to 1.0.111
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.109 to 1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.111)

---
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-01-15 17:58:05 +00:00
Rob Ede
b874b19e56
Merge pull request #707 from actix/dependabot/cargo/mongodb-2.8.0
chore(deps): bump mongodb from 2.7.1 to 2.8.0
2024-01-15 17:51:50 +00:00
Rob Ede
c329dca23c
Merge pull request #708 from actix/dependabot/cargo/juniper-0.15.12
chore(deps): bump juniper from 0.15.11 to 0.15.12
2024-01-15 17:50:59 +00:00