From 59e5beeac8d1d8be1714310d32b9218f876bd704 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 12 Oct 2023 21:49:55 -0700 Subject: [PATCH] 1.43.44 --- Cargo.lock | 10 +++++----- web3_proxy/Cargo.toml | 4 ++-- web3_proxy_cli/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ad8469..1400c7f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,13 +5759,13 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c" +checksum = "f66edd6b6cd810743c0c71e1d085e92b01ce6a72782032e3f794c8284fe4bcdd" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.38", ] [[package]] @@ -6574,7 +6574,7 @@ dependencies = [ [[package]] name = "web3_proxy" -version = "1.43.43" +version = "1.43.44" dependencies = [ "anyhow", "arc-swap", @@ -6649,7 +6649,7 @@ dependencies = [ [[package]] name = "web3_proxy_cli" -version = "1.43.43" +version = "1.43.44" dependencies = [ "console-subscriber", "env_logger", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 73a29f9f..14d1832a 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web3_proxy" -version = "1.43.43" +version = "1.43.44" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -94,7 +94,7 @@ url = { version = "2.4.1" } uuid = { version = "1.4.1", default-features = false, features = ["fast-rng", "v4", "zerocopy"] } # TODO: why doesn't this work in dev-dependencies. i think because of how we split web3_proxy and web3_proxy_cli. im not sure that is even helping anymore -test-log = { version = "0.2.12", default-features = false, features = ["trace"] } +test-log = { version = "0.2.13", default-features = false, features = ["trace"] } # # TODO: bring this back # check-if-email-exists = "0.9.0" diff --git a/web3_proxy_cli/Cargo.toml b/web3_proxy_cli/Cargo.toml index 997a414d..4b0c486e 100644 --- a/web3_proxy_cli/Cargo.toml +++ b/web3_proxy_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web3_proxy_cli" -version = "1.43.43" +version = "1.43.44" edition = "2021" default-run = "web3_proxy_cli" @@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] env_logger = { version ="0.10", default-features = false, features = ["auto-color"] } -test-log = { version ="0.2.12", default-features = false, features = ["trace"] } +test-log = { version ="0.2.13", default-features = false, features = ["trace"] } tokio = { version = "1.33.0", default-features = false, features = ["full", "test-util"] } tracing = {version = "0.1", default-features = false } tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"] }