Skip to content

Commit

Permalink
chore: update for May, 2024
Browse files Browse the repository at this point in the history
* minor bump for base64 and proof build for openssl
  • Loading branch information
jrconlin committed May 14, 2024
1 parent d49e191 commit 49346ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "fernet"
version = "0.2.1"
authors = ["Alex Gaynor <[email protected]>", "Ben Bangert <[email protected]>"]
authors = [
"Alex Gaynor <[email protected]>",
"Ben Bangert <[email protected]>",
]
description = "An implementation of fernet in Rust."
repository = "https://github.com/mozilla-services/fernet-rs/"
homepage = "https://github.com/mozilla-services/fernet-rs/"
Expand All @@ -22,7 +25,7 @@ rustcrypto = ["aes", "cbc", "sha2", "hmac", "subtle"]
features = ["fernet_danger_timestamps"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
byteorder = "1"
openssl = { version = "0.10", optional = true }
getrandom = "0.2"
Expand Down

0 comments on commit 49346ef

Please sign in to comment.