Skip to content

Commit

Permalink
Merge pull request #192 from lixmal/dependabot/cargo/zeroize-1.8.1
Browse files Browse the repository at this point in the history
build(deps): bump zeroize from 1.7.0 to 1.8.1
  • Loading branch information
lixmal authored Nov 28, 2024
2 parents b868947 + 741a460 commit fa68f56
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 @@ -26,7 +26,7 @@ env_logger = { version = "0.11.1", features = [] }
log = "0.4.21"
rand = "0.8.5"
keepass = { git = "https://github.com/lixmal/keepass-rs", features = ["serialization", "save_kdbx4"] }
zeroize = { version = "1.7.0", features = ["derive", "std"] }
zeroize = { version = "1.8.1", features = ["derive", "std"] }
secrecy = "0.8.0"
uuid = { version = "1.8.0", features = ["v4"] }
regex = "1.10.2"
Expand Down

0 comments on commit fa68f56

Please sign in to comment.