Update 'devise'.

This commit is contained in:
Sergio Benitez 2020-10-15 01:01:30 -07:00
parent 5615767ca6
commit 8da034ab83
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ proc-macro = true
[dependencies]
quote = "1.0"
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "1e42a2691" }
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "3648468" }
[dev-dependencies]
rocket = { version = "0.5.0-dev", path = "../../core/lib" }

View File

@ -18,7 +18,7 @@ proc-macro = true
indexmap = "1.0"
quote = "1.0"
rocket_http = { version = "0.5.0-dev", path = "../http/" }
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "1e42a2691" }
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "3648468" }
glob = "0.3"
[dev-dependencies]