Skip to content

Commit

Permalink
Merge pull request #73 from stefins/dependabot/cargo/fernet-0.2.2
Browse files Browse the repository at this point in the history
Bump fernet from 0.2.1 to 0.2.2
  • Loading branch information
stefins authored Jun 11, 2024
2 parents 03cd261 + 2b7c1f4 commit 6058e9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -13,7 +13,7 @@ exclude = [

[dependencies]
tar = "0.4.41"
fernet = {version = "0.2.1", default-features = false, features = ["rustcrypto"]}
fernet = {version = "0.2.2", default-features = false, features = ["rustcrypto"]}
clap = "4.5.7"
threadpool = "1.8.1"
num_cpus = "1.16"
Expand Down

0 comments on commit 6058e9d

Please sign in to comment.