Skip to content

Commit 98441a2

Browse files
build(deps): bump blake3 from 1.3.3 to 1.4.1 (#4748)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.3.3 to 1.4.1. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.3.3...1.4.1) --- 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>
1 parent 12e0f0e commit 98441a2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.3"
7+
blake3 = "1.4"
88
either = "1.8.0"
99
futures = "0.3.4"
1010
graph = { path = "../../graph" }

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.3"
8+
blake3 = "1.4"
99
derive_more = { version = "0.99.17" }
1010
diesel = { version = "1.4.8", features = [
1111
"postgres",

0 commit comments

Comments
 (0)