update to use new actix version

This commit is contained in:
2022-02-25 21:25:12 +01:00
parent 3d83a6761a
commit 7eabecf6b4
2 changed files with 30 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "ics-proxy"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.0-rc.3"
actix-web = "4.0"
uuid = { version = "0.8", features = ["v4"] }
url = "2.2"
reqwest = { version = "0.11", features = ["blocking"] }