Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/rust/serde_json-1.0.114
Browse files Browse the repository at this point in the history
  • Loading branch information
prybalko authored Feb 20, 2024
2 parents 239bc1e + 372baf7 commit d9fcfa3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
constants = {path = "../constants"}
defaults = {path = "../defaults", default-features = false, optional = true}
definitions = {path = "../definitions", default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion rust/qr_reader_pc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
hex = "0.4.3"
qr_reader_phone = {path = "../qr_reader_phone"}
anyhow = "1.0.79"
anyhow = "1.0.80"
image = "0.24.8"
quircs = "0.10.2"
indicatif = "0.17.8"
Expand Down
2 changes: 1 addition & 1 deletion rust/qrcode_static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
bitvec = "1.0.1"
constants = {path = "../constants"}
png = "0.17.13"
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 @@ -15,7 +15,7 @@ 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"
anyhow = "1.0.79"
anyhow = "1.0.80"
sled = "0.34"


Expand Down

0 comments on commit d9fcfa3

Please sign in to comment.