Skip to content

Commit e96a009

Browse files
build(deps): bump tiny-keccak from 1.5.0 to 2.0.2
Bumps [tiny-keccak](https://github.com/debris/tiny-keccak) from 1.5.0 to 2.0.2. - [Commits](https://github.com/debris/tiny-keccak/commits) --- updated-dependencies: - dependency-name: tiny-keccak dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f031138 commit e96a009

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

Cargo.lock

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

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { workspace = true }
1212
prost = { workspace = true }
1313
prost-types = { workspace = true }
1414
anyhow = "1.0"
15-
tiny-keccak = "1.5.0"
15+
tiny-keccak = "2.0.2"
1616
hex = "0.4.3"
1717
semver = { workspace = true }
1818
thiserror = { workspace = true }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ slog-async = "2.5.0"
6262
slog-envlogger = "2.1.0"
6363
slog-term = "2.7.0"
6464
petgraph = "0.8.3"
65-
tiny-keccak = "1.5.0"
65+
tiny-keccak = "2.0.2"
6666
tokio = { workspace = true}
6767
tokio-stream = { workspace = true }
6868
tokio-retry = { workspace = true }

0 commit comments

Comments
 (0)