File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ authors = [
18
18
async-trait = " 0.1.50"
19
19
rand = " 0.8.3"
20
20
base64 = " 0.13.0"
21
- sha2 = " 0.9.5 "
22
- hmac = " 0.11.0 "
21
+ sha2 = " 0.10.2 "
22
+ hmac = " 0.12.1 "
23
23
serde_json = " 1.0.64"
24
24
bincode = " 1.3.3"
25
25
anyhow = " 1.0.40"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ use std::{
19
19
/// and read exactly once in order to set the cookie value.
20
20
///
21
21
/// ## Change tracking session tracks whether any of its inner data
22
- /// was changed since it was last serialized. Any sessoin store that
22
+ /// was changed since it was last serialized. Any session store that
23
23
/// does not undergo a serialization-deserialization cycle must call
24
24
/// [`Session::reset_data_changed`] in order to reset the change tracker on
25
25
/// an individual record.
You can’t perform that action at this time.
0 commit comments