1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Update basics/state to v4. (#479)

This commit is contained in:
Rafael Bachmann
2022-01-29 15:23:32 +01:00
committed by GitHub
parent 72417cab6a
commit fe180ca96d
2 changed files with 30 additions and 26 deletions

View File

@ -2,8 +2,8 @@
name = "state"
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
edition = "2021"
[dependencies]
actix-web = "3"
env_logger = "0.8"
actix-web = "4.0.0-beta.21"
env_logger = "0.9.0"