Skip to content

Commit 42edab2

Browse files
committed
fix build
1 parent 6b6f471 commit 42edab2

File tree

4 files changed

+132
-13
lines changed

4 files changed

+132
-13
lines changed

Cargo.lock

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

src/jormungandr/testing/jormungandr-automation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ json = "0.12.4"
5656
strum = { version = "0.24", features = ["derive"] }
5757
tracing.workspace = true
5858
log = { version = "0.4", features = ["serde"] }
59-
netstat2 = "0.9"
59+
netstat2 = "0.11.1"
6060
multiaddr = { package = "parity-multiaddr", version = "0.11" }
6161
keynesis = "1"
6262
tempfile = "3"

src/vit-testing/integration-tests/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ chain-ser = { path = "../../chain-libs/chain-ser" }
2323
chain-crypto = { path = "../../chain-libs/chain-crypto" }
2424
voting_tools_rs = {path = "../../voting-tools-rs"}
2525
chain-impl-mockchain = { workspace = true, features = [ "property-test-api" ] }
26-
vitup = { path = "../vitup"}
27-
iapyx = { path = "../iapyx"}
28-
valgrind = { path = "../valgrind"}
26+
vitup = { path = "../vitup"}
27+
iapyx = { path = "../iapyx"}
28+
valgrind = { path = "../valgrind"}
2929
mainnet-tools = { path = "../mainnet-tools"}
3030
mainnet-lib = { path = "../mainnet-lib"}
3131
snapshot-trigger-service = { path = "../snapshot-trigger-service" }
@@ -34,7 +34,7 @@ tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread"] }
3434
catalyst-toolbox = { path = "../../catalyst-toolbox/catalyst-toolbox", features=["test-api"]}
3535
snapshot-lib = { path = "../../catalyst-toolbox/snapshot-lib", features=["test-api"]}
3636
thiserror = "1.0"
37-
netstat2 = "0.9"
37+
netstat2 = "0.11.1"
3838
image = "0.23"
3939
rand = "0.8"
4040
hex = "0.4.3"

src/vit-testing/vitup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ valgrind = { path = "../valgrind" }
4141
poldercast = "1"
4242
rand = "0.8"
4343
path-slash = "0.2.0"
44-
netstat2 = "0.9"
44+
netstat2 = "0.11.1"
4545
time = { version = "0.3.7", features=["serde","serde-well-known","parsing"]}
4646
fake = { version = "2.2", features=['chrono','http']}
4747
strum = "0.24"

0 commit comments

Comments
 (0)