Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 5, 2024
1 parent 2dce22a commit 609bda7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
iota_stronghold = "1"
iota_stronghold = { version = "1" }
iota-crypto = "0.23"
hex = "0.4"
hex = { version = "0.4" }
zeroize = { version = "1", features = ["zeroize_derive"] }

# kdf dependencies
Expand All @@ -24,7 +24,7 @@ rand_chacha = { version = "0.3.1", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }

[dev-dependencies]
rand = "0.8"
rand = { version = "0.8" }
rusty-fork = "0.3"

[features]
Expand Down

0 comments on commit 609bda7

Please sign in to comment.