max / quasi
1 file changed,
+1 insertion,
-1 deletion
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | quasi-router = { path = "../quasi-router", version = "0.64.0" } | |
| 17 | 17 | quasi-http = { path = "../quasi-http", version = "0.64.0" } | |
| 18 | 18 | makeover-layout = "0.35.0" | |
| 19 | - | makeover-webview = "0.60.0" | |
| 19 | + | makeover-webview = "0.61.0" | |
| 20 | 20 | # `Node::Rich` carries markdown source and this is what turns it into markup. | |
| 21 | 21 | # Sanitising comes with it, which is why the node can carry what a user typed. | |
| 22 | 22 | # |