Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Nov 12, 2024
1 parent e16db97 commit 7ddc072
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
23 changes: 5 additions & 18 deletions node/Cargo.lock

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

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ hyper-util = { version = "0.1", features = ["full"] }
im = "15.1.0"
jsonrpsee = { version = "0.23.0", features = ["http-client", "server"] }
k256 = { version = "0.13", features = ["ecdsa"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }
kube = { version = "0.96.0", features = ["derive", "runtime"] }
num-bigint = "0.4.4"
num-traits = "0.2.18"
Expand Down
3 changes: 1 addition & 2 deletions node/components/network/src/gossip/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ use tracing::Instrument as _;
use zksync_concurrency::{
ctx,
error::Wrap as _,
limiter, net, scope,
sync::{self, prunable_mpsc::SelectionFunctionResult},
limiter, net, scope, sync,
testonly::{abort_on_panic, set_timeout},
time,
};
Expand Down
3 changes: 1 addition & 2 deletions node/components/network/src/testonly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ use std::{
};
use zksync_concurrency::{
ctx::{self, channel},
io, limiter, net, scope,
sync::{self, prunable_mpsc::SelectionFunctionResult},
io, limiter, net, scope, sync,
};
use zksync_consensus_roles::{node, validator};
use zksync_consensus_storage::BlockStore;
Expand Down

0 comments on commit 7ddc072

Please sign in to comment.