1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Commit Graph

1127 Commits

Author SHA1 Message Date
dependabot[bot]
76d89fa2fb
chore(deps): bump serde_json from 1.0.108 to 1.0.109
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:12:42 +00:00
Rob Ede
e2d0962be5
Merge pull request #697 from actix/dependabot/cargo/eyre-0.6.11
chore(deps): bump eyre from 0.6.9 to 0.6.11
2024-01-01 21:06:40 +00:00
Rob Ede
bf9ed9355c
Merge pull request #694 from actix/dependabot/cargo/awc-3.3.0
chore(deps): bump awc from 3.2.0 to 3.3.0
2024-01-01 21:06:38 +00:00
Rob Ede
5a76baa51a
Merge pull request #692 from actix/dependabot/cargo/tokio-1.35.1
chore(deps): bump tokio from 1.34.0 to 1.35.1
2024-01-01 21:06:13 +00:00
Rob Ede
1635ec2abf
Merge pull request #696 from actix/dependabot/cargo/actix-web-4.4.1
chore(deps): bump actix-web from 4.4.0 to 4.4.1
2024-01-01 21:05:49 +00:00
Rob Ede
17f8062fa6
Update Cargo.toml 2024-01-01 21:03:41 +00:00
dependabot[bot]
8a39b26b58
chore(deps): bump eyre from 0.6.9 to 0.6.11
Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.9 to 0.6.11.
- [Commits](https://github.com/eyre-rs/eyre/compare/eyre@0.6.9...eyre@0.6.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:03:25 +00:00
Rob Ede
a19ede3dd0
Merge branch 'master' into dependabot/cargo/tokio-1.35.1 2024-01-01 21:03:13 +00:00
Rob Ede
a75a9f8ae2
Merge branch 'master' into dependabot/cargo/awc-3.3.0 2024-01-01 21:03:11 +00:00
dependabot[bot]
34e30a9be3
chore(deps): bump actix-web from 4.4.0 to 4.4.1
Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.0 to 4.4.1.
- [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/web-v4.4.0...web-v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:02:43 +00:00
dependabot[bot]
7fe3e7b539
chore(deps): bump tokio from 1.34.0 to 1.35.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:02:26 +00:00
dependabot[bot]
f14fb2e961
chore(deps): bump awc from 3.2.0 to 3.3.0
Bumps [awc](https://github.com/actix/actix-web) from 3.2.0 to 3.3.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.2.0...awc-v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 20:59:48 +00:00
Rob Ede
8f2e559b03
fix dependabot config 2024-01-01 20:58:59 +00:00
Rob Ede
2e41ce0544
Merge pull request #695 from actix/dependabot/cargo/time-0.3.31
chore(deps): bump time from 0.3.30 to 0.3.31
2024-01-01 20:57:31 +00:00
Rob Ede
6f8dd99686
dependabot lockfile-only strategy 2024-01-01 20:56:20 +00:00
Rob Ede
87616fa02e
Merge pull request #693 from actix/dependabot/cargo/actix-cors-0.6.5
chore(deps): bump actix-cors from 0.6.4 to 0.6.5
2024-01-01 20:55:19 +00:00
Rob Ede
827bb0115a
Merge pull request #691 from actix/dependabot/cargo/reqwest-0.11.23
chore(deps): bump reqwest from 0.11.22 to 0.11.23
2024-01-01 20:54:51 +00:00
Rob Ede
d02d47168e
Merge pull request #690 from actix/dependabot/github_actions/taiki-e/install-action-2.23.7
chore(deps): bump taiki-e/install-action from 2.23.2 to 2.23.7
2024-01-01 20:53:46 +00:00
dependabot[bot]
b05244cbf2
chore(deps): bump time from 0.3.30 to 0.3.31
Bumps [time](https://github.com/time-rs/time) from 0.3.30 to 0.3.31.
- [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.30...v0.3.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 17:55:58 +00:00
dependabot[bot]
afff11073e
chore(deps): bump actix-cors from 0.6.4 to 0.6.5
Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.4...cors-v0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 17:54:22 +00:00
dependabot[bot]
f8d3d9693b
chore(deps): bump reqwest from 0.11.22 to 0.11.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 17:52:28 +00:00
dependabot[bot]
4968872537
chore(deps): bump taiki-e/install-action from 2.23.2 to 2.23.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.23.2 to 2.23.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.23.2...v2.23.7)

---
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>
2024-01-01 17:25:35 +00:00
jamesarch
954c10fc88
fix: directory path should be https-tls (#689) 2023-12-29 12:25:15 +00:00
Rob Ede
5072295de5
Merge pull request #683 from actix/dependabot/cargo/redis-0.24.0
Bump redis from 0.23.3 to 0.24.0
2023-12-26 04:00:17 +00:00
Rob Ede
3596d6af6a
chore: remove deprecated calls 2023-12-26 03:56:28 +00:00
Rob Ede
1e294fa1ab
Merge branch 'master' into dependabot/cargo/redis-0.24.0 2023-12-26 03:55:07 +00:00
Rob Ede
fe223ad1f6
ci: run nightly on schedule 2023-12-26 03:54:28 +00:00
Rob Ede
aeafa240aa
Merge pull request #685 from actix/dependabot/cargo/aws-2cd9d297e1
Bump the aws group with 1 update
2023-12-26 03:52:40 +00:00
Rob Ede
1d4380a854
Merge branch 'master' into dependabot/cargo/aws-2cd9d297e1 2023-12-26 03:49:46 +00:00
Rob Ede
3b138765e0
ci: use faster ci cache cleaning 2023-12-26 03:48:33 +00:00
Rob Ede
a5d56c7382
Merge pull request #687 from actix/dependabot/cargo/deadpool-postgres-0.12.1
Bump deadpool-postgres from 0.11.0 to 0.12.1
2023-12-25 21:16:20 +00:00
Rob Ede
a7a7cc5c67
Merge pull request #686 from actix/dependabot/cargo/actix-http-3.5.1
Bump actix-http from 3.4.0 to 3.5.1
2023-12-25 21:16:01 +00:00
Rob Ede
5dc74bd1a0
Merge pull request #688 from actix/dependabot/cargo/openssl-0.10.62
Bump openssl from 0.10.60 to 0.10.62
2023-12-25 21:15:51 +00:00
Rob Ede
947ccbdd12
Merge branch 'master' into dependabot/cargo/deadpool-postgres-0.12.1 2023-12-25 21:14:48 +00:00
Rob Ede
8d38398bf6
Merge branch 'master' into dependabot/cargo/actix-http-3.5.1 2023-12-25 21:14:27 +00:00
Rob Ede
5501220f5a
Merge branch 'master' into dependabot/cargo/openssl-0.10.62 2023-12-25 21:14:12 +00:00
Rob Ede
d62733014a
ci: run on merge groups 2023-12-25 21:13:31 +00:00
Rob Ede
f54f7a10ae
revert openssl dep req change 2023-12-25 19:32:11 +00:00
dependabot[bot]
401119cc2f
Bump openssl from 0.10.60 to 0.10.62
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.62.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.62)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:45 +00:00
dependabot[bot]
7146f8e31c
Bump deadpool-postgres from 0.11.0 to 0.12.1
Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:22 +00:00
dependabot[bot]
c706b4d75b
Bump actix-http from 3.4.0 to 3.5.1
Bumps [actix-http](https://github.com/actix/actix-web) from 3.4.0 to 3.5.1.
- [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/http-v3.4.0...http-v3.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:02 +00:00
dependabot[bot]
5ad3972db0
Bump the aws group with 1 update
Bumps the aws group with 1 update: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust).


Updates `aws-sdk-s3` from 1.8.0 to 1.11.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- 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>
2023-12-25 17:49:39 +00:00
dependabot[bot]
bc6f961be9
Bump prost from 0.12.1 to 0.12.3 (#682) 2023-12-18 17:48:39 +00:00
dependabot[bot]
1ae7a90642
Bump clap from 4.4.10 to 4.4.11 (#681) 2023-12-18 17:48:26 +00:00
dependabot[bot]
ea57f05bc5
Bump the aws group with 2 updates (#680) 2023-12-18 17:47:51 +00:00
dependabot[bot]
0a0b4d2302
Bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#679) 2023-12-18 17:47:26 +00:00
dependabot[bot]
e9c899a32a
Bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 17:42:43 +00:00
dependabot[bot]
f22516a0d4
Bump zerocopy from 0.7.25 to 0.7.31 (#678) 2023-12-15 03:57:03 +00:00
dependabot[bot]
7e18ca2d61
Bump the aws group with 2 updates (#674) 2023-12-11 21:11:16 +00:00
dependabot[bot]
6441a3791f
Bump actix-web-lab from 0.20.0 to 0.20.1 (#675) 2023-12-11 21:11:04 +00:00