diff --git a/Cargo.lock b/Cargo.lock index 63aa2dcdbe6..be40a0c16ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3696,9 +3696,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496" +checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 504c233506c..cf87db8bd27 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -94,7 +94,7 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat ] } serde_plain = "1.0.2" csv = "1.3.1" -object_store = { version = "0.12.3", features = ["gcp"] } +object_store = { version = "0.12.4", features = ["gcp"] } [dev-dependencies] clap.workspace = true