Merge pull request 'Fix #924 Update rocket_csrf' (#1116) from update-rocket_csrf into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1116
This commit is contained in:
KitaitiMakoto 2023-01-02 15:29:34 +00:00
commit 9368aebe70
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3998,8 +3998,8 @@ dependencies = [
[[package]]
name = "rocket_csrf"
version = "0.1.1"
source = "git+https://git.joinplu.me/plume/rocket_csrf?rev=0.1.1#e400909066fe57c1da7640bd086361e5233d8511"
version = "0.1.2"
source = "git+https://git.joinplu.me/plume/rocket_csrf?rev=0.1.2#446d306ec5f08773253eb380f62d77077d306143"
dependencies = [
"data-encoding",
"ring",

View file

@ -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"