1
0
mirror of https://github.com/actix/examples synced 2025-05-04 13:26:34 +02:00

1717 Commits

Author SHA1 Message Date
Rob Ede
ca347a506e
Merge pull request #1024 from actix/dependabot/cargo/serde-1.0.219
chore(deps): bump serde from 1.0.218 to 1.0.219
2025-03-10 18:35:42 +00:00
Rob Ede
5d0062c1b8
Merge pull request #1026 from actix/dependabot/cargo/awc-3.6.0
chore(deps): bump awc from 3.5.1 to 3.6.0
2025-03-10 18:35:36 +00:00
dependabot[bot]
e6a2bdf345
chore(deps): bump awc from 3.5.1 to 3.6.0
Bumps [awc](https://github.com/actix/actix-web) from 3.5.1 to 3.6.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/awc-v3.5.1...awc-v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 17:46:15 +00:00
dependabot[bot]
45903e887d
chore(deps): bump time from 0.3.37 to 0.3.39
Bumps [time](https://github.com/time-rs/time) from 0.3.37 to 0.3.39.
- [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.37...v0.3.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 17:45:55 +00:00
dependabot[bot]
e0e8adab5d
chore(deps): bump serde from 1.0.218 to 1.0.219
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.218 to 1.0.219.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 17:45:36 +00:00
dependabot[bot]
aa7ef75023
chore(deps): bump bytes from 1.10.0 to 1.10.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.0...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 17:45:17 +00:00
dependabot[bot]
4ee78f3bb5
chore(deps): bump the aws group with 2 updates
Bumps the aws group with 2 updates: [aws-config](https://github.com/smithy-lang/smithy-rs) and [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust).


Updates `aws-config` from 1.5.17 to 1.5.18
- [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)

Updates `aws-sdk-s3` from 1.77.0 to 1.78.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-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 17:44:40 +00:00
dependabot[bot]
d9cd6b6b8f
chore(deps): bump taiki-e/install-action from 2.49.11 to 2.49.19
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.11 to 2.49.19.
- [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.49.11...v2.49.19)

---
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>
2025-03-10 17:38:16 +00:00
Rob Ede
f225cde56e
Merge pull request #1020 from actix/dependabot/cargo/ring-0.17.13
chore(deps): bump ring from 0.17.11 to 0.17.13
2025-03-07 17:14:22 +00:00
dependabot[bot]
2cb6ecfabe
chore(deps): bump ring from 0.17.11 to 0.17.13
Bumps [ring](https://github.com/briansmith/ring) from 0.17.11 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 17:00:34 +00:00
Rob Ede
08f3bd3ce4
Merge pull request #1019 from actix/dependabot/github_actions/taiki-e/install-action-2.49.11
chore(deps): bump taiki-e/install-action from 2.48.13 to 2.49.11
2025-03-03 18:27:55 +00:00
Rob Ede
ea2da3eee7
Merge pull request #1018 from actix/dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.11.0
chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.10.1 to 1.11.0
2025-03-03 18:27:52 +00:00
Rob Ede
07abaa4d54
Merge pull request #1017 from actix/dependabot/cargo/chrono-0.4.40
chore(deps): bump chrono from 0.4.39 to 0.4.40
2025-03-03 18:27:49 +00:00
Rob Ede
f65050548a
Merge pull request #1016 from actix/dependabot/cargo/clap-4.5.31
chore(deps): bump clap from 4.5.30 to 4.5.31
2025-03-03 18:27:47 +00:00
Rob Ede
d27fe23d0e
Merge pull request #1015 from actix/dependabot/cargo/minijinja-2.8.0
chore(deps): bump minijinja from 2.7.0 to 2.8.0
2025-03-03 18:27:43 +00:00
Rob Ede
5d961ac09b
Merge pull request #1014 from actix/dependabot/cargo/notify-8.0.0
chore(deps): bump notify from 6.1.1 to 8.0.0
2025-03-03 18:26:42 +00:00
Rob Ede
ed75a3ebcd
Merge pull request #1013 from actix/dependabot/cargo/aws-abf0ec6950
chore(deps): bump the aws group with 2 updates
2025-03-03 18:25:47 +00:00
dependabot[bot]
41bc8f7577
chore(deps): bump taiki-e/install-action from 2.48.13 to 2.49.11
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.13 to 2.49.11.
- [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.48.13...v2.49.11)

---
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>
2025-03-03 17:42:45 +00:00
dependabot[bot]
f4d12e33ee
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.10.1 to 1.11.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.10.1...v1.11.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>
2025-03-03 17:42:42 +00:00
dependabot[bot]
f98d5b06cb
chore(deps): bump chrono from 0.4.39 to 0.4.40
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40.
- [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.39...v0.4.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 17:38:18 +00:00
dependabot[bot]
3a8d4de200
chore(deps): bump clap from 4.5.30 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [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.30...v4.5.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 17:37:29 +00:00
dependabot[bot]
70c30832e1
chore(deps): bump minijinja from 2.7.0 to 2.8.0
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.7.0 to 2.8.0.
- [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.7.0...2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 17:35:35 +00:00
dependabot[bot]
07037cbf70
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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 17:35:04 +00:00
dependabot[bot]
92e00ffaff
chore(deps): bump the aws group with 2 updates
Bumps the aws group with 2 updates: [aws-config](https://github.com/smithy-lang/smithy-rs) and [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust).


Updates `aws-config` from 1.5.16 to 1.5.17
- [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)

Updates `aws-sdk-s3` from 1.76.0 to 1.77.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-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 17:34:36 +00:00
Alex Ted
94f20bb481 fix(tests): ignore tests if postgres isn't up 2025-02-28 12:26:21 +03:00
Alex Ted
9a25c3b233 fix(tests): ignore tests if postgres isn't up 2025-02-28 12:17:26 +03:00
Alex Ted
c8da70bb0a fix(build): fix duplicate conflicts in Cargo.lock 2025-02-25 10:56:47 +03:00
Rob Ede
8681b2a156 ci: install libpq-dev 2025-02-25 10:40:21 +03:00
Alex Ted
dbea1221d8 build: updated from main 2025-02-25 10:40:03 +03:00
Alex Ted
661438af4a feat: added docker list containers command to the diesel-async README.md to check if postgres is up and running 2025-02-25 10:38:15 +03:00
Alex Ted
14fbe6d334 feat: fixed link to details about pooled connection initialization 2025-02-25 10:38:15 +03:00
Alex Ted
f53394c132 feat: added postgresql feature to the ci diesel_cli installation 2025-02-25 10:38:15 +03:00
Alex Ted
e2a957eadd feat: fixed endpoints path prefix 2025-02-25 10:38:15 +03:00
Alex Ted
1b14e6e98b feat: unit-tests added 2025-02-25 10:38:15 +03:00
Alex Ted
2b275e8ed1 chore: updated from main 2025-02-25 10:37:56 +03:00
Alex Ted
631c5f9472 feat: diesel-async usage example 2025-02-25 10:37:10 +03:00
Rob Ede
df0dc549a5
chore: update derive_more to v2 2025-02-24 04:08:14 +00:00
Rob Ede
a6df6cc903
chore: update deps 2025-02-24 04:00:47 +00:00
Rob Ede
ad0c1b765e
chore: update rand to 0.9 2025-02-24 03:28:07 +00:00
Rob Ede
b12952f5cb
Merge pull request #1006 from actix/dependabot/cargo/casbin-2.10.1
chore(deps): bump casbin from 2.5.0 to 2.10.1
2025-02-24 03:14:21 +00:00
Rob Ede
9a295b310a
chore: fix mut warning 2025-02-24 03:10:00 +00:00
dependabot[bot]
a5e7b63fe0
chore(deps): bump casbin from 2.5.0 to 2.10.1
Bumps [casbin](https://github.com/casbin/casbin-rs) from 2.5.0 to 2.10.1.
- [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.5.0...v2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 03:01:11 +00:00
Rob Ede
3a237844ab
Merge pull request #912 from actix/ractor
Ractor WebSockets
2025-02-21 13:23:56 +00:00
Rob Ede
7259f9417a
refactor: use ractor 2025-02-21 13:11:06 +00:00
Rob Ede
f2d1206baa
Merge pull request #993 from actix/dependabot/npm_and_yarn/cors/frontend/vite-4.5.9
chore(deps-dev): bump vite from 4.5.3 to 4.5.9 in /cors/frontend
2025-02-19 22:32:20 +00:00
Rob Ede
10b4256d9d
Merge pull request #1002 from actix/dependabot/cargo/mongodb-3.2.1 2025-02-19 22:32:03 +00:00
Rob Ede
34ab565683
chore: address clippy warnings 2025-02-19 22:24:56 +00:00
Rob Ede
bb18fd8f66
Merge pull request #1004 from actix/dependabot/cargo/log-0.4.25
chore(deps): bump log from 0.4.22 to 0.4.25
2025-02-17 19:48:32 +00:00
dependabot[bot]
6a433f9b00
chore(deps): bump log from 0.4.22 to 0.4.25
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 18:45:02 +00:00
Rob Ede
cc994d713c
Merge pull request #1012 from actix/dependabot/cargo/clap-4.5.29
chore(deps): bump clap from 4.5.23 to 4.5.29
2025-02-17 18:37:48 +00:00