Skip to content

Commit

Permalink
chore(deps): update rust crate cargo_metadata to 0.19 (dev) (#12113)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Jan 2, 2025
1 parent 0198354 commit 832ad10
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
- uses: Swatinem/rust-cache@v2

Expand Down
18 changes: 16 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ semver = "1"
infer = "0.16"
dunce = "1"
log = "0.4.21"
cargo_metadata = { version = "0.18", optional = true }
cargo_metadata = { version = "0.19", optional = true }
serde-untagged = "0.1"
uuid = { version = "1", features = ["serde"] }
http = "1"
Expand All @@ -54,7 +54,7 @@ swift-rs = { version = "1", optional = true, features = ["build"] }

[dev-dependencies]
getrandom = { version = "0.2", features = ["std"] }
serial_test = "3.2"
serial_test = "3"

[features]
build = ["proc-macro2", "quote", "cargo_metadata", "schema", "swift-rs"]
Expand Down

0 comments on commit 832ad10

Please sign in to comment.