From bd91b4a3466697c20e6ccd4c0fe14fc87157b889 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 3 Jan 2023 00:26:31 +0900 Subject: [PATCH] Update rocket_csrf to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8d1bd39..6e12e9ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ path = "plume-models" [dependencies.rocket_csrf] git = "https://git.joinplu.me/plume/rocket_csrf" -rev = "0.1.1" +rev = "0.1.2" [build-dependencies] ructe = "0.14.0"