Skip to content

Commit

Permalink
deps: combine dependabot's PRs (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 4, 2023
1 parent a1d7c69 commit df6a1c1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
87 changes: 44 additions & 43 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async-trait = "0.1.68"
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" }
clap = { version = "4.3.19" }
codec = { package = "parity-scale-codec", version = "3.6.4", default-features = false }
color-eyre = "0.6.2"
colored = "2.0.0"
Expand Down Expand Up @@ -175,7 +175,7 @@ syn = "2.0.15"
thiserror = "1.0.40"
tokio = { version = "1.27.0" }
url = "2.3.1"
wat = "1.0.61"
wat = "1.0.69"
wabt = "0.10.0"
wasmi = { version = "0.14.0", default-features = false }
wasmparser = { package = "wasmparser-nostd", version = "0.100.1", default-features = false }
Expand Down Expand Up @@ -419,7 +419,7 @@ cfg-if = "1.0.0" # gear
cargo_metadata = "=0.15.3" # utils/wasm-builder
errno = "0.3" # gear-lazy-pages
impl-trait-for-tuples = "0.2.2" # pallets/staking-rewards
indexmap = "1.9.3" # utils/weight-diff
indexmap = "2.0.0" # utils/weight-diff
indicatif = "*" # utils/wasm-gen
keyring = "1.2.1" # gcli
libp2p = "=0.50.1" # gcli (same version as sc-consensus)
Expand Down
2 changes: 1 addition & 1 deletion utils/weight-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
clap = { workspace = true, features = ["derive"] }
indexmap.workspace = true
indexmap = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
tabled.workspace = true
Expand Down

0 comments on commit df6a1c1

Please sign in to comment.