Skip to content

Commit da437b5

Browse files
chore(deps): bump cargo_toml from 0.19.2 to 0.22.3 in /parachain (#3637)
Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.19.2 to 0.22.3. - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.19.2...v0.22.3) --- updated-dependencies: - dependency-name: cargo_toml dependency-version: 0.22.3 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> Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
1 parent 2295020 commit da437b5

File tree

2 files changed

+56
-8
lines changed

2 files changed

+56
-8
lines changed

parachain/Cargo.lock

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

parachain/utils/proc-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
proc-macro = true
99

1010
[dependencies]
11-
cargo_toml = "0.19"
11+
cargo_toml = "0.22"
1212
proc-macro2 = "1"
1313
quote = "1"
1414
syn = { version = "2", features = ["full", "visit-mut"] }

0 commit comments

Comments
 (0)