Skip to content

Commit 65cf0d9

Browse files
build(deps): bump blake3 from 1.6.1 to 1.8.2 (#5963)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.6.1 to 1.8.2. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.6.1...1.8.2) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e717caf commit 65cf0d9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/index-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version.workspace = true
44
edition.workspace = true
55

66
[dependencies]
7-
blake3 = "1.6"
7+
blake3 = "1.8"
88
graph = { path = "../../graph" }
99
graph-graphql = { path = "../../graphql" }
1010
graph-chain-arweave = { path = "../../chain/arweave" }

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55

66
[dependencies]
77
async-trait = "0.1.50"
8-
blake3 = "1.6"
8+
blake3 = "1.8"
99
chrono = { workspace = true }
1010
derive_more = { version = "2.0.1", features = ["full"] }
1111
diesel = { workspace = true }

0 commit comments

Comments
 (0)