diff --git a/Cargo.lock b/Cargo.lock index 8f91c0f..e2c421d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37d89f69cb43901949ba29307ada8b9e3b170f94057ad4c04d6fd169d24d65f" +checksum = "b2683873c2744f6cd72d0db51bb74fee9ed310e0476a140bdc19e82b407d8a0a" dependencies = [ "alloy-consensus", "alloy-contract", diff --git a/Cargo.toml b/Cargo.toml index 0e50b04..424b8c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -alloy = { version = "0.3.3", default-features = false, features = ["std", "rpc-client-ws"] } +alloy = { version = "0.3.5", default-features = false, features = ["std", "rpc-client-ws"] } arrayvec = "0.7.6" axum = { version = "0.7.5", features = ["http2"] } bdk_esplora = { version = "0.17.0", features = ["async-https", "async-https-rustls"], default-features = false }