Skip to content

Commit

Permalink
build(deps): bump impl-trait-for-tuples from 0.2.2 to 0.2.3 (#1570)
Browse files Browse the repository at this point in the history
Bumps [impl-trait-for-tuples](https://github.com/bkchr/impl-trait-for-tuples) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/bkchr/impl-trait-for-tuples/releases)
- [Commits](bkchr/impl-trait-for-tuples@v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: impl-trait-for-tuples
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 817a938 commit 30b0fad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hash-db = { version = "0.16.0", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
hex-literal = "0.4.1"
impl-serde = { version = "0.4.0", default-features = false }
impl-trait-for-tuples = "0.2.1"
impl-trait-for-tuples = "0.2.3"
jsonrpsee = { version = "0.24.7" }
jsonrpsee-core = { version = "0.24.4" }
kvdb-rocksdb = "0.19.0"
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environmental = { workspace = true, optional = true }
evm = { workspace = true, features = ["with-codec"] }
hash-db = { workspace = true }
hex-literal = { workspace = true }
impl-trait-for-tuples = "0.2.2"
impl-trait-for-tuples = "0.2.3"
log = { workspace = true }
scale-codec = { package = "parity-scale-codec", workspace = true }
scale-info = { workspace = true }
Expand Down

0 comments on commit 30b0fad

Please sign in to comment.