From 6654ad28b7dd48466869086611ee5c5b032fc5f6 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 1 Jan 2023 06:23:18 +0900 Subject: [PATCH] Update rocket_csrf to 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3632d47f..f4c2f04a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,8 +60,8 @@ path = "plume-common" path = "plume-models" [dependencies.rocket_csrf] -git = "https://github.com/fdb-hiroshima/rocket_csrf" -rev = "29910f2829e7e590a540da3804336577b48c7b31" +git = "https://git.joinplu.me/plume/rocket_csrf" +rev = "0.1.1" [build-dependencies] ructe = "0.14.0"