mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-28 18:37:48 +02:00
bump msrv to 1.51
This commit is contained in:
@@ -241,7 +241,7 @@ impl Inner {
|
||||
|
||||
if let Some(cookie) = jar.signed(&self.key).get(&self.name) {
|
||||
let value = cookie.value().to_owned();
|
||||
let cache_key = (self.cache_keygen)(&cookie.value());
|
||||
let cache_key = (self.cache_keygen)(cookie.value());
|
||||
(value, cache_key)
|
||||
} else {
|
||||
return Ok(None);
|
||||
|
Reference in New Issue
Block a user