Skip to content

Commit fbf2727

Browse files
Bump cargo_metadata from 0.19.2 to 0.22.0
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.19.2 to 0.22.0. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.19.2...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 100c3a8 commit fbf2727

4 files changed

Lines changed: 125 additions & 16 deletions

File tree

Cargo.lock

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

backends/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ swc_core = { version = "38.0", features = [
5555
] }
5656

5757
# Rust
58-
cargo_metadata = "0.19"
58+
cargo_metadata = "0.22"
5959
proc-macro2 = "1.0"
6060
quote = "1.0"
6161
syn = { version = "2.0", features = ["extra-traits", "full", "visit"] }

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ assert_cmd = "2.0"
5454
predicates = "3.1"
5555

5656
[build-dependencies]
57-
cargo_metadata = "0.19"
57+
cargo_metadata = "0.22"
5858
curl = "0.4"
5959
heck = "0.5"
6060
syn = "2.0"

necessist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprocess = "0.2"
2424

2525
[dev-dependencies]
2626
assert_cmd = "2.0"
27-
cargo_metadata = "0.19"
27+
cargo_metadata = "0.22"
2828
ctor = "0.5"
2929
curl = "0.4"
3030
dunce = "1.0"

0 commit comments

Comments
 (0)