Skip to content

Commit

Permalink
build(deps): bump blake3 from 1.4.1 to 1.5.0 (#4889)
Browse files Browse the repository at this point in the history
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.4.1...1.5.0)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 26, 2023
1 parent 2f17c17 commit fd21d93
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
28 changes: 13 additions & 15 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.4"
blake3 = "1.5"
either = "1.9.0"
futures = "0.3.4"
graph = { path = "../../graph" }
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.4"
blake3 = "1.5"
derive_more = { version = "0.99.17" }
diesel = { version = "1.4.8", features = [
"postgres",
Expand Down

0 comments on commit fd21d93

Please sign in to comment.