Skip to content

Commit

Permalink
build(deps): bump scale-info from 2.11.3 to 2.11.6
Browse files Browse the repository at this point in the history
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.3 to 2.11.6.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](paritytech/scale-info@v2.11.3...v2.11.6)

---
updated-dependencies:
- dependency-name: scale-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 0c50108 commit 3a79d69
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 24 deletions.
64 changes: 42 additions & 22 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 @@ -316,7 +316,7 @@ paste = { version = "1.0.15" }
primitive-types = { version = "0.12.1", default-features = false }
proc-macro2 = { version = "1.0.89" }
quote = { version = "1.0.20" }
scale-info = { version = "2.11.3", default-features = false }
scale-info = { version = "2.11.6", default-features = false }
serde = { version = "1.0.216", default-features = false }
serde_json = { version = "1.0.134", default-features = false }
sha3 = { version = "0.10.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/evm-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
# parity
scale-info = { version = "2.3.1", default-features = false, features = ["derive"] }
scale-info = { version = "2.11.6", default-features = false, features = ["derive"] }
codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.4.0" }

frame-support = { workspace = true }
Expand Down

0 comments on commit 3a79d69

Please sign in to comment.