Rob Ede
|
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 |
|
Rob Ede
|
ad9dcbc818
|
Merge pull request #1076 from actix/dependabot/github_actions/taiki-e/install-action-2.50.7
chore(deps): bump taiki-e/install-action from 2.50.3 to 2.50.7
|
2025-05-06 03:23:50 +00:00 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
c6548dcc37
|
Merge pull request #1078 from actix/dependabot/cargo/chrono-0.4.41
chore(deps): bump chrono from 0.4.40 to 0.4.41
|
2025-05-06 03:05:08 +00:00 |
|
Rob Ede
|
0453d331ef
|
Merge pull request #1075 from peiqing6888/improve-error-handling
feat: improve error handling example - Add structured error responses…
|
2025-05-06 03:04:39 +00:00 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
a6f165a4b8
|
chore(deps): bump taiki-e/install-action from 2.50.3 to 2.50.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.50.3 to 2.50.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.50.3...v2.50.7)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.50.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-05 17:48:09 +00:00 |
|
yuriynex
|
738c8879fd
|
style: remove extra blank lines in do_something_random function
|
2025-05-04 19:19:13 -07:00 |
|
yuriynex
|
3fbe782be8
|
style: fix code formatting according to rustfmt
|
2025-05-04 19:17:55 -07:00 |
|
yuriynex
|
5ebb1ad951
|
feat: improve error handling example - Add structured error responses with JSON format - Improve error messages and logging - Add better success/error probability constants - Use proper logging levels - Add serde for JSON serialization
|
2025-05-04 19:12:37 -07:00 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
ba13bd9dfd
|
Merge pull request #1070 from actix/dependabot/cargo/webpki-roots-0.26.9
chore(deps): bump webpki-roots from 0.26.8 to 0.26.9
|
2025-04-30 23:15:43 +00:00 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
Rob Ede
|
31e627bbbb
|
Merge pull request #1074 from actix/dependabot/npm_and_yarn/cors/frontend/vite-6.3.4
chore(deps-dev): bump vite from 6.2.6 to 6.3.4 in /cors/frontend
|
2025-04-30 22:51:46 +00:00 |
|
Rob Ede
|
7809c8129d
|
Merge pull request #1073 from actix/dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.12.0
chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.11.0 to 1.12.0
|
2025-04-30 22:51:31 +00:00 |
|
Rob Ede
|
a32b69cec4
|
Merge pull request #1072 from actix/dependabot/github_actions/taiki-e/install-action-2.50.3
chore(deps): bump taiki-e/install-action from 2.49.50 to 2.50.3
|
2025-04-30 22:51:27 +00:00 |
|
Rob Ede
|
9828cf2e51
|
Merge pull request #1068 from actix/dependabot/cargo/notify-8.0.0
chore(deps): bump notify from 6.1.1 to 8.0.0
|
2025-04-30 22:49:19 +00:00 |
|
dependabot[bot]
|
3380345f68
|
chore(deps-dev): bump vite from 6.2.6 to 6.3.4 in /cors/frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-30 19:36:23 +00:00 |
|
dependabot[bot]
|
e460e96984
|
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.11.0 to 1.12.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.11.0...v1.12.0)
---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
dependency-version: 1.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-28 18:33:44 +00:00 |
|
dependabot[bot]
|
c12a87ab1c
|
chore(deps): bump taiki-e/install-action from 2.49.50 to 2.50.3
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.50 to 2.50.3.
- [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.50...v2.50.3)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.50.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-28 18:24:55 +00:00 |
|
dependabot[bot]
|
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 |
|
Rob Ede
|
74788ca2b7
|
Merge pull request #1066 from actix/dependabot/cargo/rustls-0.23.26
chore(deps): bump rustls from 0.23.25 to 0.23.26
|
2025-04-23 03:01:14 +00:00 |
|
dependabot[bot]
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
e7ec8a903a
|
Merge pull request #1064 from actix/dependabot/cargo/metrics-0.23.1
chore(deps): bump metrics from 0.23.0 to 0.23.1
|
2025-04-22 00:28:48 +00:00 |
|
Rob Ede
|
7e284a2bb0
|
Merge pull request #1063 from actix/dependabot/github_actions/taiki-e/install-action-2.49.50
chore(deps): bump taiki-e/install-action from 2.49.49 to 2.49.50
|
2025-04-22 00:28:46 +00:00 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
f5cb09350f
|
chore(deps): bump taiki-e/install-action from 2.49.49 to 2.49.50
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.49 to 2.49.50.
- [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.49...v2.49.50)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.49.50
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-21 17:22:18 +00:00 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
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 |
|
Rob Ede
|
fd312b8b88
|
Merge pull request #1061 from actix/dependabot/cargo/clap-4.5.36
chore(deps): bump clap from 4.5.35 to 4.5.36
|
2025-04-16 12:36:34 +00:00 |
|
Rob Ede
|
27e2dcfa8b
|
Merge pull request #1062 from actix/dependabot/github_actions/taiki-e/install-action-2.49.49
chore(deps): bump taiki-e/install-action from 2.49.45 to 2.49.49
|
2025-04-16 12:36:31 +00:00 |
|
dependabot[bot]
|
a9a1a6d903
|
chore(deps): bump taiki-e/install-action from 2.49.45 to 2.49.49
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.45 to 2.49.49.
- [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.45...v2.49.49)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.49.49
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-14 17:50:51 +00:00 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|