Skip to content

Commit 2a913a3

Browse files
Bump which from 4.3.0 to 4.4.0 (#801)
Bumps [which](https://github.com/harryfei/which-rs) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](harryfei/which-rs@4.3.0...4.4.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e9562 commit 2a913a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ tokio = { version = "1.8", features = ["macros", "time"] }
3434
tracing = "0.1.34"
3535
tracing-subscriber = "0.3.11"
3636
wabt = "0.10.0"
37-
which = "4.0.2"
37+
which = "4.4.0"

testing/test-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
1212
[build-dependencies]
1313
subxt = { path = "../../subxt" }
1414
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
15-
which = "4.2.2"
15+
which = "4.4.0"
1616
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }

0 commit comments

Comments
 (0)