Skip to content

Commit

Permalink
Chore/update 2405 (#88)
Browse files Browse the repository at this point in the history
* chore: update for May, 2024

* minor bump for base64 and proof build for openssl
  • Loading branch information
jrconlin authored May 16, 2024
1 parent d49e191 commit 9bfda5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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 <agaynor@mozilla.com>", "Ben Bangert <bbangert@mozilla.com>"]
version = "0.2.2"
authors = [
"Alex Gaynor <alex.gaynor@gmail.com>",
"Ben Bangert <bbangert@mozilla.com>",
]
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 9bfda5a

Please sign in to comment.