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

501 Commits

Author SHA1 Message Date
Rob Ede
34fcd4665c
Merge pull request #864 from actix/dependabot/cargo/mongodb-3.0.1
chore(deps): bump mongodb from 3.0.0 to 3.0.1
2024-07-22 17:59:21 +00:00
Rob Ede
2e9b4897d9
Merge pull request #865 from actix/dependabot/cargo/openssl-0.10.66
chore(deps): bump openssl from 0.10.64 to 0.10.66
2024-07-22 17:59:05 +00:00
Rob Ede
f0daaa0e84
Merge pull request #866 from actix/dependabot/cargo/tokio-1.38.1
chore(deps): bump tokio from 1.38.0 to 1.38.1
2024-07-22 17:59:00 +00:00
Rob Ede
a7854baba3
Merge pull request #867 from actix/dependabot/cargo/reqwest-0.12.4
chore(deps): bump reqwest from 0.11.27 to 0.12.4
2024-07-22 17:58:53 +00:00
dependabot[bot]
21f0d69236
chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:24:00 +00:00
dependabot[bot]
1b5cf05704
chore(deps): bump reqwest from 0.11.27 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4.
- [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.27...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:23:33 +00:00
dependabot[bot]
c1890f495d
chore(deps): bump tokio from 1.38.0 to 1.38.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:22:46 +00:00
dependabot[bot]
ab7e7156bf
chore(deps): bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:22:06 +00:00
dependabot[bot]
ad44a2f5d2
chore(deps): bump mongodb from 3.0.0 to 3.0.1
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:20:54 +00:00
One
21b6cd1d36 Add rust client to echo-actorless
- Make it easier for users to find rust code they can use for the client
- Remove the need to install websocat to get cli
2024-07-21 20:26:59 -04:00
Rob Ede
942e8ed173
chore: update actix-ws to v0.3 2024-07-20 07:55:03 +01:00
Rob Ede
ea68e74373
chore: update prost deps 2024-07-20 07:45:32 +01:00
dependabot[bot]
7341920b6a
chore(deps): bump rustls from 0.23.9 to 0.23.10
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.9 to 0.23.10.
- [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.9...v/0.23.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 01:07:45 +00:00
Rob Ede
a21e5cd4cf
Merge pull request #851 from actix/dependabot/cargo/webpki-roots-0.26.3
chore(deps): bump webpki-roots from 0.26.1 to 0.26.3
2024-07-20 01:02:06 +00:00
Rob Ede
06803e7ac6
Merge pull request #852 from actix/dependabot/cargo/casbin-2.2.0
chore(deps): bump casbin from 2.0.9 to 2.2.0
2024-07-20 01:02:01 +00:00
Rob Ede
95722473a7
Merge pull request #853 from actix/dependabot/cargo/base64-0.22.1
chore(deps): bump base64 from 0.21.7 to 0.22.1
2024-07-20 01:01:47 +00:00
dependabot[bot]
ca82cc4412
chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:55 +00:00
dependabot[bot]
67cb22b6ee
chore(deps): bump webpki-roots from 0.26.1 to 0.26.3
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.1 to 0.26.3.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.1...v/0.26.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:28 +00:00
dependabot[bot]
4ddb2ea871
chore(deps): bump casbin from 2.0.9 to 2.2.0
Bumps [casbin](https://github.com/casbin/casbin-rs) from 2.0.9 to 2.2.0.
- [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.0.9...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 00:59:28 +00:00
geofmureithi
642fbc84ad
Chore: Update apalis to the latest version 2024-07-12 22:41:00 +03:00
Rob Ede
42acb27186
chore: use fork of sparkpost 2024-07-07 03:26:40 +01:00
Rob Ede
697d2ec49d
chore: update deps 2024-07-07 02:51:12 +01:00
Rob Ede
dca1d50430
refactor: update mongodb to 3 2024-07-07 02:03:51 +01:00
Rob Ede
0bdd5479ff
refactor: use confik instead of config 2024-07-07 02:01:13 +01:00
Rob Ede
03879899a5
chore: update pin-project 2024-07-07 01:42:16 +01:00
Rob Ede
ea07cc2370
chore: update minijinja to 2 2024-07-07 01:26:05 +01:00
Rob Ede
8baa0767a6
chore: update actix-multipart to v0.7 2024-07-07 00:59:16 +01:00
Rob Ede
a67c7803e6
refactor: use graduated Html responder 2024-07-07 00:23:03 +01:00
Rob Ede
e838c8f494
Merge pull request #847 from actix/dependabot/cargo/base64-0.22.1
chore(deps): bump base64 from 0.21.7 to 0.22.1
2024-07-02 01:08:19 +00:00
dependabot[bot]
5bd942a28e
chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 20:53:57 +00:00
dependabot[bot]
cc8c148797
chore(deps): bump serde from 1.0.199 to 1.0.203
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.203.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.203)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 20:53:44 +00:00
Rob Ede
39efc7e3d7
Merge pull request #846 from actix/dependabot/cargo/actix-0.13.5
chore(deps): bump actix from 0.13.3 to 0.13.5
2024-07-01 20:43:00 +00:00
Rob Ede
e77a5d8f15
Merge pull request #845 from actix/dependabot/cargo/reqwest-0.12.4
chore(deps): bump reqwest from 0.11.27 to 0.12.4
2024-07-01 20:40:16 +00:00
dependabot[bot]
2870455cd1
chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 18:00:33 +00:00
dependabot[bot]
a291beb19f
chore(deps): bump actix from 0.13.3 to 0.13.5
Bumps [actix](https://github.com/actix/actix) from 0.13.3 to 0.13.5.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](https://github.com/actix/actix/compare/actix-v0.13.3...actix-v0.13.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:58:45 +00:00
dependabot[bot]
583a8e1aad
chore(deps): bump reqwest from 0.11.27 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4.
- [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.27...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:58:18 +00:00
Rob Ede
143c3e4f57
Merge pull request #839 from actix/dependabot/cargo/actix-multipart-0.6.2
chore(deps): bump actix-multipart from 0.6.1 to 0.6.2
2024-06-17 22:36:31 +00:00
dependabot[bot]
d40dd1a4bb
chore(deps): bump actix-multipart from 0.6.1 to 0.6.2
Bumps [actix-multipart](https://github.com/actix/actix-web) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.2/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.6.1...v0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 21:02:25 +00:00
Rob Ede
5b25f44cfd
Merge pull request #841 from actix/dependabot/cargo/fluent-templates-0.9.4
chore(deps): bump fluent-templates from 0.9.1 to 0.9.4
2024-06-17 20:52:12 +00:00
Rob Ede
cf997f656b
Merge pull request #840 from actix/dependabot/cargo/diesel-2.2.1
chore(deps): bump diesel from 2.2.0 to 2.2.1
2024-06-17 20:51:47 +00:00
Rob Ede
1748979c4d
Merge pull request #838 from actix/dependabot/cargo/tokio-1.38.0
chore(deps): bump tokio from 1.37.0 to 1.38.0
2024-06-17 20:51:04 +00:00
dependabot[bot]
6efe908444
chore(deps): bump fluent-templates from 0.9.1 to 0.9.4
Bumps [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) from 0.9.1 to 0.9.4.
- [Release notes](https://github.com/XAMPPRocky/fluent-templates/releases)
- [Changelog](https://github.com/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-templates-v0.9.1...fluent-templates-v0.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:59:16 +00:00
dependabot[bot]
ed6b412640
chore(deps): bump diesel from 2.2.0 to 2.2.1
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.1/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.0...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:58:16 +00:00
dependabot[bot]
d8d0f3015b
chore(deps): bump tokio from 1.37.0 to 1.38.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:56:51 +00:00
dependabot[bot]
df2998b534
chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:56:23 +00:00
Rob Ede
20e26ead69
Merge pull request #834 from actix/dependabot/cargo/tracing-actix-web-0.7.11
chore(deps): bump tracing-actix-web from 0.7.10 to 0.7.11
2024-06-10 18:07:27 +00:00
Rob Ede
d9c600379f
use opentelemetry_0_23 2024-06-10 19:03:36 +01:00
Rob Ede
49d0cc49e7
Merge pull request #836 from actix/dependabot/cargo/actix-test-0.1.5
chore(deps): bump actix-test from 0.1.2 to 0.1.5
2024-06-10 18:01:31 +00:00
dependabot[bot]
c8370d5751
chore(deps): bump actix-test from 0.1.2 to 0.1.5
Bumps [actix-test](https://github.com/actix/actix-web) from 0.1.2 to 0.1.5.
- [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-v0.1.2...http-v0.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:50:03 +00:00
Rob Ede
0955bb967d
Merge pull request #835 from actix/dependabot/cargo/rustls-0.23.9
chore(deps): bump rustls from 0.23.8 to 0.23.9
2024-06-10 17:47:33 +00:00
Rob Ede
31a78e94c0
Merge pull request #833 from actix/dependabot/cargo/reqwest-0.12.4
chore(deps): bump reqwest from 0.11.27 to 0.12.4
2024-06-10 17:45:06 +00:00
dependabot[bot]
8715dc90bb
chore(deps): bump rustls from 0.23.8 to 0.23.9
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.8 to 0.23.9.
- [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.8...v/0.23.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:43:28 +00:00
dependabot[bot]
1e81c0f0ef
chore(deps): bump tracing-actix-web from 0.7.10 to 0.7.11
Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.10 to 0.7.11.
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.10...v0.7.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:42:41 +00:00
dependabot[bot]
ec159cff3f
chore(deps): bump reqwest from 0.11.27 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4.
- [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.27...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:42:21 +00:00
dependabot[bot]
641b27985d
chore(deps): bump clap from 4.5.4 to 4.5.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.7.
- [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.4...v4.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:41:52 +00:00
Rob Ede
1bae92b0fb
chore: update uuid dep 2024-06-05 05:10:48 +01:00
Rob Ede
ae5cd51262
Merge pull request #789 from actix/dependabot/cargo/handlebars-5.1.2
chore(deps): bump handlebars from 5.1.0 to 5.1.2
2024-06-05 03:58:51 +00:00
Rob Ede
65cf66a503
Merge pull request #788 from actix/dependabot/cargo/tokio-stream-0.1.15
chore(deps): bump tokio-stream from 0.1.14 to 0.1.15
2024-06-05 03:58:11 +00:00
Rob Ede
8e0b57e658
feat: add mainmatter telemetry workshop example 2024-06-05 04:52:05 +01:00
Rob Ede
0614b2c506
Merge pull request #826 from actix/dependabot/cargo/tokio-util-0.7.11
chore(deps): bump tokio-util from 0.7.10 to 0.7.11
2024-06-03 18:28:32 +00:00
dependabot[bot]
44def36034
chore(deps): bump tokio-util from 0.7.10 to 0.7.11
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.10 to 0.7.11.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 18:21:24 +00:00
dependabot[bot]
b367b85923
chore(deps): bump diesel from 2.1.5 to 2.2.0
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.5...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 18:20:58 +00:00
Rob Ede
209ce703cb
Merge pull request #822 from actix/dependabot/cargo/acme-rfc8555-0.1.2
chore(deps): bump acme-rfc8555 from 0.1.1 to 0.1.2
2024-06-03 17:38:16 +00:00
dependabot[bot]
66748bee66
chore(deps): bump tera from 1.19.1 to 1.20.0
Bumps [tera](https://github.com/Keats/tera) from 1.19.1 to 1.20.0.
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/compare/v1.19.1...v1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 17:27:41 +00:00
dependabot[bot]
860f1f36d3
chore(deps): bump acme-rfc8555 from 0.1.1 to 0.1.2
Bumps [acme-rfc8555](https://github.com/x52dev/acme-rfc8555) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/x52dev/acme-rfc8555/releases)
- [Changelog](https://github.com/x52dev/acme-rfc8555/blob/main/CHANGELOG.md)
- [Commits](https://github.com/x52dev/acme-rfc8555/compare/acme-rfc8555-v0.1.1...acme-rfc8555-v0.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 17:26:15 +00:00
Rob Ede
5a3888be0d
Merge pull request #820 from actix/dependabot/cargo/parking_lot-0.12.3
chore(deps): bump parking_lot from 0.12.2 to 0.12.3
2024-05-27 17:35:41 +00:00
dependabot[bot]
c8804817f7
chore(deps): bump parking_lot from 0.12.2 to 0.12.3
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.2 to 0.12.3.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 17:30:10 +00:00
Rob Ede
cee330f914
Merge pull request #818 from actix/dependabot/cargo/anyhow-1.0.86
chore(deps): bump anyhow from 1.0.82 to 1.0.86
2024-05-27 17:28:49 +00:00
dependabot[bot]
474d9b4e92
chore(deps): bump base64 from 0.21.7 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 17:25:27 +00:00
dependabot[bot]
456754e11e
chore(deps): bump anyhow from 1.0.82 to 1.0.86
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.86)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 17:25:08 +00:00
Rob Ede
f36601babb
chore: upgrade to rustls v0.23 2024-05-25 05:36:36 +01:00
Rob Ede
f03f126d4f
chore: use redis-rs in session features 2024-05-25 03:58:03 +01:00
Rob Ede
dd102ae65b
chore: update time dep 2024-05-25 03:53:58 +01:00
Rob Ede
d94f445efc
Merge branch 'master' into dependabot/cargo/mongodb-2.8.2 2024-05-20 22:12:18 +01:00
dependabot[bot]
97e000dc17
chore(deps): bump mongodb from 2.8.1 to 2.8.2
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.8.1...v2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 17:42:07 +00:00
dependabot[bot]
f508b02cf6
chore(deps): bump prost from 0.12.3 to 0.12.6
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.6.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.12.3...v0.12.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 17:41:28 +00:00
dependabot[bot]
75341df96a
chore(deps): bump rustls from 0.21.11 to 0.21.12
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.11 to 0.21.12.
- [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.21.11...v/0.21.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 20:49:32 +00:00
dependabot[bot]
c34f5d360f
chore(deps): bump parking_lot from 0.12.1 to 0.12.2
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.1 to 0.12.2.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 17:53:46 +00:00
Rob Ede
3fdfbdbb9a
Merge pull request #807 from actix/dependabot/cargo/minijinja-autoreload-1.0.21
chore(deps): bump minijinja-autoreload from 1.0.15 to 1.0.21
2024-05-06 19:37:26 +00:00
dependabot[bot]
0aee2e931f
chore(deps): bump chrono from 0.4.37 to 0.4.38
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38.
- [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.37...v0.4.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:53:15 +00:00
dependabot[bot]
2efb7260fb
chore(deps): bump minijinja-autoreload from 1.0.15 to 1.0.21
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.15 to 1.0.21.
- [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/1.0.15...1.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:53:00 +00:00
Rob Ede
0d9684a3c3
Merge pull request #804 from actix/dependabot/cargo/minijinja-1.0.21
chore(deps): bump minijinja from 1.0.20 to 1.0.21
2024-04-29 18:43:05 +00:00
dependabot[bot]
00e2a6901e
chore(deps): bump minijinja from 1.0.20 to 1.0.21
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.20 to 1.0.21.
- [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/1.0.20...1.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:30:43 +00:00
dependabot[bot]
0b1bdb8f0b
chore(deps): bump serde from 1.0.197 to 1.0.199
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.199.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.199)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:30:21 +00:00
Rob Ede
036917612b
Merge pull request #799 from actix/dependabot/cargo/minijinja-1.0.20
chore(deps): bump minijinja from 1.0.15 to 1.0.20
2024-04-23 15:53:57 +00:00
dependabot[bot]
ee2b6824fd
chore(deps): bump minijinja from 1.0.15 to 1.0.20
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.15 to 1.0.20.
- [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/1.0.15...1.0.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 17:42:36 +00:00
dependabot[bot]
12fefb3d79
chore(deps): bump anyhow from 1.0.81 to 1.0.82
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 17:42:20 +00:00
Rob Ede
4fe3108a56
Merge pull request #790 from actix/dependabot/cargo/pin-project-1.1.5
chore(deps): bump pin-project from 1.1.4 to 1.1.5
2024-04-20 08:04:31 +00:00
dependabot[bot]
2b34385261
chore(deps): bump bytes from 1.5.0 to 1.6.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.0.
- [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.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 20:24:21 +00:00
dependabot[bot]
6ef26c8ad4
chore(deps): bump pin-project from 1.1.4 to 1.1.5
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.4...v1.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 20:24:17 +00:00
dependabot[bot]
2b9fa3dc4b
chore(deps): bump rustls from 0.21.10 to 0.21.11
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [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.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:52:35 +00:00
dependabot[bot]
2d6f93df7c
chore(deps): bump handlebars from 5.1.0 to 5.1.2
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sunng87/handlebars-rust/compare/v5.1.0...v5.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:32:50 +00:00
dependabot[bot]
fbaa597c53
chore(deps): bump tokio-stream from 0.1.14 to 0.1.15
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:31:48 +00:00
dependabot[bot]
bd9f694df9
chore(deps): bump whoami from 1.4.1 to 1.5.1
Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.1 to 1.5.1.
- [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md)
- [Commits](https://github.com/ardaku/whoami/compare/v1.4.1...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 15:45:24 +00:00
dependabot[bot]
3fb09533f9
chore(deps): bump apalis from 0.4.7 to 0.4.9
Bumps [apalis](https://github.com/geofmureithi/apalis) from 0.4.7 to 0.4.9.
- [Release notes](https://github.com/geofmureithi/apalis/releases)
- [Commits](https://github.com/geofmureithi/apalis/compare/v0.4.7...v0.4.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 18:28:54 +00:00
Rob Ede
75a761f92e
Merge pull request #782 from actix/dependabot/cargo/chrono-0.4.37
chore(deps): bump chrono from 0.4.35 to 0.4.37
2024-04-01 18:21:28 +00:00
Rob Ede
cf0cadaa7e
Merge pull request #781 from actix/dependabot/cargo/minijinja-autoreload-1.0.15
chore(deps): bump minijinja-autoreload from 1.0.12 to 1.0.15
2024-04-01 18:20:50 +00:00
Rob Ede
c0784b286a
Merge pull request #780 from actix/dependabot/cargo/tokio-1.37.0
chore(deps): bump tokio from 1.36.0 to 1.37.0
2024-04-01 18:19:43 +00:00
dependabot[bot]
33169b6f57
chore(deps): bump clap from 4.5.2 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.4.
- [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/v4.5.2...v4.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:36:50 +00:00
dependabot[bot]
2a76156291
chore(deps): bump chrono from 0.4.35 to 0.4.37
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [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.35...v0.4.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:34:12 +00:00