diff --git a/Cargo.lock b/Cargo.lock index f1168906765..21d476dbe43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3604,9 +3604,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 44e004be00c..51c66f23c85 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -101,7 +101,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