diff options
| author | daddinuz <daddinuz@gmail.com> | 2019-06-10 19:05:18 +0200 |
|---|---|---|
| committer | daddinuz <daddinuz@gmail.com> | 2019-06-10 19:05:18 +0200 |
| commit | cbdc5e1a62986f7157a2badbb60c3da2b515a43a (patch) | |
| tree | a18c812d63e1b9e8267deb838adb9644cfb8554f | |
| parent | 8f57d8ea722c390c1f02082b8c3c01c2c87d400f (diff) | |
update actix version
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ version = "0.4.6" repository = "samscott89/serde_qs" [dependencies] -actix-web = { version ="1.0.0-beta", optional = true } +actix-web = { version ="1.0.0", optional = true } data-encoding = "2.1.2" error-chain = "0.12.0" percent-encoding = "1.0.1" |
