Skip to content

Commit

Permalink
chore(deps): bump parity-scale-codec to 3.6.4 (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Jul 23, 2023
1 parent 6e3ad06 commit 86295f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ base64 = "0.21.0"
blake2-rfc = { version = "0.2.18", default-features = false }
bs58 = { version = "0.4.0", default-features = false }
clap = { version = "4.2.1" }
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.6.4", default-features = false }
color-eyre = "0.6.2"
colored = "2.0.0"
const-str = "0.5"
Expand All @@ -136,7 +136,7 @@ lazy_static = "1.4.0"
libc = { version = "0.2", default-features = false }
log = { version = "0.4.17", default-features = false }
once_cell = "1.17.1"
parity-scale-codec = { version = "3.6.1", default-features = false }
parity-scale-codec = { version = "3.6.4", default-features = false }
parity-wasm = "0.45.0"
parking_lot = "0.12.1"
path-clean = "1.0.1"
Expand Down

0 comments on commit 86295f6

Please sign in to comment.