Skip to content

Commit 478f099

Browse files
committed
bump deps
Signed-off-by: Sam Batschelet <[email protected]>
1 parent ef6f7d2 commit 478f099

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spacesvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dyn-clone = "1.0.9"
2424
ethereum-types = { version = "0.14.0" }
2525
clap = { version = "4.0.22", features = ["cargo", "derive"] }
2626
eip-712 = "0.1.0"
27-
env_logger = "0.9.3"
27+
env_logger = "0.10.0"
2828
hex = "0.4.3"
2929
http = "0.2.8"
3030
hyper = "0.14.23"

tests/e2e/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ homepage = "https://avax.network"
1313
[dev-dependencies]
1414
avalanche-installer = "0.0.8"
1515
avalanche-network-runner-sdk = "0.3.0" # https://crates.io/crates/avalanche-network-runner-sdk
16-
avalanche-types = { version = "0.0.135", features = ["client", "subnet"] } # https://crates.io/crates/avalanche-types
17-
env_logger = "0.9.1"
16+
avalanche-types = { version = "0.0.140", features = ["client", "subnet"] } # https://crates.io/crates/avalanche-types
17+
env_logger = "0.10.0"
1818
log = "0.4.17"
1919
random-manager = "0.0.1"
2020
serde_json = "1.0.87" # https://github.com/serde-rs/json/releases

tests/e2e/src/tests/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async fn e2e() {
5050
// keep this in sync with "proto" crate
5151
// ref. https://github.com/ava-labs/avalanchego/blob/v1.9.2/version/constants.go#L15-L17
5252
let (exec_path, plugins_dir) =
53-
avalanche_installer::avalanchego::download(None, None, Some("v1.9.3".to_string()))
53+
avalanche_installer::avalanchego::download(None, None, Some("v1.9.2".to_string()))
5454
.await
5555
.unwrap();
5656
avalanchego_exec_path = exec_path;

0 commit comments

Comments
 (0)