Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/cargo/su…
Browse files Browse the repository at this point in the history
…bxt-0.38.0
  • Loading branch information
cmichi committed Nov 15, 2024
2 parents c93d2c0 + 03da381 commit ec6c6c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/[email protected].68
uses: taiki-e/[email protected].70
with:
tool: nextest

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/[email protected].68
uses: taiki-e/[email protected].70
with:
tool: nextest

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/[email protected].68
uses: taiki-e/[email protected].70
with:
tool: nextest

Expand Down
14 changes: 7 additions & 7 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 crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.5.4", features = ["derive", "env"] }
duct = "0.13.7"
heck = "0.5.0"
hex = "0.4.3"
impl-serde = "0.4.0"
impl-serde = "0.5.0"
rustc_version = "0.4.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = [
"derive",
Expand All @@ -44,7 +44,7 @@ zip = { version = "2.2.0", default-features = false }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1"
bollard = "0.17"
bollard = "0.18"
crossterm = "0.28.1"

contract-metadata = { version = "5.0.0-alpha", path = "../metadata" }
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"]

[dependencies]
impl-serde = "0.4.0"
impl-serde = "0.5.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit ec6c6c6

Please sign in to comment.