Skip to content

Commit

Permalink
chore(deps): bump parity-scale-codec from 3.6.8 to 3.6.9 in /rust (#2208
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 98641bb commit f5ab7a5
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 29 deletions.
101 changes: 79 additions & 22 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 @@ -13,7 +13,7 @@ definitions = {path = "../definitions", default-features = false}
qrcode_rtx = {path = "../qrcode_rtx", default-features = false}
hex = {version = "0.4.3"}
lazy_static = "1.4.0"
parity-scale-codec = {version = "3.6.8", features = ["derive"]}
parity-scale-codec = {version = "3.6.9", features = ["derive"]}
regex = "1.10.2"
sled = "0.34.6"
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"], optional = true}
Expand Down
2 changes: 1 addition & 1 deletion rust/definitions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
frame-metadata = {version = "16.0.0", features = ["std", "legacy"]}
hex = "0.4.3"
libsecp256k1 = "0.7.1"
parity-scale-codec = {version = "3.6.8", features = ["derive"]}
parity-scale-codec = {version = "3.6.9", features = ["derive"]}
sc-executor-common = {git = "https://github.com/paritytech/substrate"}
sc-executor-wasmi = {git = "https://github.com/paritytech/substrate", optional = true}
sled = "0.34.6"
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 @@ -14,7 +14,7 @@ definitions = {path = "../definitions", default-features = false, features = ["a
hex = "0.4.3"
jsonrpsee = {version = "0.20.3", features = ["ws-client"]}
lazy_static = "1.4.0"
parity-scale-codec = "3.6.8"
parity-scale-codec = "3.6.9"
qrcode_rtx = {path = "../qrcode_rtx"}
regex = "1.10.2"
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ transaction_parsing = {path = "../transaction_parsing"}
transaction_signing = {path = "../transaction_signing"}
zeroize = { version = "1.7.0", features = ["std"] }
qrcode_rtx = { path = "../qrcode_rtx" }
parity-scale-codec = "3.6.8"
parity-scale-codec = "3.6.9"
sled = "0.34"
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion rust/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ frame-metadata = { version = "16.0.0", default-features = false, features = ["st
hex = "0.4.3"
lazy_static = "1.4.0"
num-bigint = "0.4.4"
parity-scale-codec = {version = "3.6.8", features = ["derive", "bit-vec"]}
parity-scale-codec = {version = "3.6.9", features = ["derive", "bit-vec"]}
printing_balance = {path = "../printing_balance"}
regex = "1.10.2"
scale-info = "2.10.0"
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 @@ -12,7 +12,7 @@ db_handling = {path = "../db_handling", default-features = false }
definitions = {path = "../definitions", default-features = false }
frame-metadata = {version = "16.0.0", default-features = false}
hex = "0.4.3"
parity-scale-codec = "3.6.8"
parity-scale-codec = "3.6.9"
parser = {path = "../parser", default-features = false}
sled = "0.34.6"
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}
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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
hex = "0.4.3"
parity-scale-codec = "3.6.8"
parity-scale-codec = "3.6.9"
zeroize = { version = "1.7.0", features = ["std"] }

definitions = { path = "../definitions", default-features = false }
Expand Down

0 comments on commit f5ab7a5

Please sign in to comment.