diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-08-26 14:19:23 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-26 14:19:23 +1000 |
| commit | a21c2a6ef482b64dce8d57d503d7f4b34a792c74 (patch) | |
| tree | 24096f4035592c38cc4e285fb1b359677082c883 /src/tools | |
| parent | 05b34e8676c6d54cd4de7b80f8e856c1ac3222e9 (diff) | |
| parent | 85b5ec927b9923578ec310e536c7f7186f188db6 (diff) | |
| download | rust-a21c2a6ef482b64dce8d57d503d7f4b34a792c74.tar.gz rust-a21c2a6ef482b64dce8d57d503d7f4b34a792c74.zip | |
Rollup merge of #145858 - alexcrichton:update-wasm-component-ld, r=lqd
Update wasm-component-ld dependency Keeping it up-to-date with the latest changes/features.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 | ||||
| -rw-r--r-- | src/tools/wasm-component-ld/Cargo.toml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 80b6d54ce1c..18d97a748ba 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -361,7 +361,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "scoped-tls", "scopeguard", "self_cell", - "semver", "serde", "serde_derive", "serde_json", diff --git a/src/tools/wasm-component-ld/Cargo.toml b/src/tools/wasm-component-ld/Cargo.toml index ce718902b29..23dc86998e8 100644 --- a/src/tools/wasm-component-ld/Cargo.toml +++ b/src/tools/wasm-component-ld/Cargo.toml @@ -10,4 +10,4 @@ name = "wasm-component-ld" path = "src/main.rs" [dependencies] -wasm-component-ld = "0.5.14" +wasm-component-ld = "0.5.16" |
