diff --git a/Cargo.lock b/Cargo.lock index d1dd7adb..790c2b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,9 +338,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678c5130a507ae3a7c797f9a17393c14849300b8440eac47cdb90a5bdcb3a543" +checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" dependencies = [ "async-trait", "axum-core", @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7d7c3e69f305217e317a28172aab29f275667f2e1c15b87451e134fe27c7b1" +checksum = "9dbcf61bed07d554bd5c225cd07bc41b793eab63e79c6f0ceac7e1aed2f1c670" dependencies = [ "heck 0.4.0", "proc-macro2", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 09630499..962c4147 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -27,9 +27,9 @@ thread-fast-rng = { path = "../thread-fast-rng" } anyhow = { version = "1.0.68", features = ["backtrace"] } argh = "0.1.10" -axum = { version = "0.6.3", features = ["headers", "ws"] } +axum = { version = "0.6.4", features = ["headers", "ws"] } axum-client-ip = "0.3.1" -axum-macros = "0.3.1" +axum-macros = "0.3.2" chrono = "0.4.23" counter = "0.5.7" derive_more = "0.99.17"