Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.48 to 1.0.49
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.48...1.0.49)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 93fd74c commit caa7e5f
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 @@ -16,7 +16,7 @@ moksha-fedimint = { path = "../../moksha-fedimint" }

tracing = "0.1.37"
anyhow = { version = "1.0.75", features = ["backtrace"] }
thiserror = "1.0.48"
thiserror = "1.0.49"
flutter_rust_bridge = "1.82.1"
lightning-invoice = "0.24.0"
async-trait = "0.1.72"
Expand Down
2 changes: 1 addition & 1 deletion moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
hex = "0.4.3"
serde_with = "3.1.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
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 @@ -31,7 +31,7 @@ tower-service = { version = "0.3.2" }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
thiserror = "1.0.48"
thiserror = "1.0.49"
moksha-core = { path = "../moksha-core" }
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 @@ -18,7 +18,7 @@ moksha-core = { path = "../moksha-core" }
serde_json = "1.0.107"
serde = "1.0.188"
rand = "0.8.5"
thiserror = "1.0.48"
thiserror = "1.0.49"
async-trait = "0.1.72"
lightning-invoice = "0.24.0"
url = "2.4.1"
Expand Down

0 comments on commit caa7e5f

Please sign in to comment.