chore(deps): bump the cargo group across 1 directory with 3 updates - #418
chore(deps): bump the cargo group across 1 directory with 3 updates#418dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 3 updates in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime), [rand](https://github.com/rust-random/rand) and [rustls-webpki](https://github.com/rustls/webpki). Updates `wasmtime` from 43.0.0 to 44.0.0 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v43.0.0...v44.0.0) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.10 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.10...v/0.103.13) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 44.0.0 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af27e2e0bc
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| wasm-pkg-client = "0.15.0" | ||
| wasm-pkg-common = "0.15.0" | ||
| wasmtime = "43.0.0" | ||
| wasmtime = "44.0.0" |
There was a problem hiding this comment.
Align Wasmtime companion crate majors
Bumping only wasmtime to 44 while keeping wasmtime-wasi* on 43 introduces two incompatible wasmtime major versions in the workspace (Cargo.lock shows wasmtime-wasi 43 depends on wasmtime 43.0.0), which breaks crates that use both APIs together, e.g. crates/imagod-runtime-wasmtime/src/plugin_resolver.rs builds a wasmtime::component::Linker and passes it to wasmtime_wasi::p2::add_to_linker_async. Those functions require the Linker type from the same major version, so this mixed-version update is expected to cause type-mismatch build failures for runtime/plugin components.
Useful? React with 👍 / 👎.
Bumps the cargo group with 3 updates in the / directory: wasmtime, rand and rustls-webpki.
Updates
wasmtimefrom 43.0.0 to 44.0.0Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
af382d7Release Wasmtime 44.0.0 (#13143)272d1b1Add release notes (#13096)39e910b[44.0.0] Merged backports for security advisories (#13007)eb4c527Fix another panic optimizing vector expressions (#12961)122ddc7Handle OOM inFunc::call_asyncand fiber creation (#12954)7088e01Update GC proposal status in docs (#12918)1e73c1fFix panic optimizing vector expressions (#12957)0126a94Addanyrefdowncast methods to the C and C++ APIs (#12917)5c68fe6Add support for async tests to our OOM test infrastructure (#12953)fc8dc5dAdd support forarrayrefs to the C and C++ APIs (#12916)Updates
randfrom 0.8.5 to 0.8.6Changelog
Sourced from rand's changelog.
Commits
5309f250.8.6 (#1772): update for recent nightly rustc and backport #17641126d03When testing rustc 1.36, use compatible dependencies.143b602Add Cargo.lock.msrv.9be86f2Fix cross build test.5e0d50dDrop simd_support.8ff02f0Upgrade cache action.4ad0cc3Don't test for unsupported target architecture.258e6d0Address warning.9f0e676Mark some internal traits as potentially unused.6f123c1Workaround never constructed and never used warning.Updates
rustls-webpkifrom 0.103.10 to 0.103.13Release notes
Sourced from rustls-webpki's releases.
Commits
2879b2cPrepare 0.103.132c49773Improve tests for padding ofBitStringFlags4e3c0b3Correct validation of BIT STRING constraints39c91d2Actually fail closed for URI matching against excluded subtrees27131d4Bump version to 0.103.126ecb876Clean up stuttery enum variant names318b3e6Ignore wildcard labels when matching name constraints1219622Rewrite constraint matching to avoid permissive catch-all branch57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.