1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
627ee68341 chore(deps): bump futures-util from 0.3.30 to 0.3.31 in /examples (#471)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 05:14:38 +00:00
006fe7a2d9 chore(deps): bump actix-session from 0.9.0 to 0.10.0 in /examples (#435)
Bumps [actix-session](https://github.com/actix/actix-extras) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/redis-v0.9.0...redis-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 05:44:45 +00:00
39254f1ead Update env_logger requirement from 0.10 to 0.11 in /examples (#360)
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [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.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 04:15:31 +00:00
d1837b2052 Update actix-session requirement from 0.8 to 0.9 in /examples (#359)
Updates the requirements on [actix-session](https://github.com/actix/actix-extras) to permit the latest version.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/session-v0.8.0...redis-v0.9.0)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 05:06:00 +00:00
9ca7f89606 update examples deps 2023-11-01 15:21:39 +00:00
c427ae50f3 publish = false 2023-11-01 15:21:01 +00:00
73dc338ff9 edition = 2021 2023-11-01 15:09:54 +00:00
f6d103da57 update user_session sample (#292) 2022-10-26 11:14:06 +01:00
81dfe300a2 update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
4d8d53cea5 v3 (#188) 2020-09-12 16:21:54 +01:00
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
941bdfa491 Updates example version numbers to match actix-web version. 2019-06-19 00:38:23 -04:00
9a16b6db93 First pass at Middlewares. 2019-06-17 16:57:57 -04:00