1
0
mirror of https://github.com/actix/examples synced 2025-08-18 21:25:31 +02:00

1834 Commits

Author SHA1 Message Date
Rob Ede
fcfa311b02 Merge pull request #1130 from actix/dependabot/cargo/uuid-1.18.0
chore(deps): bump uuid from 1.17.0 to 1.18.0
2025-08-12 05:26:21 +00:00
Rob Ede
e4cabb8c15 Merge pull request #1131 from actix/dependabot/cargo/clap-4.5.43
chore(deps): bump clap from 4.5.42 to 4.5.43
2025-08-12 05:25:56 +00:00
Rob Ede
810a243753 Merge pull request #1132 from actix/dependabot/github_actions/taiki-e/install-action-2.58.9
chore(deps): bump taiki-e/install-action from 2.57.6 to 2.58.9
2025-08-12 05:25:32 +00:00
Rob Ede
da8f62a03b Merge pull request #1133 from actix/dependabot/cargo/slab-0.4.11
chore(deps): bump slab from 0.4.10 to 0.4.11
2025-08-12 05:25:17 +00:00
Rob Ede
afab4b7b33 Merge pull request #1134 from actix/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2025-08-12 05:24:52 +00:00
dependabot[bot]
a707963d1e chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 00:53:37 +00:00
dependabot[bot]
236b616f0c chore(deps): bump slab from 0.4.10 to 0.4.11
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 00:46:28 +00:00
dependabot[bot]
3756ea8925 chore(deps): bump taiki-e/install-action from 2.57.6 to 2.58.9
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.57.6 to 2.58.9.
- [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.57.6...v2.58.9)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.58.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 00:45:33 +00:00
dependabot[bot]
fbd88de521 chore(deps): bump clap from 4.5.42 to 4.5.43
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.42 to 4.5.43.
- [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.42...clap_complete-v4.5.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 00:39:12 +00:00
dependabot[bot]
28c13b784d chore(deps): bump uuid from 1.17.0 to 1.18.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 00:21:50 +00:00
Bharat Ruidas
fc65386e45 Merge pull request #1129 from brd2002/bharat-ruidas 2025-08-11 12:29:39 +01:00
Rob Ede
95509fd379 Merge pull request #1128 from brd2002/bharat-ruidas
Fix typo in websockets\chat-tcp\README.md  #1121
2025-08-11 07:54:35 +00:00
Bharat Ruidas
6cb592ed9d examples\websockets\chat-tcp\README.md file typo error solve 2025-08-11 12:53:39 +05:30
baerwang
94c4eca878 Merge pull request #1118 from baerwang/docs/example-openapi-rs 2025-08-10 06:38:58 +01:00
Rob Ede
0a076922ef Merge pull request #1125 from actix/dependabot/cargo/tokio-util-0.7.16
chore(deps): bump tokio-util from 0.7.15 to 0.7.16
2025-08-05 05:06:33 +00:00
Rob Ede
5eccec3abc Merge pull request #1127 from actix/dependabot/github_actions/taiki-e/install-action-2.57.6
chore(deps): bump taiki-e/install-action from 2.57.1 to 2.57.6
2025-08-05 03:31:25 +00:00
Rob Ede
63da03e14f Merge pull request #1126 from actix/dependabot/cargo/serde_json-1.0.142
chore(deps): bump serde_json from 1.0.141 to 1.0.142
2025-08-05 03:31:09 +00:00
dependabot[bot]
9c33bc9807 chore(deps): bump taiki-e/install-action from 2.57.1 to 2.57.6
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.57.1 to 2.57.6.
- [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.57.1...v2.57.6)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.57.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-05 00:50:56 +00:00
dependabot[bot]
bdf424ea6f chore(deps): bump serde_json from 1.0.141 to 1.0.142
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.141 to 1.0.142.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-05 00:14:56 +00:00
Rob Ede
e18dfb9249 Merge pull request #1124 from actix/dependabot/cargo/rustls-0.23.31
chore(deps): bump rustls from 0.23.29 to 0.23.31
2025-08-04 23:42:19 +00:00
dependabot[bot]
7c1663b04d chore(deps): bump tokio-util from 0.7.15 to 0.7.16
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 23:25:50 +00:00
dependabot[bot]
be6d2520b8 chore(deps): bump rustls from 0.23.29 to 0.23.31
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.29 to 0.23.31.
- [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.29...v/0.23.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 23:23:57 +00:00
Rob Ede
41b0a0cc51 Merge pull request #1123 from actix/dependabot/cargo/clap-4.5.42
chore(deps): bump clap from 4.5.41 to 4.5.42
2025-08-04 22:54:38 +00:00
Rob Ede
311ba42ba8 Merge pull request #1122 from actix/dependabot/cargo/tokio-1.47.1
chore(deps): bump tokio from 1.47.0 to 1.47.1
2025-08-04 22:51:08 +00:00
dependabot[bot]
812ab5eaf0 chore(deps): bump clap from 4.5.41 to 4.5.42
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.42.
- [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.41...clap_complete-v4.5.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 22:49:17 +00:00
dependabot[bot]
77d51fba17 chore(deps): bump tokio from 1.47.0 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 22:41:48 +00:00
Rob Ede
2e31fac4d8 Merge pull request #1119 from actix/dependabot/cargo/tokio-1.47.0
chore(deps): bump tokio from 1.46.1 to 1.47.0
2025-07-30 01:32:20 +00:00
dependabot[bot]
fbdfafe777 chore(deps): bump tokio from 1.46.1 to 1.47.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 00:00:44 +00:00
Rob Ede
0580bb4746 Merge pull request #1120 from actix/dependabot/github_actions/taiki-e/install-action-2.57.1
chore(deps): bump taiki-e/install-action from 2.56.13 to 2.57.1
2025-07-29 23:50:48 +00:00
Rob Ede
869fe50e66 Merge pull request #1116 from actix/dependabot/cargo/rand-0.9.2
chore(deps): bump rand from 0.9.1 to 0.9.2
2025-07-29 23:49:33 +00:00
Rob Ede
9aabfbee62 Merge pull request #1115 from actix/dependabot/cargo/serde_json-1.0.141
chore(deps): bump serde_json from 1.0.140 to 1.0.141
2025-07-29 23:49:14 +00:00
Rob Ede
97b7bfc6ef Merge pull request #1114 from actix/dependabot/cargo/tracing-actix-web-0.7.19
chore(deps): bump tracing-actix-web from 0.7.18 to 0.7.19
2025-07-29 23:49:08 +00:00
dependabot[bot]
f1289020bd chore(deps): bump taiki-e/install-action from 2.56.13 to 2.57.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.13 to 2.57.1.
- [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.56.13...v2.57.1)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 20:45:59 +00:00
dependabot[bot]
8f3d874d02 chore(deps): bump rand from 0.9.1 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2.
- [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/rand_core-0.9.1...rand_core-0.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 19:57:53 +00:00
dependabot[bot]
bfb2dd85db chore(deps): bump serde_json from 1.0.140 to 1.0.141
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.141.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 19:53:55 +00:00
dependabot[bot]
59959c5443 chore(deps): bump tracing-actix-web from 0.7.18 to 0.7.19
Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.18 to 0.7.19.
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.18...v0.7.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 19:49:19 +00:00
Rob Ede
49ea95e9e6 Merge pull request #1109 from actix/dependabot/github_actions/taiki-e/install-action-2.56.13
chore(deps): bump taiki-e/install-action from 2.56.7 to 2.56.13
2025-07-15 03:37:15 +00:00
Rob Ede
37ed692a1b Merge pull request #1110 from actix/dependabot/cargo/rustls-0.23.29
chore(deps): bump rustls from 0.23.28 to 0.23.29
2025-07-15 03:37:12 +00:00
Rob Ede
d105a93b81 Merge pull request #1113 from actix/dependabot/cargo/clap-4.5.41
chore(deps): bump clap from 4.5.40 to 4.5.41
2025-07-15 03:37:10 +00:00
Rob Ede
8129db118b Merge pull request #1112 from actix/dependabot/cargo/diesel-2.2.12
chore(deps): bump diesel from 2.2.11 to 2.2.12
2025-07-15 03:37:08 +00:00
Rob Ede
c6fbfedef3 Merge pull request #1111 from actix/dependabot/cargo/actix-web-lab-0.24.2
chore(deps): bump actix-web-lab from 0.24.1 to 0.24.2
2025-07-15 03:37:06 +00:00
dependabot[bot]
69a495e682 chore(deps): bump clap from 4.5.40 to 4.5.41
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.40 to 4.5.41.
- [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.40...clap_complete-v4.5.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 22:16:48 +00:00
dependabot[bot]
2ee8a07554 chore(deps): bump diesel from 2.2.11 to 2.2.12
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.11 to 2.2.12.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.12/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.11...v2.2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 21:16:07 +00:00
dependabot[bot]
f317117379 chore(deps): bump actix-web-lab from 0.24.1 to 0.24.2
Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/robjtede/actix-web-lab/releases)
- [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.24.1...lab-v0.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 21:10:19 +00:00
dependabot[bot]
5804041480 chore(deps): bump rustls from 0.23.28 to 0.23.29
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.29.
- [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.28...v/0.23.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 21:08:03 +00:00
dependabot[bot]
968b3a514c chore(deps): bump taiki-e/install-action from 2.56.7 to 2.56.13
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.7 to 2.56.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.56.7...v2.56.13)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.56.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 20:44:15 +00:00
Rob Ede
ffedffa708 Merge pull request #1106 from actix/dependabot/cargo/mongodb-3.2.4
chore(deps): bump mongodb from 3.2.3 to 3.2.4
2025-07-14 01:55:13 +00:00
Rob Ede
ae5ec90938 Merge pull request #1107 from actix/dependabot/github_actions/taiki-e/install-action-2.56.7
chore(deps): bump taiki-e/install-action from 2.55.1 to 2.56.7
2025-07-14 01:55:11 +00:00
Rob Ede
a36359f132 Merge pull request #1108 from actix/dependabot/cargo/tokio-1.46.1
chore(deps): bump tokio from 1.45.1 to 1.46.1
2025-07-14 01:55:09 +00:00
dependabot[bot]
9e855f6e4f chore(deps): bump tokio from 1.45.1 to 1.46.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.1...tokio-1.46.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-07 21:10:33 +00:00