Skip to content

Commit

Permalink
update base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jun 7, 2024
1 parent 6d3dec2 commit 1c7a805
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ futures = "0.3.30"
bytes = "1.5.0"
dashmap = "5.5.3"
aes-gcm = { version = "0.10.3" }
base64 = { version = "0.21.7" }
base64 = { version = "0.22.1" }
rand = { version = "0.8.5" }
hmac = "0.12.1"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion src/sec/signed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl CookiesAdditionJar for CookieJar {
}

/// A child cookie jar that authenticates its cookies and Adds Additional measures to ensure integrity.
#[cfg_attr(all(nightly, doc), doc(cfg(feature = "signed")))]
#[cfg_attr(doc, doc(cfg(feature = "signed")))]
pub struct AdditionalSignedJar<J> {
parent: J,
key: [u8; KEY_LEN],
Expand Down

0 comments on commit 1c7a805

Please sign in to comment.