From e89126cff8331229fab30b662db86ac8a0272526 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 20 Jan 2023 15:51:19 -0800 Subject: [PATCH] cargo upgrade --workspace --- Cargo.lock | 8 ++++---- web3_proxy/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fc27a98..8f1a8ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,9 +342,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1304eab461cf02bd70b083ed8273388f9724c549b316ba3d1e213ce0e9e7fb7e" +checksum = "678c5130a507ae3a7c797f9a17393c14849300b8440eac47cdb90a5bdcb3a543" dependencies = [ "async-trait", "axum-core", @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f487e40dc9daee24d8a1779df88522f159a54a980f99cfbe43db0be0bd3444a8" +checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" dependencies = [ "async-trait", "bytes", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index dafac505..32cfe92c 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -22,7 +22,7 @@ thread-fast-rng = { path = "../thread-fast-rng" } anyhow = { version = "1.0.68", features = ["backtrace"] } arc-swap = "1.6.0" argh = "0.1.10" -axum = { version = "0.6.2", features = ["headers", "ws"] } +axum = { version = "0.6.3", features = ["headers", "ws"] } axum-client-ip = "0.3.1" axum-macros = "0.3.1" # TODO: import chrono from sea-orm so we always have the same version