1
0
mirror of https://github.com/actix/actix-website synced 2025-06-28 16:00:36 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
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
e3c8b5edca Update logger example (#250) 2022-01-01 22:05:37 +00:00
3167a55853 Improve error handler example (#248) 2021-12-22 18:36:35 +00:00
3fffc45c7e Update to work code (#241) 2021-11-20 23:14:04 +00:00
4d8d53cea5 v3 (#188) 2020-09-12 16:21:54 +01:00
0b9a56aa2a Use RUST_LOG env var if set (#163)
* Use RUST_LOG env var if set

* Remove redundant use statement
2020-03-03 06:53:39 +09:00
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
a03b91023c Merge pull request #103 from svenstaro/add-dyn-to-traits
Add dyn keyword to get rid of some warnings
2019-07-30 19:08:48 +02:00
a7c8116fcd Add bit about wrap_fn to middlewares page (#104) 2019-07-30 10:03:55 -07:00
0ff37e7454 Add dyn keyword to get rid of some warnings 2019-07-29 12:44:00 +02:00
eff4edb6fa Middleware section is done-ish. 2019-06-26 02:59:20 -04:00
941bdfa491 Updates example version numbers to match actix-web version. 2019-06-19 00:38:23 -04:00
4f9bd8b724 moves individual examples to pub mods to force building and have less dead_code 2019-06-19 00:20:50 -04:00
9a16b6db93 First pass at Middlewares. 2019-06-17 16:57:57 -04:00