1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

687 Commits

Author SHA1 Message Date
090dce50dc Merge pull request #1092 from actix/dependabot/cargo/openssl-0.10.73
chore(deps): bump openssl from 0.10.72 to 0.10.73
2025-06-12 03:10:04 +00:00
64c5096fe1 Merge pull request #1091 from actix/dependabot/cargo/parking_lot-0.12.4
chore(deps): bump parking_lot from 0.12.3 to 0.12.4
2025-06-12 03:10:01 +00:00
5c4524d4f1 chore(deps): bump openssl from 0.10.72 to 0.10.73
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.72 to 0.10.73.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 18:20:27 +00:00
1eb4465379 chore(deps): bump parking_lot from 0.12.3 to 0.12.4
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.3...parking_lot-v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 18:12:00 +00:00
1995b2eb96 chore(deps): bump color-eyre from 0.6.4 to 0.6.5
Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.4 to 0.6.5.
- [Commits](https://github.com/eyre-rs/eyre/compare/color-eyre@0.6.4...color-eyre@0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 18:06:24 +00:00
1a1870be8c chore(deps): bump aws-config from 1.6.2 to 1.6.3 in the aws group
Bumps the aws group with 1 update: [aws-config](https://github.com/smithy-lang/smithy-rs).


Updates `aws-config` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 17:36:32 +00:00
03da1cb967 refactor: improve basics example 2025-05-19 18:22:27 +02:00
0293f48530 feat: add tls-hot-reload example 2025-05-12 04:23:06 +01:00
dfce64475b feat: use rustls best practice for clients 2025-05-12 03:36:54 +01:00
c39ea70fa8 chore: update actix versions 2025-05-12 03:20:02 +01:00
1f27b55f6f Merge pull request #1080 from actix/dependabot/cargo/ractor-0.15.5
chore(deps): bump ractor from 0.15.3 to 0.15.5
2025-05-06 05:57:59 +00:00
4ea7eccea9 Merge pull request #1079 from actix/dependabot/cargo/minijinja-autoreload-2.10.1
chore(deps): bump minijinja-autoreload from 2.9.0 to 2.10.1
2025-05-06 03:05:42 +00:00
0855044f4b Merge pull request #1081 from actix/dependabot/cargo/minijinja-2.10.1
chore(deps): bump minijinja from 2.9.0 to 2.10.1
2025-05-06 03:05:12 +00:00
962335d9a8 chore(deps): bump minijinja from 2.9.0 to 2.10.1
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.9.0 to 2.10.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.9.0...2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 18:09:45 +00:00
9561ca426e chore(deps): bump ractor from 0.15.3 to 0.15.5
Bumps [ractor](https://github.com/slawlor/ractor) from 0.15.3 to 0.15.5.
- [Release notes](https://github.com/slawlor/ractor/releases)
- [Commits](https://github.com/slawlor/ractor/compare/v0.15.3...v0.15.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 18:07:41 +00:00
5fd15a171b chore(deps): bump minijinja-autoreload from 2.9.0 to 2.10.1
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 2.9.0 to 2.10.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.9.0...2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:57:35 +00:00
af226fe045 chore(deps): bump chrono from 0.4.40 to 0.4.41
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.40 to 0.4.41.
- [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.40...v0.4.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:52:03 +00:00
00aedf05ea Merge pull request #1071 from actix/dependabot/cargo/tokio-util-0.7.15
chore(deps): bump tokio-util from 0.7.14 to 0.7.15
2025-04-30 23:15:55 +00:00
72f0ed7169 Merge pull request #1069 from actix/dependabot/cargo/diesel-2.2.10
chore(deps): bump diesel from 2.2.9 to 2.2.10
2025-04-30 23:15:49 +00:00
840cc50589 chore(deps): bump webpki-roots from 0.26.8 to 0.26.9
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 0.26.9.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.8...v/0.26.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 23:01:31 +00:00
a9bd914a72 chore(deps): bump tokio-util from 0.7.14 to 0.7.15
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.14 to 0.7.15.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.14...tokio-util-0.7.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 23:01:30 +00:00
e83f1003e8 chore(deps): bump diesel from 2.2.9 to 2.2.10
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.9...v2.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 23:01:24 +00:00
d4c9c4720a chore(deps): bump notify from 6.1.1 to 8.0.0
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-8.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 18:04:12 +00:00
851b80fda7 chore(deps): bump rustls from 0.23.25 to 0.23.26
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.25 to 0.23.26.
- [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.25...v/0.23.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 00:34:45 +00:00
1856982db9 Merge pull request #1067 from actix/dependabot/cargo/rand-0.9.1
chore(deps): bump rand from 0.9.0 to 0.9.1
2025-04-22 00:28:55 +00:00
dc83d19fa0 Merge pull request #1065 from actix/dependabot/cargo/clap-4.5.37
chore(deps): bump clap from 4.5.36 to 4.5.37
2025-04-22 00:28:50 +00:00
5ef6a2465e chore(deps): bump rand from 0.9.0 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.9.0...rand_core-0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 17:49:36 +00:00
b0d4d17a16 chore(deps): bump clap from 4.5.36 to 4.5.37
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.36 to 4.5.37.
- [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/clap_complete-v4.5.36...clap_complete-v4.5.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 17:39:13 +00:00
d77447ddce chore(deps): bump metrics from 0.23.0 to 0.23.1
Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.23.0 to 0.23.1.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.23.0...metrics-v0.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 17:35:34 +00:00
72a92d995f Merge pull request #1057 from actix/dependabot/cargo/notify-8.0.0
chore(deps): bump notify from 6.1.1 to 8.0.0
2025-04-16 12:37:19 +00:00
0f3692cb95 Merge pull request #1058 from actix/dependabot/cargo/diesel-2.2.9
chore(deps): bump diesel from 2.2.8 to 2.2.9
2025-04-16 12:36:56 +00:00
e2805b2dfc Merge pull request #1059 from actix/dependabot/cargo/tracing-actix-web-0.7.18
chore(deps): bump tracing-actix-web from 0.7.16 to 0.7.18
2025-04-16 12:36:51 +00:00
41cef8e1e5 Merge pull request #1060 from actix/dependabot/cargo/ractor-0.15.3
chore(deps): bump ractor from 0.15.2 to 0.15.3
2025-04-16 12:36:36 +00:00
86809ad1a6 chore(deps): bump clap from 4.5.35 to 4.5.36
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36.
- [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/clap_complete-v4.5.35...clap_complete-v4.5.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 17:37:27 +00:00
88c25e6769 chore(deps): bump ractor from 0.15.2 to 0.15.3
Bumps [ractor](https://github.com/slawlor/ractor) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/slawlor/ractor/releases)
- [Commits](https://github.com/slawlor/ractor/compare/v0.15.2...v0.15.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 17:36:28 +00:00
508d4482a4 chore(deps): bump tracing-actix-web from 0.7.16 to 0.7.18
Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.16 to 0.7.18.
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.16...v0.7.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 17:35:00 +00:00
545b7e54ec chore(deps): bump diesel from 2.2.8 to 2.2.9
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.9/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 17:34:12 +00:00
aa86ce3e4c chore(deps): bump notify from 6.1.1 to 8.0.0
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-8.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 17:34:06 +00:00
01608b31af chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-version: 0.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 14:43:37 +00:00
f2c51a8713 build: nixify 2025-04-09 23:20:42 +01:00
c5ce3c118e Merge pull request #992 from alexted/feature/diesel-async-example
Diesel-async usage example
2025-04-09 21:45:35 +00:00
e431c4a845 Merge pull request #1054 from actix/dependabot/cargo/tokio-1.44.2
chore(deps): bump tokio from 1.44.1 to 1.44.2
2025-04-09 14:29:53 +00:00
ec2f51aaae Merge pull request #1053 from actix/dependabot/cargo/clap-4.5.35
chore(deps): bump clap from 4.5.34 to 4.5.35
2025-04-09 14:28:32 +00:00
92a507e4cd Merge pull request #1051 from actix/dependabot/cargo/env_logger-0.11.8
chore(deps): bump env_logger from 0.11.7 to 0.11.8
2025-04-09 14:28:25 +00:00
72193ff637 Merge pull request #1050 from actix/dependabot/cargo/notify-8.0.0
chore(deps): bump notify from 6.1.1 to 8.0.0
2025-04-09 14:28:19 +00:00
a33294358c chore(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 18:09:06 +00:00
827bb0c7f3 chore(deps): bump clap from 4.5.34 to 4.5.35
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.34 to 4.5.35.
- [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/clap_complete-v4.5.34...clap_complete-v4.5.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 18:06:12 +00:00
e3fd8d9049 chore(deps): bump env_logger from 0.11.7 to 0.11.8
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.7 to 0.11.8.
- [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.7...v0.11.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 17:58:19 +00:00
676bca554d chore(deps): bump notify from 6.1.1 to 8.0.0
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-8.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 17:56:33 +00:00
8f896e524b chore(deps): bump aws-sdk-s3 from 1.81.0 to 1.82.0 in the aws group
Bumps the aws group with 1 update: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust).


Updates `aws-sdk-s3` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 17:56:04 +00:00