Skip to content

Commit

Permalink
security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Oct 9, 2024
1 parent 75e7eec commit 03f59af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions secretrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ bip39 = "2.0.0"
async-trait = "0.1.83"
serde = "1.0.210"
serde_json = "1.0.128"
serde-json-wasm = "0.5.2"
nanorand = { version = "0.7.0", features = ["getrandom", "zeroize"] }
# Downgraded to support 1.72
derive_more = { version = "=1.0.0-beta.6", default-features = false, features = ["from"] }
Expand All @@ -71,6 +72,7 @@ hkdf = "0.12.4"
sha2 = "0.10.8"
aes-siv = "0.7.0"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
curve25519-dalek = "4.1.3"

# errors
thiserror = "1.0.64"
Expand Down

0 comments on commit 03f59af

Please sign in to comment.