Skip to content

Commit

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

---
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 Apr 29, 2024
1 parent d31f553 commit 0a53309
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/db_handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = "1.10.3"
sled = "0.34.6"
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"], optional = true}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, optional = true}
thiserror = "1.0.57"
thiserror = "1.0.59"
time = {version = "0.3.34", features = ["formatting", "macros"]}
tiny-bip39 = {version = "1.0.0", default-features = false, optional = true}
zeroize = { version = "1.7.0", optional = true, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/defaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static = {version = "1.4.0", optional = true}
regex = {version = "1.10.3", optional = true}
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}
thiserror = "1.0.57"
thiserror = "1.0.59"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion rust/definitions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sp-io = {git = "https://github.com/paritytech/substrate", optional = true}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}
sp-version = {git = "https://github.com/paritytech/substrate"}
sp-wasm-interface = {git = "https://github.com/paritytech/substrate", optional = true}
thiserror = "1.0.57"
thiserror = "1.0.59"
constants = {path = "../constants"}

[features]
Expand Down
2 changes: 1 addition & 1 deletion rust/generate_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sled = "0.34.6"
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false }
sp-keyring = { git = "https://github.com/paritytech/substrate", default-features = false }
thiserror = "1.0.57"
thiserror = "1.0.59"
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hex = "0.4.3"
lazy_static = "1.4.0"
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}
banana_recovery = { git = "https://github.com/paritytech/banana-recovery-rust" }
thiserror = "1.0.57"
thiserror = "1.0.59"
transaction_parsing = {path = "../transaction_parsing"}
transaction_signing = {path = "../transaction_signing"}
zeroize = { version = "1.7.0", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scale-info = "2.10.0"
sp-arithmetic = {git = "https://github.com/paritytech/substrate"}
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}
thiserror = "1.0.57"
thiserror = "1.0.59"

[dev-dependencies]
pretty_assertions = "1"
Expand Down
2 changes: 1 addition & 1 deletion rust/qr_reader_phone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
hex = "0.4.3"
raptorq = "2.0.0"
nom = "7.1.3"
thiserror = "1.0.57"
thiserror = "1.0.59"
constants = {path = "../constants"}
banana_recovery = { git = "https://github.com/paritytech/banana-recovery-rust" }
db_handling = { path = "../db_handling" }
Expand Down
2 changes: 1 addition & 1 deletion rust/transaction_parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parser = {path = "../parser", default-features = false}
sled = "0.34.6"
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}
thiserror = "1.0.57"
thiserror = "1.0.59"
nom = "7.1.3"
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion rust/transaction_signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ definitions = { path = "../definitions", default-features = false }
db_handling = { path = "../db_handling", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false }
thiserror = "1.0.57"
thiserror = "1.0.59"
anyhow = "1.0.81"
sled = "0.34"

Expand Down

0 comments on commit 0a53309

Please sign in to comment.