Skip to content

Commit

Permalink
Fix Dalek vulnerability (#260)
Browse files Browse the repository at this point in the history
* bump version

* wip

* wip
  • Loading branch information
GhenadieVP authored Nov 18, 2024
1 parent bce9f1a commit 42006ba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 52 deletions.
68 changes: 20 additions & 48 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 crates/sargon-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon-uniffi"
# Don't forget to update version in crates/sargon/Cargo.toml
version = "1.1.51"
version = "1.1.52"
edition = "2021"
build = "build.rs"

Expand Down
6 changes: 3 additions & 3 deletions crates/sargon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon"
# Don't forget to update version in crates/sargon-uniffi/Cargo.toml
version = "1.1.51"
version = "1.1.52"
edition = "2021"
build = "build.rs"

Expand Down Expand Up @@ -110,8 +110,8 @@ itertools = { git = "https://github.com/rust-itertools/itertools/", rev = "98eca
enum-as-inner = { git = "https://github.com/bluejekyll/enum-as-inner/", rev = "c15f6e5c4f98ec865e181ae1fff9fc13a1a2e4e2" }

# SLIP10 implementation
# iota_crypto = "0.23.1"
iota-crypto = { git = "https://github.com/iotaledger/crypto.rs", rev = "47460d64fd0514af136ea1c2c6f3aa29ed89d1b8", features = [
# iota_crypto = "0.23.2"
iota-crypto = { git = "https://github.com/iotaledger/crypto.rs", rev = "8c13125541e762206e2dc57b8bfde89c7f6ce8e3", features = [
"slip10",
"ed25519",
"secp256k1",
Expand Down

0 comments on commit 42006ba

Please sign in to comment.