Browse Source

Update yarte in warp-rust (#6433)

This avoids `cargo audit` complaints about `dirs` dependency
no longer being maintained.
Konrad Borowski 4 years ago
parent
commit
b69cb64051
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Rust/warp-rust/Cargo.toml

+ 1 - 1
frameworks/Rust/warp-rust/Cargo.toml

@@ -11,7 +11,7 @@ serde = { version = "1.0.120", features = ["derive"] }
 sqlx = { version = "0.5.1", features = ["runtime-tokio-rustls", "postgres"] }
 sqlx = { version = "0.5.1", features = ["runtime-tokio-rustls", "postgres"] }
 tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
 tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
 warp = "0.3.0"
 warp = "0.3.0"
-yarte = "0.14.1"
+yarte = "0.15.3"
 
 
 [profile.release]
 [profile.release]
 codegen-units = 1
 codegen-units = 1