Skip to content

Commit

Permalink
build(deps): bump blake3 from 1.5.1 to 1.6.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 8bc4645 commit d651c59
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
36 changes: 26 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/index-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true

[dependencies]
blake3 = "1.5"
blake3 = "1.6"
graph = { path = "../../graph" }
graph-graphql = { path = "../../graphql" }
graph-chain-arweave = { path = "../../chain/arweave" }
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true

[dependencies]
async-trait = "0.1.50"
blake3 = "1.5"
blake3 = "1.6"
chrono = { workspace = true }
derive_more = { version = "0.99.18" }
diesel = { workspace = true }
Expand Down

0 comments on commit d651c59

Please # to comment.