Skip to content

Commit

Permalink
chore(deps): bump zeroize from 1.6.1 to 1.7.0 in /rust (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 3f41534 commit 7dd1e81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/db_handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sp-runtime = {git = "https://github.com/paritytech/substrate", default-features
thiserror = "1.0.50"
time = {version = "0.3.30", features = ["formatting", "macros"]}
tiny-bip39 = {version = "1.0.0", default-features = false, optional = true}
zeroize = { version = "1.6.1", optional = true, features = ["std"] }
zeroize = { version = "1.7.0", optional = true, features = ["std"] }

[dev-dependencies]
pretty_assertions = { version = "1.4" }
Expand Down
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sp-runtime = {git = "https://github.com/paritytech/substrate", default-features
thiserror = "1.0.50"
transaction_parsing = {path = "../transaction_parsing"}
transaction_signing = {path = "../transaction_signing"}
zeroize = { version = "1.6.1", features = ["std"] }
zeroize = { version = "1.7.0", features = ["std"] }
qrcode_rtx = { path = "../qrcode_rtx" }
parity-scale-codec = "3.6.8"
sled = "0.34"
Expand Down
2 changes: 1 addition & 1 deletion rust/transaction_signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
hex = "0.4.3"
parity-scale-codec = "3.6.8"
zeroize = { version = "1.6.1", features = ["std"] }
zeroize = { version = "1.7.0", features = ["std"] }

definitions = { path = "../definitions", default-features = false }
db_handling = { path = "../db_handling", default-features = false }
Expand Down

0 comments on commit 7dd1e81

Please sign in to comment.