diff --git a/Cargo.lock b/Cargo.lock index b779ea5..33c5b0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,9 +948,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" +checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" dependencies = [ "anstream", "anstyle", diff --git a/tests/e2e/Cargo.toml b/tests/e2e/Cargo.toml index e61d5e2..55c0d47 100644 --- a/tests/e2e/Cargo.toml +++ b/tests/e2e/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://avax.network" avalanche-installer = "0.0.77" avalanche-network-runner-sdk = "0.3.4" # https://crates.io/crates/avalanche-network-runner-sdk avalanche-types = { version = "0.1.5", features = ["jsonrpc_client", "subnet"] } # https://crates.io/crates/avalanche-types -env_logger = "0.11.2" +env_logger = "0.11.3" log = "0.4.21" random-manager = "0.0.5" serde_json = "1.0.114" # https://github.com/serde-rs/json/releases diff --git a/timestampvm/Cargo.toml b/timestampvm/Cargo.toml index 4bfce00..3872b97 100644 --- a/timestampvm/Cargo.toml +++ b/timestampvm/Cargo.toml @@ -17,7 +17,7 @@ bytes = "1.5.0" chrono = "0.4.35" clap = { version = "4.5.2", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases derivative = "2.2.0" -env_logger = "0.11.2" +env_logger = "0.11.3" http-manager = { version = "0.0.14" } jsonrpc-core = "18.0.0" jsonrpc-core-client = { version = "18.0.0" }