Update 'devise' to the latest commit.

This commit is contained in:
Jeb Rosen 2020-07-20 23:23:23 -07:00
parent 0909ba2ef6
commit 7f276eb2fc
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ proc-macro = true
[dependencies] [dependencies]
quote = "1.0" quote = "1.0"
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "57d6eb80" } devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "952866f" }
[build-dependencies] [build-dependencies]
yansi = "0.5" yansi = "0.5"

View File

@ -19,7 +19,7 @@ proc-macro = true
indexmap = "1.0" indexmap = "1.0"
quote = "1.0" quote = "1.0"
rocket_http = { version = "0.5.0-dev", path = "../http/" } rocket_http = { version = "0.5.0-dev", path = "../http/" }
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "17f647e" } devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "952866f" }
glob = "0.3" glob = "0.3"
[build-dependencies] [build-dependencies]