Skip to content

Commit

Permalink
chore: update secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Nov 27, 2023
1 parent 8518c7a commit 2ce1a4a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flutter_rust_bridge = "1.82.4"
lightning-invoice = "0.24.0"
async-trait = "0.1.74"
url = "2.4.1"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
secp256k1 = { version = "0.28.0", features = ["rand", "serde"] }
tokio = { version = "1.34.0", features = ["rt", "sync", "io-util", "macros"] }
lazy_static = "1.4.0"
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ url = "2.4.1"
base64 = "0.21.2"
bitcoin_hashes = "0.12.0"
rand = "0.8.5"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
secp256k1 = { version = "0.28.0", features = ["rand", "serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tower-http = { version = "0.5.0", features = ["trace", "cors", "fs", "set-header
tower-service = { version = "0.3.2" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
secp256k1 = { version = "0.28.0", features = ["rand", "serde"] }
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.1.2" }
rocksdb = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/lib.rs"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
secp256k1 = { version = "0.27.0", features = ["serde"] }
secp256k1 = { version = "0.28.0", features = ["serde"] }
moksha-core = { version = "0.1.2", path = "../moksha-core" }
serde_json = "1.0.108"
serde = "1.0.193"
Expand Down

0 comments on commit 2ce1a4a

Please sign in to comment.