1
0
mirror of https://github.com/actix/examples synced 2025-06-27 09:29:02 +02:00
Commit Graph

1758 Commits

Author SHA1 Message Date
58074e22df Bump self_cell from 0.10.2 to 0.10.3 (#651)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 18:42:33 +00:00
1a9a15c7db Bump handlebars from 4.4.0 to 4.5.0 (#646)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-13 17:51:38 +00:00
7f223163e9 Bump tokio from 1.33.0 to 1.34.0 (#647)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-13 17:51:32 +00:00
f546b0c203 Bump rustls-pemfile from 1.0.3 to 1.0.4 (#648)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 17:47:09 +00:00
1a04b03c9f Bump minijinja from 1.0.9 to 1.0.10 (#649)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 17:47:00 +00:00
226742f40e Bump clap from 4.4.7 to 4.4.8 (#650)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 17:46:50 +00:00
4df28016bb Bump supercharge/redis-github-action from 1.5.0 to 1.7.0 (#644)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 03:46:56 +00:00
d5fc26f7c7 Bump actions/checkout from 3 to 4 (#645)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 03:44:20 +00:00
d09a0d9001 ci: add dependabot 2023-11-07 03:28:56 +00:00
1027b6e1fb update aws-sdk deps 2023-11-07 03:27:23 +00:00
0de1c02762 chore: rename middleware dirs 2023-10-29 23:51:05 +00:00
5d36d72976 chore: move and document rate limit middleware 2023-10-29 23:47:02 +00:00
cf55f50d1d Add rate-limit example (#642)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-10-29 23:32:02 +00:00
XT
c15a176b1c fix: added skip_serialization for JSON fields (#632)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-10-29 23:28:44 +00:00
4bcc43fdab fix python docs and added venv (#640) 2023-10-29 23:26:09 +00:00
a3cf5ab77b ci: log rustc name 2023-10-29 02:32:37 +00:00
84a1e0974e update sanitize-filename dep 2023-10-29 02:30:17 +00:00
0281a1a112 fix last dotenv reference 2023-10-29 01:48:04 +01:00
e2c32161a9 update dotenv::dotenv references 2023-10-29 01:18:40 +01:00
07bb27eb4b migrate to dotenvy 2023-10-29 01:17:49 +01:00
220b54c231 update aws-sdk deps 2023-10-29 01:16:34 +01:00
4e15805325 update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
8fa3507674 update async-graphql deps 2023-10-29 01:10:31 +01:00
95926dc0f5 update argon2 dep 2023-10-29 01:08:45 +01:00
1a44c313e4 update actix ecosystem deps 2023-10-29 01:06:58 +01:00
1eeb935674 update protobuf versions 2023-10-29 00:55:43 +01:00
2675447e20 add martin to community showcase 2023-10-29 00:22:08 +01:00
a8c17026a3 Bump postcss from 8.4.26 to 8.4.31 in /cors/frontend (#639) 2023-10-08 01:56:36 +01:00
87f5d72b14 Bump aes-gcm from 0.10.2 to 0.10.3 (#637)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 16:29:00 +00:00
eb6e6f832f add funding models 2023-09-11 00:51:45 +01:00
fce8c007a2 remove unneeded deps 2023-09-11 00:50:09 +01:00
22b4255fac migrate acme example to acme-rfc8555 (#635) 2023-09-10 23:45:01 +00:00
196cb5d8b8 Fix Websockets/Chat: Prefixing Username to Messages Interferes with Server Commands (#634)
Co-authored-by: p3zq <>
2023-09-10 20:22:35 +01:00
a4c0cb22a9 chore: fmt 2023-09-10 20:22:26 +01:00
a998ce8ed8 fix description of send_to_broadcast_ws handler 2023-08-30 15:40:53 +01:00
8de8672d6e add broadcast example to actorless echo websocket 2023-08-30 15:36:21 +01:00
72d0d1eb4b fix: remaining upgrade issues 2023-08-29 18:56:00 +01:00
09dad8f836 chore: update deps 2023-08-29 18:49:21 +01:00
cfea68d5c7 use rustls v0.21 2023-08-29 18:28:15 +01:00
9ac242138a Fix Labrinth name & remove Imitari which no longer exists (#631) 2023-07-27 07:13:08 +01:00
db35977fbe chore: fmt 2023-07-22 22:29:35 +01:00
de0411ca31 feat: update example api to support GET /users (#629)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-07-22 22:28:57 +01:00
18a8dbaa8f use same port in Vue UI as pre-upgrade 2023-07-18 22:56:47 +01:00
04896c06b9 fix vue example ref 2023-07-18 22:55:19 +01:00
9b2e24b1b3 update vue to v3 2023-07-18 22:54:35 +01:00
60ecab2732 add oauth example 2023-07-18 19:25:54 +01:00
2ece131b36 remove unneeded dependencies 2023-07-18 17:42:33 +01:00
1a634a983f remove jsoncrate 2023-07-18 17:34:26 +01:00
01cb601f67 use secure version ranges 2023-07-18 16:26:47 +01:00
20105d13fe chore: update deps 2023-07-18 16:22:29 +01:00