1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Commit Graph

107 Commits

Author SHA1 Message Date
Rob Ede
ecd2016c09
use standard attributes for all crates 2023-11-03 19:46:12 +00:00
Rob Ede
2a074ddf18
chore(actix-redis): prepare release 0.13.0 2023-09-16 03:07:34 +01:00
dependabot[bot]
f942d8a191
Update redis-async requirement from 0.14 to 0.16 (#336)
* Update redis-async requirement from 0.14 to 0.16

Updates the requirements on [redis-async](https://github.com/benashford/redis-async-rs) to permit the latest version.
- [Commits](https://github.com/benashford/redis-async-rs/commits)

---
updated-dependencies:
- dependency-name: redis-async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-09-16 00:33:09 +00:00
Rob Ede
aaedb9c625
MSRV 1.68 (#328) 2023-09-16 00:30:38 +01:00
Rob Ede
75386f4a1d
ensure docs.rs builds all crates with all features 2023-04-11 12:22:28 +01:00
Rob Ede
77ee27b4ae
inline workspace package properties
msrv needs to be 1.64
2023-03-23 11:40:54 +00:00
Rob Ede
ad1f15eb18
centralize msrv and edition specs 2023-03-22 21:17:30 +00:00
Rob Ede
8a9c604c03
update msrv to 1.60
promted by prost 0.11.8
2023-03-22 21:13:56 +00:00
Rob Ede
218f18e69d
fix default features attributes 2023-03-22 20:51:14 +00:00
Rob Ede
bf49b39740
use secure tokio version range
see RUSTSEC-2023-0001

part of actix/actix-web#2962
2023-01-10 09:03:27 +00:00
Rob Ede
1036f54fd0
update redis-async to 0.14 2023-01-07 01:09:34 +00:00
Rob Ede
e9428ba261
update env_logger dev dep 2023-01-07 01:08:01 +00:00
Rob Ede
779860b664
clippy 2023-01-07 01:04:16 +00:00
Rob Ede
6848312467
prettier markdown changelogs 2023-01-07 01:02:02 +00:00
Rob Ede
7d932cd540
bump msrv to 1.59 2022-08-28 20:30:32 +01:00
Rob Ede
07c5176bd0
align descriptions 2022-07-21 03:07:06 +01:00
Rob Ede
3e002a677b
bump session version of redis 2022-07-09 20:14:27 +01:00
Rob Ede
ca9879425b
prepare actix-redis release 0.12.0 2022-07-09 20:11:56 +01:00
Rob Ede
ecd7756644
update redis deps 2022-07-09 20:11:14 +01:00
Rob Ede
9bc014b96f
forbid unsafe in all crates 2022-07-09 20:05:47 +01:00
Yuki Okushi
3c48e00e7a
Bump up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09:00
Luca Palmieri
8fd1772d5e
Consistent import formatting (#237) 2022-03-29 11:46:13 +01:00
Rob Ede
92269fc308
prepare actix-redis release 0.11.0 2022-03-15 18:01:31 +00:00
Luca Palmieri
7e6335a09f
Rework actix session (#212)
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Luca P <rust@lpalmieri.com>
Co-authored-by: Sebastian Rollén <38324289+SebRollen@users.noreply.github.com>
2022-03-05 23:22:14 +00:00
Rob Ede
2e86fb9822
prepare actix-identity release 0.4.0 2022-03-01 04:13:56 +00:00
Rob Ede
ef8f33e3b3
prepare actix-redis release 0.10.0 2022-03-01 04:12:20 +00:00
Rob Ede
c805dd7609
prepare actix-session release 0.5.0 2022-03-01 03:11:21 +00:00
Rob Ede
73a5ae98b6
update actix-web dependency to 4.0 2022-02-25 23:05:11 +00:00
Rob Ede
d46ee464e0
update examples links 2022-02-18 03:33:03 +00:00
Rob Ede
ff38ba2ce3
prepare actix-redis release 0.10.0-beta.6 2022-02-07 17:50:39 +00:00
Rob Ede
00378548ed
prepare actix-session release 0.5.0-beta.8 2022-02-07 17:50:39 +00:00
Rob Ede
0ac068a14d
fix redis 2022-02-03 22:40:02 +00:00
Rob Ede
323d01fcca
bump actix-web to 4.0.0-rc.1 2022-02-03 22:33:47 +00:00
Rob Ede
f676fc7de5
bump prost to 0.9 2022-02-03 22:14:13 +00:00
Rob Ede
dbc82001c0
address dep vuln warnings 2022-02-03 22:12:03 +00:00
Rob Ede
6d3ee78db5
prepare actix-redis release 0.10.0-beta.5 2021-12-29 10:29:29 +00:00
Rob Ede
ce2c97070e
prepare actix-session release 0.5.0-beta.7 2021-12-29 10:29:29 +00:00
Rob Ede
0d12201073
update to actix web v4 beta 18 (#218) 2021-12-29 10:22:56 +00:00
Rob Ede
92c9601850
bump msrv to 1.54 2021-12-29 09:42:31 +00:00
Rob Ede
6ca36b5d53
fixup changelogs 2021-12-29 09:36:12 +00:00
Luca Palmieri
14a622092d
Update to actix-web beta.17 (#217) 2021-12-29 09:25:52 +00:00
Rob Ede
6676a50944
actix-web beta 15 updates (#216) 2021-12-18 03:37:23 +00:00
Rob Ede
360fd890dc
prepare actix-redis release 0.10.0-beta.4 2021-12-12 19:12:46 +00:00
Rob Ede
863d0b114b
prepare actix-session release 0.5.0-beta.5 2021-12-12 19:11:58 +00:00
Luca Palmieri
e77ed16f49
Do not create a session if the session state is empty (#207) 2021-12-11 16:23:22 +00:00
Rob Ede
74ec115161
migrate to actix-web beta 14 (#209) 2021-12-11 16:05:21 +00:00
Rob Ede
56051786a6
standardize future types to ones from actix_utils 2021-12-08 07:29:12 +00:00
Rob Ede
ec66754c0d
standardize crate level lints 2021-12-08 06:11:13 +00:00
Sergey Pashinin
e636af039a
Update actix-redis to current state (beta) of actix (#210) 2021-12-06 01:03:18 +00:00
Rob Ede
0b4a4eeff6
prepare actix-session release 0.5.0-beta.4 2021-11-22 23:21:00 +00:00