Skip to content

Commit

Permalink
Merge pull request #160 from ngutech21/dependabot/cargo/thiserror-1.0.50
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 1.0.49 to 1.0.50
  • Loading branch information
ngutech21 authored Oct 23, 2023
2 parents 7c314a6 + e85c8ff commit 78fb46e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ moksha-fedimint = { path = "../../moksha-fedimint" }

tracing = "0.1.40"
anyhow = { version = "1.0.75", features = ["backtrace"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
flutter_rust_bridge = "1.82.3"
lightning-invoice = "0.24.0"
async-trait = "0.1.74"
Expand Down
2 changes: 1 addition & 1 deletion moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
hex = "0.4.3"
serde_with = "3.4.0"
thiserror = "1.0.49"
thiserror = "1.0.50"
itertools = "0.11.0"

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tower-service = { version = "0.3.2" }
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.1.2" }
rocksdb = "0.21.0"
lightning-invoice = "0.24.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 @@ -20,7 +20,7 @@ moksha-core = { version = "0.1.2", path = "../moksha-core" }
serde_json = "1.0.107"
serde = "1.0.189"
rand = "0.8.5"
thiserror = "1.0.49"
thiserror = "1.0.50"
async-trait = "0.1.74"
lightning-invoice = "0.24.0"
url = "2.4.1"
Expand Down

0 comments on commit 78fb46e

Please sign in to comment.