Skip to content

Commit

Permalink
chore: Update for Sep 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 27, 2024
1 parent 9bfda5a commit 3ffac6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fernet"
version = "0.2.2"
version = "0.2.3"
authors = [
"Alex Gaynor <[email protected]>",
"Ben Bangert <[email protected]>",
Expand Down Expand Up @@ -29,12 +29,12 @@ base64 = "0.22"
byteorder = "1"
openssl = { version = "0.10", optional = true }
getrandom = "0.2"
zeroize = { version = "1.0", features = ["zeroize_derive"] }
zeroize = { version = "1.8", features = ["zeroize_derive"] }
aes = { version = "0.8", optional = true }
cbc = { version = "0.1", optional = true, features = ["alloc"] }
hmac = { version = "0.12", optional = true }
sha2 = { version = "0.10", optional = true }
subtle = { version = "2.4", optional = true }
subtle = { version = "2.6", optional = true }


[dev-dependencies]
Expand Down

0 comments on commit 3ffac6a

Please sign in to comment.