Skip to content

Commit

Permalink
Merge pull request #42 from nikeee/dependabot/cargo/aes-0.8.4
Browse files Browse the repository at this point in the history
Bump aes from 0.8.3 to 0.8.4
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
2 parents 7f7f4f5 + 7cf4a6d commit 0079925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ pbkdf2 = { version = "0.12", default-features = false}
hmac = { version = "0.12", default-features = false }
sha1 = { version = "0.10", package = "sha-1", default-features = false }
cbc = "0.1.2"
aes = "0.8.3"
aes = "0.8.4"
zip = "0.6.6"
rusqlite = { version = "0.30.0", features = ["bundled-sqlcipher-vendored-openssl"] }
tempfile = "3.6.0"
Expand Down

0 comments on commit 0079925

Please sign in to comment.