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
dependabot[bot]
e428189f5b
chore(deps): bump minijinja-autoreload from 1.0.12 to 1.0.15
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.12 to 1.0.15.
- [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.12...1.0.15)

---
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-04-01 17:33:42 +00:00
dependabot[bot]
a84f24564d
chore(deps): bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.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-04-01 17:33:11 +00:00
Rob Ede
7bece9984e
Merge pull request #773 from actix/dependabot/cargo/sqlx-0.7.4
chore(deps): bump sqlx from 0.7.3 to 0.7.4
2024-04-01 13:56:53 +00:00
Rob Ede
a1748f0e2a
Merge pull request #770 from actix/dependabot/cargo/diesel-2.1.5
chore(deps): bump diesel from 2.1.4 to 2.1.5
2024-04-01 13:54:11 +00:00
Rob Ede
a1c5c91c6b
Merge pull request #771 from actix/dependabot/cargo/color-eyre-0.6.3
chore(deps): bump color-eyre from 0.6.2 to 0.6.3
2024-04-01 13:53:58 +00:00
Rob Ede
bb77572ec5
Merge pull request #775 from actix/dependabot/cargo/minijinja-1.0.15
chore(deps): bump minijinja from 1.0.12 to 1.0.15
2024-03-25 20:16:19 +00:00
dependabot[bot]
c21b3da92f
chore(deps): bump reqwest from 0.11.25 to 0.11.27
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.27.
- [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.25...v0.11.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 17:31:56 +00:00
dependabot[bot]
5f0a083b85
chore(deps): bump minijinja from 1.0.12 to 1.0.15
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.12 to 1.0.15.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.12...1.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 17:30:36 +00:00
dependabot[bot]
48017edfa4
chore(deps): bump sqlx from 0.7.3 to 0.7.4
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:18:27 +00:00
dependabot[bot]
5912faee5d
chore(deps): bump color-eyre from 0.6.2 to 0.6.3
Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.2 to 0.6.3.
- [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.2...color-eyre-v0.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:15:41 +00:00
dependabot[bot]
3e68079c3b
chore(deps): bump diesel from 2.1.4 to 2.1.5
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.5/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.4...v2.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:13:26 +00:00
dependabot[bot]
370f4cea17
chore(deps): bump anyhow from 1.0.80 to 1.0.81
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:08:57 +00:00
Rob Ede
9538f996bb
Merge pull request #763 from actix/dependabot/cargo/sqlx-0.7.3
chore(deps): bump sqlx from 0.7.2 to 0.7.3
2024-03-11 19:56:34 +00:00
Rob Ede
433e72e063
Merge branch 'master' into dependabot/cargo/chrono-0.4.35 2024-03-11 19:48:20 +00:00
Rob Ede
fb586447c9
Merge pull request #765 from actix/dependabot/cargo/clap-4.5.2
chore(deps): bump clap from 4.5.1 to 4.5.2
2024-03-11 18:10:17 +00:00
Rob Ede
e47acf1d4a
Merge pull request #767 from actix/dependabot/cargo/fluent-templates-0.9.1
chore(deps): bump fluent-templates from 0.9.0 to 0.9.1
2024-03-11 18:10:09 +00:00
dependabot[bot]
46c974ad90
chore(deps): bump fluent-templates from 0.9.0 to 0.9.1
Bumps [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) from 0.9.0 to 0.9.1.
- [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.0...fluent-templates-v0.9.1)

---
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-03-11 18:04:36 +00:00
dependabot[bot]
cccda67c1e
chore(deps): bump chrono from 0.4.34 to 0.4.35
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.35.
- [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.34...v0.4.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 18:02:59 +00:00
dependabot[bot]
7bdbe29dd0
chore(deps): bump clap from 4.5.1 to 4.5.2
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2.
- [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.1...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 18:02:01 +00:00
dependabot[bot]
b3a4f5c06b
chore(deps): bump reqwest from 0.11.24 to 0.11.25
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.25.
- [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.24...v0.11.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 18:01:22 +00:00
dependabot[bot]
c2a51c9b63
chore(deps): bump sqlx from 0.7.2 to 0.7.3
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.2 to 0.7.3.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits/v0.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 18:00:24 +00:00
Rob Ede
de78860b41
chore: update deps 2024-03-05 23:53:59 +00:00
dependabot[bot]
413a918bc2
chore(deps): bump actix-identity from 0.7.0 to 0.7.1
Bumps [actix-identity](https://github.com/actix/actix-extras) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-v0.7.0...session-v0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 22:38:06 +00:00
dependabot[bot]
511cc863e6
chore(deps): bump actix-codec from 0.5.1 to 0.5.2
Bumps [actix-codec](https://github.com/actix/actix-net) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](https://github.com/actix/actix-net/compare/codec-v0.5.1...codec-v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 22:38:06 +00:00
dependabot[bot]
653098d083
chore(deps): bump rust-argon2 from 2.0.0 to 2.1.0
Bumps [rust-argon2](https://github.com/sru-systems/rust-argon2) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sru-systems/rust-argon2/compare/2.0.0...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 22:38:06 +00:00
dependabot[bot]
e0e07633f1
chore(deps): bump mongodb from 2.8.0 to 2.8.1
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.8.0...v2.8.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-03-05 22:38:06 +00:00
dependabot[bot]
53d727e736
chore(deps): bump log from 0.4.20 to 0.4.21
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 22:38:06 +00:00
Rob Ede
c5c208eda7
chore: fix template location 2024-03-05 22:30:51 +00:00
Alessandro Campeis
e5fc327af0
update handlebars to version 5.1 2024-03-04 13:05:13 +01:00
Rob Ede
d1a269d558
Merge pull request #751 from actix/dependabot/cargo/clap-4.5.1
chore(deps): bump clap from 4.4.18 to 4.5.1
2024-03-02 14:38:07 +00:00
Rob Ede
26e64ea5b5
Merge pull request #752 from actix/dependabot/cargo/reqwest-0.11.24
chore(deps): bump reqwest from 0.11.23 to 0.11.24
2024-03-02 14:37:50 +00:00
Rob Ede
7a56eaff70
Merge pull request #753 from actix/dependabot/cargo/serde-1.0.197
chore(deps): bump serde from 1.0.196 to 1.0.197
2024-03-02 14:37:24 +00:00
dependabot[bot]
bedd59cd33
chore(deps): bump openssl from 0.10.63 to 0.10.64
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.63 to 0.10.64.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 18:05:24 +00:00
dependabot[bot]
97971a0c84
chore(deps): bump serde from 1.0.196 to 1.0.197
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 18:04:36 +00:00
dependabot[bot]
ba996cdb64
chore(deps): bump reqwest from 0.11.23 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [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.23...v0.11.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 18:02:57 +00:00
dependabot[bot]
90f6f2e957
chore(deps): bump clap from 4.4.18 to 4.5.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.1.
- [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.4.18...clap_complete-v4.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 18:02:11 +00:00
Rob Ede
dfde2ea718
Merge pull request #748 from actix/dependabot/cargo/anyhow-1.0.80
chore(deps): bump anyhow from 1.0.79 to 1.0.80
2024-02-19 20:26:46 +00:00
Rob Ede
08d2b3d58f
Merge pull request #747 from actix/dependabot/cargo/actix-web-actors-4.3.0
chore(deps): bump actix-web-actors from 4.2.0 to 4.3.0
2024-02-19 20:26:36 +00:00
Rob Ede
2e98f5a6f1
Merge pull request #746 from actix/dependabot/cargo/actix-web-lab-0.20.2
chore(deps): bump actix-web-lab from 0.20.1 to 0.20.2
2024-02-19 20:26:01 +00:00
dependabot[bot]
9ffb7a972b
chore(deps): bump anyhow from 1.0.79 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:30:39 +00:00
dependabot[bot]
b779d99858
chore(deps): bump actix-web-actors from 4.2.0 to 4.3.0
Bumps [actix-web-actors](https://github.com/actix/actix-web) from 4.2.0 to 4.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/web-v4.2.0...web-v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:30:02 +00:00
dependabot[bot]
f4b07d018f
chore(deps): bump actix-web-lab from 0.20.1 to 0.20.2
Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/robjtede/actix-web-lab/releases)
- [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.20.1...lab-v0.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:29:13 +00:00
dependabot[bot]
5148ffbce4
chore(deps): bump env_logger from 0.11.1 to 0.11.2
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:28:44 +00:00
Rob Ede
60876a778e
chore(deps): bump uuid from 1.6.1 to 1.7.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 11:22:35 +00:00
Rob Ede
43de8bc33f
Merge pull request #739 from actix/dependabot/cargo/actix-0.13.3
chore(deps): bump actix from 0.13.1 to 0.13.3
2024-02-19 10:50:58 +00:00
Rob Ede
285dadde1e
Merge pull request #742 from actix/dependabot/cargo/chrono-0.4.34
chore(deps): bump chrono from 0.4.33 to 0.4.34
2024-02-19 10:49:38 +00:00
dependabot[bot]
bf9ac18a8b
chore(deps): bump chrono from 0.4.33 to 0.4.34
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.34.
- [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.33...v0.4.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:44:05 +00:00
dependabot[bot]
5ae9b3b09a
chore(deps): bump minijinja-autoreload from 1.0.11 to 1.0.12
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.11 to 1.0.12.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.11...1.0.12)

---
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-02-12 17:43:45 +00:00
dependabot[bot]
185b7e21e5
chore(deps): bump actix from 0.13.1 to 0.13.3
Bumps [actix](https://github.com/actix/actix) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](https://github.com/actix/actix/compare/actix-v0.13.1...actix-v0.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:42:41 +00:00
Rob Ede
aff73a3073
chore: update crc32c 2024-02-12 02:07:26 +00:00
Rob Ede
aefa4ea9b7
chore: update ahash dep 2024-02-11 02:41:33 +00:00
Rob Ede
cdf24c1c62
chore: bump ahash to 0.8.7 2024-02-07 02:31:41 +00:00
Rob Ede
7f20870e0f
chore(cert-watch): better error handling 2024-02-06 02:55:39 +00:00
Rob Ede
183c924220
feat: add cert-watch example 2024-02-06 02:50:28 +00:00
Rob Ede
d2399f6ead
Merge pull request #735 from actix/dependabot/cargo/webpki-roots-0.25.4
chore(deps): bump webpki-roots from 0.25.2 to 0.25.4
2024-02-05 20:19:06 +00:00
Rob Ede
64274089c4
Merge pull request #731 from actix/dependabot/cargo/serde_json-1.0.112
chore(deps): bump serde_json from 1.0.111 to 1.0.112
2024-02-05 20:18:55 +00:00
Rob Ede
bd3e0a9739
Merge pull request #732 from actix/dependabot/cargo/eyre-0.6.12
chore(deps): bump eyre from 0.6.11 to 0.6.12
2024-02-05 20:18:49 +00:00
Rob Ede
80774bce2e
Merge pull request #733 from actix/dependabot/cargo/time-0.3.34
chore(deps): bump time from 0.3.31 to 0.3.34
2024-02-05 20:18:42 +00:00
dependabot[bot]
533c03eba7
chore(deps): bump webpki-roots from 0.25.2 to 0.25.4
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.25.2 to 0.25.4.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.4)

---
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-02-05 17:37:22 +00:00
dependabot[bot]
71b9eb1a16
chore(deps): bump tokio from 1.35.1 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.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-02-05 17:36:34 +00:00
dependabot[bot]
533de201ad
chore(deps): bump time from 0.3.31 to 0.3.34
Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.34.
- [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.31...v0.3.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:35:33 +00:00
dependabot[bot]
09dbe5d272
chore(deps): bump eyre from 0.6.11 to 0.6.12
Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.11 to 0.6.12.
- [Commits](https://github.com/eyre-rs/eyre/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:34:37 +00:00
dependabot[bot]
9779d4e45c
chore(deps): bump serde_json from 1.0.111 to 1.0.112
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.112)

---
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-02-05 17:33:35 +00:00
Rob Ede
dc3de98d46
chore: update root deps 2024-01-30 23:44:35 +00:00
Rob Ede
474f423556
Merge pull request #727 from actix/dependabot/cargo/chrono-0.4.33
chore(deps): bump chrono from 0.4.31 to 0.4.33
2024-01-29 19:13:00 +00:00
Rob Ede
03ff11e53c
Merge pull request #724 from actix/dependabot/cargo/minijinja-1.0.12
chore(deps): bump minijinja from 1.0.11 to 1.0.12
2024-01-29 19:12:52 +00:00
Rob Ede
0d98e4a9f2
Merge pull request #725 from actix/dependabot/cargo/serde-1.0.196
chore(deps): bump serde from 1.0.195 to 1.0.196
2024-01-29 19:12:21 +00:00
dependabot[bot]
646e4f63bc
chore(deps): bump pin-project from 1.1.3 to 1.1.4
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.3 to 1.1.4.
- [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.3...v1.1.4)

---
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-01-29 18:03:04 +00:00
dependabot[bot]
2652418141
chore(deps): bump chrono from 0.4.31 to 0.4.33
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.33.
- [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.31...v0.4.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 18:01:09 +00:00
dependabot[bot]
a6ccf1df9e
chore(deps): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 17:59:16 +00:00
dependabot[bot]
80006e6d1a
chore(deps): bump minijinja from 1.0.11 to 1.0.12
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.11 to 1.0.12.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.11...1.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 17:58:16 +00:00
Rob Ede
0be798cdd2
Merge pull request #718 from actix/dependabot/cargo/anyhow-1.0.79
chore(deps): bump anyhow from 1.0.75 to 1.0.79
2024-01-25 00:26:15 +00:00
Rob Ede
80462f3ff4
Merge pull request #719 from actix/dependabot/cargo/minijinja-autoreload-1.0.11
chore(deps): bump minijinja-autoreload from 1.0.9 to 1.0.11
2024-01-25 00:25:09 +00:00
dependabot[bot]
ad14f6e600
chore(deps): bump shlex from 1.2.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:51:59 +00:00
Rob Ede
bed4257e93
Merge pull request #720 from actix/dependabot/cargo/openssl-0.10.63
chore(deps): bump openssl from 0.10.62 to 0.10.63
2024-01-22 17:58:33 +00:00
Rob Ede
6ea6b1b93b
Merge pull request #717 from actix/dependabot/cargo/clap-4.4.18
chore(deps): bump clap from 4.4.14 to 4.4.18
2024-01-22 17:50:14 +00:00
dependabot[bot]
08dba57730
chore(deps): bump openssl from 0.10.62 to 0.10.63
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:48:57 +00:00
dependabot[bot]
97e5912be3
chore(deps): bump minijinja-autoreload from 1.0.9 to 1.0.11
Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.9 to 1.0.11.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.9...1.0.11)

---
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-01-22 17:48:31 +00:00
dependabot[bot]
f5eb420349
chore(deps): bump anyhow from 1.0.75 to 1.0.79
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:47:49 +00:00
dependabot[bot]
d4bb486c2e
chore(deps): bump clap from 4.4.14 to 4.4.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.18.
- [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.4.14...v4.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:47:08 +00:00
dependabot[bot]
b04f00919e
chore(deps): bump env_logger from 0.10.1 to 0.10.2
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:46:51 +00:00
dependabot[bot]
851cd4d997
chore(deps): bump serde_json from 1.0.109 to 1.0.111
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.109 to 1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.111)

---
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-15 17:58:05 +00:00
Rob Ede
b874b19e56
Merge pull request #707 from actix/dependabot/cargo/mongodb-2.8.0
chore(deps): bump mongodb from 2.7.1 to 2.8.0
2024-01-15 17:51:50 +00:00
Rob Ede
c329dca23c
Merge pull request #708 from actix/dependabot/cargo/juniper-0.15.12
chore(deps): bump juniper from 0.15.11 to 0.15.12
2024-01-15 17:50:59 +00:00
Rob Ede
ef3a9ef35f
Merge pull request #710 from actix/dependabot/cargo/base64-0.21.7
chore(deps): bump base64 from 0.21.5 to 0.21.7
2024-01-15 17:50:41 +00:00
dependabot[bot]
1d66b79b33
chore(deps): bump actix-files from 0.6.4 to 0.6.5
Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.5/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.6.4...v0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 17:46:41 +00:00
dependabot[bot]
34b50aeaff
chore(deps): bump base64 from 0.21.5 to 0.21.7
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.7.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 17:46:05 +00:00
dependabot[bot]
cb80c5e0f7
chore(deps): bump juniper from 0.15.11 to 0.15.12
Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.15.11 to 0.15.12.
- [Release notes](https://github.com/graphql-rust/juniper/releases)
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/release.toml)
- [Commits](https://github.com/graphql-rust/juniper/compare/juniper-v0.15.11...juniper-v0.15.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 17:44:44 +00:00
dependabot[bot]
ea99456949
chore(deps): bump mongodb from 2.7.1 to 2.8.0
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.7.1...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 17:43:56 +00:00
Rob Ede
55ffbfea48
Merge pull request #700 from actix/dependabot/cargo/clap-4.4.14
chore(deps): bump clap from 4.4.11 to 4.4.14
2024-01-08 17:42:32 +00:00
Rob Ede
4d83c8fec5
Merge pull request #701 from actix/dependabot/cargo/serde-1.0.195
chore(deps): bump serde from 1.0.192 to 1.0.195
2024-01-08 17:42:00 +00:00
Rob Ede
eeb31a6779
Merge pull request #702 from actix/dependabot/cargo/actix-files-0.6.4
chore(deps): bump actix-files from 0.6.2 to 0.6.4
2024-01-08 17:41:52 +00:00
Rob Ede
f4b5848195
Merge pull request #703 from actix/dependabot/cargo/minijinja-1.0.11
chore(deps): bump minijinja from 1.0.10 to 1.0.11
2024-01-08 17:41:45 +00:00
dependabot[bot]
0ff9580982
chore(deps): bump rustls from 0.21.9 to 0.21.10
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.9 to 0.21.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.21.9...v/0.21.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-01-08 17:08:55 +00:00
dependabot[bot]
3ae55368cc
chore(deps): bump minijinja from 1.0.10 to 1.0.11
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.10 to 1.0.11.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.10...1.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:08:37 +00:00
dependabot[bot]
ae650932e7
chore(deps): bump actix-files from 0.6.2 to 0.6.4
Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.2 to 0.6.4.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.4/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.6.2...v0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:08:21 +00:00
dependabot[bot]
f53877d45b
chore(deps): bump serde from 1.0.192 to 1.0.195
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.192 to 1.0.195.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.195)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:08:03 +00:00
dependabot[bot]
a34868620d
chore(deps): bump clap from 4.4.11 to 4.4.14
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.4.14.
- [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.4.11...v4.4.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:07:28 +00:00
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
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
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
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
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
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
1e294fa1ab
Merge branch 'master' into dependabot/cargo/redis-0.24.0 2023-12-26 03:55:07 +00:00
Rob Ede
1d4380a854
Merge branch 'master' into dependabot/cargo/aws-2cd9d297e1 2023-12-26 03:49:46 +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
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]
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
dependabot[bot]
eb479ec7f4
Bump once_cell from 1.18.0 to 1.19.0 (#677) 2023-12-11 21:10:50 +00:00
dependabot[bot]
e9ae710b9f
Bump the aws group with 1 update (#667)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 18:02:45 +00:00
dependabot[bot]
a9d49dcf25
Bump config from 0.13.3 to 0.13.4 (#671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-04 18:02:38 +00:00
dependabot[bot]
16f396015f
Bump clap from 4.4.8 to 4.4.10 (#669)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 18:02:10 +00:00
dependabot[bot]
b759579bcc
Bump apalis from 0.4.5 to 0.4.7 (#670)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 18:01:46 +00:00
dependabot[bot]
81a79d23c8
Bump the aws group with 2 updates (#659)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-29 19:59:03 +00:00
dependabot[bot]
75b0819e6f
Bump uuid from 1.5.0 to 1.6.1 (#660)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 19:58:24 +00:00
dependabot[bot]
eb802879e6
Bump diesel from 2.1.3 to 2.1.4 (#662)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 19:55:47 +00:00
dependabot[bot]
3a7e16e955
Bump openssl from 0.10.59 to 0.10.60 (#664) 2023-11-29 02:43:16 +00:00
dependabot[bot]
24a07569ec
Bump url from 2.4.1 to 2.5.0 (#663)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-28 04:27:04 +00:00
dependabot[bot]
e6a51bfe99
Bump async-graphql-actix-web from 6.0.10 to 6.0.11 (#661)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 20:17:52 +00:00
dependabot[bot]
1b43dde946
Bump the aws group with 1 update (#653)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-20 18:54:13 +00:00
dependabot[bot]
f967173aee
Bump async-graphql from 6.0.10 to 6.0.11 (#654)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 18:25:35 +00:00
dependabot[bot]
be35d8d6c7
Bump eyre from 0.6.8 to 0.6.9 (#655)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 18:24:55 +00:00
dependabot[bot]
1ceca93723
Bump rustls from 0.21.8 to 0.21.9 (#657)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 18:24:40 +00:00
dependabot[bot]
8f24139bfe
Bump env_logger from 0.10.0 to 0.10.1 (#656)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 18:23:02 +00:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Rob Ede
1027b6e1fb
update aws-sdk deps 2023-11-07 03:27:23 +00:00
Rob Ede
0de1c02762
chore: rename middleware dirs 2023-10-29 23:51:05 +00:00
Rob Ede
5d36d72976
chore: move and document rate limit middleware 2023-10-29 23:47:02 +00:00
will
cf55f50d1d
Add rate-limit example (#642)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-10-29 23:32:02 +00:00
Rob Ede
84a1e0974e
update sanitize-filename dep 2023-10-29 02:30:17 +00:00
Rob Ede
0281a1a112
fix last dotenv reference 2023-10-29 01:48:04 +01:00
Rob Ede
07bb27eb4b
migrate to dotenvy 2023-10-29 01:17:49 +01:00
Rob Ede
220b54c231
update aws-sdk deps 2023-10-29 01:16:34 +01:00
Rob Ede
4e15805325
update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
Rob Ede
8fa3507674
update async-graphql deps 2023-10-29 01:10:31 +01:00
Rob Ede
95926dc0f5
update argon2 dep 2023-10-29 01:08:45 +01:00
Rob Ede
1a44c313e4
update actix ecosystem deps 2023-10-29 01:06:58 +01:00
Rob Ede
1eeb935674
update protobuf versions 2023-10-29 00:55:43 +01:00
dependabot[bot]
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
Rob Ede
fce8c007a2
remove unneeded deps 2023-09-11 00:50:09 +01:00
Rob Ede
22b4255fac
migrate acme example to acme-rfc8555 (#635) 2023-09-10 23:45:01 +00:00
Rob Ede
72d0d1eb4b
fix: remaining upgrade issues 2023-08-29 18:56:00 +01:00
Rob Ede
09dad8f836
chore: update deps 2023-08-29 18:49:21 +01:00
Rob Ede
cfea68d5c7
use rustls v0.21 2023-08-29 18:28:15 +01:00
Rob Ede
2ece131b36
remove unneeded dependencies 2023-07-18 17:42:33 +01:00
Rob Ede
1a634a983f
remove jsoncrate 2023-07-18 17:34:26 +01:00
Rob Ede
20105d13fe
chore: update deps 2023-07-18 16:22:29 +01:00
Rob Ede
3513108eb5
update mysql dep to 24 2023-07-18 16:22:00 +01:00
Rob Ede
f3cf37bb0d
fix vue example ports
closes #624
2023-07-17 22:26:11 +01:00
Rob Ede
a86471501d
split up mysql modules 2023-07-17 20:59:04 +01:00
Rob Ede
dfd925d4c1
add mysql example to workspace 2023-07-17 17:55:17 +01:00
Rob Ede
1ca11e70e8
update sqlx dep to 0.7 2023-07-09 02:05:10 +01:00
Rob Ede
4bfe63857e
update aws-sdk deps 2023-07-09 01:33:45 +01:00
Rob Ede
dbfa486897
update minijinja version 2023-07-09 00:56:56 +01:00
Rob Ede
7b865c6aed
update deps 2023-07-08 18:52:09 +01:00
dependabot[bot]
ce10427457
Bump openssl from 0.10.52 to 0.10.55 (#621) 2023-06-22 00:06:45 +01:00
Rob Ede
aae806b42f
update deps 2023-05-22 12:47:21 +01:00
dependabot[bot]
c6c8463ac5
Bump aws-sigv4 from 0.54.1 to 0.54.2 (#620)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 02:23:15 +09:00
dependabot[bot]
acbed8e670
Bump openssl from 0.10.45 to 0.10.48 (#611)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 02:22:18 +00:00
Rob Ede
6424e4e023
standardize examples 2023-03-14 03:11:49 +00:00
Rob Ede
ca6eaee52e
update actix-web-lab dep 2023-03-14 02:40:02 +00:00
Rob Ede
0c820844c8
clippy 2023-03-14 02:36:22 +00:00
Rob Ede
080db60175
update multipart examples to use derive macro 2023-02-26 21:57:10 +00:00
Rob Ede
9b77b033b0
refine versions 2023-02-26 21:57:10 +00:00
dependabot[bot]
f4eb989dcb
Bump tokio from 1.24.1 to 1.25.0 (#601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 01:03:55 +00:00
Rob Ede
e353c7ae11
update deps 2023-01-07 15:23:31 +00:00
dependabot[bot]
34746a346d
Bump tokio from 1.23.0 to 1.24.1 (#597)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 22:18:21 +00:00
Rob Ede
de5e6eecc0
improve prod advice in cookie-auth 2023-01-03 14:04:10 +00:00
Rob Ede
7ca1024742
add reqwest alternative to http proxy 2023-01-01 20:22:50 +00:00
Rob Ede
defc334b14
update deps 2022-12-30 16:48:10 +00:00
Rob Ede
b91e424ab4
address clippy lints 2022-12-30 16:30:16 +00:00
Rob Ede
061860743f
add background-jobs example 2022-12-30 16:23:24 +00:00
Yuki Okushi
aee47e0817
Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00