Browse Source

Fix build error (#6063)

- update yarte to 0.12 to fix build error
- update actix-web to latest 3.1.0
Miloš Vučenović 4 years ago
parent
commit
6e243ac2e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Rust/actix/Cargo.toml

+ 2 - 2
frameworks/Rust/actix/Cargo.toml

@@ -25,7 +25,7 @@ path = "src/main_raw.rs"
 
 
 [dependencies]
 [dependencies]
 actix = "0.10.0"
 actix = "0.10.0"
-actix-web = { version = "3.0.0", default-features = false }
+actix-web = { version = "3.1.0", default-features = false }
 actix-http = { version = "2.0.0", default-features = false }
 actix-http = { version = "2.0.0", default-features = false }
 actix-rt = "1.1.1"
 actix-rt = "1.1.1"
 actix-codec = "0.3.0"
 actix-codec = "0.3.0"
@@ -34,7 +34,7 @@ actix-service = "1.0.6"
 snmalloc-rs = "0.2.6"
 snmalloc-rs = "0.2.6"
 askama = "0.8"
 askama = "0.8"
 markup = "0.4.1"
 markup = "0.4.1"
-yarte = "0.11"
+yarte = "0.12"
 serde = { version = "1.0", features = ["derive"] }
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 serde_json = "1.0"
 env_logger = "0.7"
 env_logger = "0.7"