File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ authors = [
1818async-trait = " 0.1.50"
1919rand = " 0.8.3"
2020base64 = " 0.13.0"
21- sha2 = " 0.9.5 "
22- hmac = " 0.11.0 "
21+ sha2 = " 0.10.2 "
22+ hmac = " 0.12.1 "
2323serde_json = " 1.0.64"
2424bincode = " 1.3.3"
2525anyhow = " 1.0.40"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ use std::{
1919/// and read exactly once in order to set the cookie value.
2020///
2121/// ## 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
2323/// does not undergo a serialization-deserialization cycle must call
2424/// [`Session::reset_data_changed`] in order to reset the change tracker on
2525/// an individual record.
You can’t perform that action at this time.
0 commit comments