From 9885bdfd8c9b75fec4295225137bd41a101c0fa6 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 22 Dec 2022 12:04:58 -0800 Subject: [PATCH] minor update --- Cargo.lock | 4 ++-- web3_proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36fd582d..74beb3cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,9 +2097,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.5" +version = "4.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd" +checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" dependencies = [ "log", "pest", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 8e57b6a9..b945e0fb 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -51,7 +51,7 @@ proctitle = "0.1.1" # TODO: regex has several "perf" features that we might want to use regex = "1.7.0" reqwest = { version = "0.11.13", default-features = false, features = ["json", "tokio-rustls"] } -handlebars = "4.3.5" +handlebars = "4.3.6" rustc-hash = "1.1.0" siwe = "0.5.0" sentry = { version = "0.29.1", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] }