mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 07:48:00 +00:00
Bump expander from 0.0.5 to 0.0.6 (#5086)
Bumps [expander](https://github.com/drahnr/expander) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/drahnr/expander/releases) - [Commits](https://github.com/drahnr/expander/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: expander dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+3
-3
@@ -1869,9 +1869,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "expander"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"
|
||||
checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
|
||||
dependencies = [
|
||||
"blake2 0.10.2",
|
||||
"fs-err",
|
||||
@@ -7071,7 +7071,7 @@ name = "polkadot-overseer-gen-proc-macro"
|
||||
version = "0.9.18"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"expander 0.0.5",
|
||||
"expander 0.0.6",
|
||||
"proc-macro-crate 1.1.3",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -16,7 +16,7 @@ syn = { version = "1.0.86", features = ["full", "extra-traits"] }
|
||||
quote = "1.0.15"
|
||||
proc-macro2 = "1.0.36"
|
||||
proc-macro-crate = "1.1.3"
|
||||
expander = { version = "0.0.5", default-features = false }
|
||||
expander = { version = "0.0.6", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user