Skip to content

Commit d651c59

Browse files
build(deps): bump blake3 from 1.5.1 to 1.6.0
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.1...1.6.0) --- updated-dependencies: - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bc4645 commit d651c59

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

Cargo.lock

Lines changed: 26 additions & 10 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.5"
7+
blake3 = "1.6"
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.5"
8+
blake3 = "1.6"
99
chrono = { workspace = true }
1010
derive_more = { version = "0.99.18" }
1111
diesel = { workspace = true }

0 commit comments

Comments
 (0)