diff --git a/Cargo.lock b/Cargo.lock index abf9368d3e4..799b15ed144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.6.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", "arrayvec 0.7.4", @@ -2146,7 +2146,7 @@ dependencies = [ name = "graph-server-index-node" version = "0.36.0" dependencies = [ - "blake3 1.6.1", + "blake3 1.8.2", "git-testament", "graph", "graph-chain-arweave", @@ -2179,7 +2179,7 @@ dependencies = [ "Inflector", "anyhow", "async-trait", - "blake3 1.6.1", + "blake3 1.8.2", "chrono", "clap", "derive_more 2.0.1", diff --git a/server/index-node/Cargo.toml b/server/index-node/Cargo.toml index 63c68a311a8..f5274c75f40 100644 --- a/server/index-node/Cargo.toml +++ b/server/index-node/Cargo.toml @@ -4,7 +4,7 @@ version.workspace = true edition.workspace = true [dependencies] -blake3 = "1.6" +blake3 = "1.8" graph = { path = "../../graph" } graph-graphql = { path = "../../graphql" } graph-chain-arweave = { path = "../../chain/arweave" } diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index c95b3cb83a4..59c309c7422 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true [dependencies] async-trait = "0.1.50" -blake3 = "1.6" +blake3 = "1.8" chrono = { workspace = true } derive_more = { version = "2.0.1", features = ["full"] } diesel = { workspace = true }