diff --git a/validator-firewall/Cargo.toml b/validator-firewall/Cargo.toml index 23a998d..c449475 100644 --- a/validator-firewall/Cargo.toml +++ b/validator-firewall/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.18", features = [ ] } validator-firewall-common = { path = "../validator-firewall-common", features = ["user"] } serde_json = "1.0.117" -hyper = "0.14.28" +hyper = "1.5.0" reqwest = "0.11.27" duckdb = { version="1.0.0", features=["bundled"]}