-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore(deps): Bump the firecracker group with 23 updates #5449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the firecracker group with 23 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [serde](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | | [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.37` | `1.2.38` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.1` | `0.1.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.1` | `2.11.4` | | [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.78` | `0.3.80` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.8` | `0.8.9` | | [serde_core](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` | | [serde_spanned](https://github.com/toml-rs/toml) | `1.0.1` | `1.0.2` | | [toml](https://github.com/toml-rs/toml) | `0.9.6` | `0.9.7` | | [toml_datetime](https://github.com/toml-rs/toml) | `0.7.1` | `0.7.2` | | [toml_parser](https://github.com/toml-rs/toml) | `1.0.2` | `1.0.3` | | [toml_writer](https://github.com/toml-rs/toml) | `1.0.2` | `1.0.3` | | [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.14.6+wasi-0.2.4` | `0.14.7+wasi-0.2.4` | | [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` | | [wasm-bindgen-backend](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` | | [wasm-bindgen-macro](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` | | [wasm-bindgen-macro-support](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` | | [wasm-bindgen-shared](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` | Updates `clap` from 4.5.47 to 4.5.48 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.5.48) Updates `serde` from 1.0.224 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.226) Updates `serde_derive` from 1.0.224 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.226) Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) Updates `proptest` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.7.0...v1.8.0) Updates `cc` from 1.2.37 to 1.2.38 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.37...cc-v1.2.38) Updates `clap_builder` from 4.5.47 to 4.5.48 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.47...v4.5.48) Updates `find-msvc-tools` from 0.1.1 to 0.1.2 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.1...find-msvc-tools-v0.1.2) Updates `indexmap` from 2.11.1 to 2.11.4 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.1...2.11.4) Updates `js-sys` from 0.3.78 to 0.3.80 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `libloading` from 0.8.8 to 0.8.9 - [Commits](nagisa/rust_libloading@0.8.8...0.8.9) Updates `serde_core` from 1.0.224 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.226) Updates `serde_spanned` from 1.0.1 to 1.0.2 - [Commits](toml-rs/toml@serde_spanned-v1.0.1...serde_spanned-v1.0.2) Updates `toml` from 0.9.6 to 0.9.7 - [Commits](toml-rs/toml@toml-v0.9.6...toml-v0.9.7) Updates `toml_datetime` from 0.7.1 to 0.7.2 - [Commits](toml-rs/toml@toml_datetime-v0.7.1...toml_datetime-v0.7.2) Updates `toml_parser` from 1.0.2 to 1.0.3 - [Commits](toml-rs/toml@toml_parser-v1.0.2...toml_parser-v1.0.3) Updates `toml_writer` from 1.0.2 to 1.0.3 - [Commits](toml-rs/toml@toml_writer-v1.0.2...toml_writer-v1.0.3) Updates `wasi` from 0.14.6+wasi-0.2.4 to 0.14.7+wasi-0.2.4 - [Commits](bytecodealliance/wasi-rs@0.14.6...0.14.7) Updates `wasm-bindgen` from 0.2.101 to 0.2.103 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103) Updates `wasm-bindgen-backend` from 0.2.101 to 0.2.103 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103) Updates `wasm-bindgen-macro` from 0.2.101 to 0.2.103 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103) Updates `wasm-bindgen-macro-support` from 0.2.101 to 0.2.103 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103) Updates `wasm-bindgen-shared` from 0.2.101 to 0.2.103 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_derive dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proptest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-version: 1.2.38 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-version: 4.5.48 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: find-msvc-tools dependency-version: 0.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: js-sys dependency-version: 0.3.80 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libloading dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_core dependency-version: 1.0.226 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_spanned dependency-version: 1.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-version: 0.9.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_datetime dependency-version: 0.7.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_parser dependency-version: 1.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_writer dependency-version: 1.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasi dependency-version: 0.14.7+wasi-0.2.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasm-bindgen dependency-version: 0.2.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasm-bindgen-backend dependency-version: 0.2.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasm-bindgen-macro dependency-version: 0.2.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasm-bindgen-macro-support dependency-version: 0.2.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: wasm-bindgen-shared dependency-version: 0.2.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
roypat
approved these changes
Sep 23, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5449 +/- ##
=======================================
Coverage 82.78% 82.78%
=======================================
Files 263 263
Lines 27292 27292
=======================================
+ Hits 22593 22594 +1
+ Misses 4699 4698 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JackThomson2
approved these changes
Sep 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
Status: Awaiting review
Indicates that a pull request is ready to be reviewed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the firecracker group with 23 updates:
4.5.47
4.5.48
1.0.224
1.0.226
1.0.224
1.0.226
1.0.99
1.0.100
1.7.0
1.8.0
1.2.37
1.2.38
4.5.47
4.5.48
0.1.1
0.1.2
2.11.1
2.11.4
0.3.78
0.3.80
0.8.8
0.8.9
1.0.224
1.0.226
1.0.1
1.0.2
0.9.6
0.9.7
0.7.1
0.7.2
1.0.2
1.0.3
1.0.2
1.0.3
0.14.6+wasi-0.2.4
0.14.7+wasi-0.2.4
0.2.101
0.2.103
0.2.101
0.2.103
0.2.101
0.2.103
0.2.101
0.2.103
0.2.101
0.2.103
Updates
clap
from 4.5.47 to 4.5.48Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c3a1ddc
chore: Release4460ff4
docs: Update changelog54947a1
Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2
fix(complete): Restore nospace in bash2f6a108
test(complete): Demonstrate current behaviorf88be57
style: Ensure consistent newlinesf209bce
chore: Releasef33ff7f
docs: Update changelogbf06e6f
Merge pull request #5974 from kryvashek/support-clearing-args-matches5d357ad
feat(parser): Added ArgMatches::try_clear_id()Updates
serde
from 1.0.224 to 1.0.226Release notes
Sourced from serde's releases.
Commits
1799547
Release 1.0.2262dbeefb
Merge pull request #2935 from Mingun/dedupe-adj-enums8a3c29f
Merge pull request #2986 from dtolnay/didnotworkdefc24d
Remove "did not work" comment from test suite2316610
Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bd
Add tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4
Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66e
Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9
Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237
Opt in to generate-macro-expansion when building on docs.rsUpdates
serde_derive
from 1.0.224 to 1.0.226Release notes
Sourced from serde_derive's releases.
Commits
1799547
Release 1.0.2262dbeefb
Merge pull request #2935 from Mingun/dedupe-adj-enums8a3c29f
Merge pull request #2986 from dtolnay/didnotworkdefc24d
Remove "did not work" comment from test suite2316610
Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bd
Add tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4
Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66e
Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9
Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237
Opt in to generate-macro-expansion when building on docs.rsUpdates
anyhow
from 1.0.99 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598
Release 1.0.100f271988
Merge pull request #426 from dtolnay/clippyfmt52f2115
Mark macros with clippy::format_argsda5fd9d
Raise minimum tested compiler to rust 1.76211e409
Opt in to generate-macro-expansion when building on docs.rsb48fc02
Enforce trybuild >= 1.0.108d5f59fb
Update ui test suite to nightly-2025-09-07238415d
Update ui test suite to nightly-2025-08-243bab070
Update actions/checkout@v4 -> v54249254
Order cap-lints flag in the same order as thiserror build scriptUpdates
proptest
from 1.7.0 to 1.8.0Commits
2885bc2
new releases for proptest, proptest-macro, and state-machinea85563f
Merge pull request #584 from wojciech-graj/main5331517
Merge pull request #596 from alexanderkjall/fix-arithmetic-overflow157f3c0
Merge pull request #595 from ebegumisa/main02fa1fc
changelog: add #59527fd76f
fix for 32 bit processorsd1716ca
AddReferenceStateMachine
arg toSystemUnderTest::teardown
ea4ddeb
Merge pull request #594 from proptest-rs/attr-macro-preserve-arg-namesf80c1e6
fix shorthand struct initialization lintb7590fa
add new test for complex patternsUpdates
cc
from 1.2.37 to 1.2.38Changelog
Sourced from cc's changelog.
Commits
b4fe7fe
chore: release (#1558)ac2192c
[win] Search the Windows SDK for tools as well (#1553)10f7638
use release-plz trusted publishing implementation (#1556)Updates
clap_builder
from 4.5.47 to 4.5.48Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
8e3d036
chore: Release0b7b878
docs: Update changelog1d6ca6a
Merge pull request #6137 from epage/docs03f80de
Merge pull request #6136 from epage/delimit250a3f1
docs(builder): Explain dont_delimit_trailing_values9d36f24
docs(concepts): Introduce a concept-focused document for clapd65a752
test: Fix for 1.90afea148
chore(ci): Make jobs blocking that were overlookedc355d8e
chore(gh): Ensure triage labels are applied14e7d8d
chore(deps): Update Rust Stable to v1.90 (#6133)Updates
find-msvc-tools
from 0.1.1 to 0.1.2Release notes
Sourced from find-msvc-tools's releases.
Commits
b4fe7fe
chore: release (#1558)ac2192c
[win] Search the Windows SDK for tools as well (#1553)10f7638
use release-plz trusted publishing implementation (#1556)236b4f8
chore(cc): release v1.2.37 (#1555)1f6ffb1
Fix errmsg in RustcCodegenFlags::set_rustc_flag (#1551)79beddf
propagate stack protector to Linux C compilers (#1550)fafa9fc
Refactor: Extract new fnrun_commands_in_parallel
(#1549)Updates
indexmap
from 2.11.1 to 2.11.4Changelog
Sourced from indexmap's changelog.
Commits
03f9e58
Merge pull request #418 from a1phyr/hashbrown_0.16ee6080d
Release 2.11.4a7da8f1
Use a range for hashbrown0cd5aef
Updatehashbrown
to 0.16fd5c819
Merge pull request #417 from cuviper/release-2.11.39321145
Release 2.11.37b48568
Merge pull request #416 from cuviper/release-2.11.249ce7fa
Release 2.11.258fd834
Merge pull request #414 from DaniPopes/serde_core5dc1d6a
Depend onserde_core
instead ofserde
Updates
js-sys
from 0.3.78 to 0.3.80Commits
Updates
libloading
from 0.8.8 to 0.8.9Commits
f4ec9e7
test: try to fix msys (#182)9b798eb
Prepare for 0.8.9 releasef5f8cb0
Migrate from windows-targets to windows-link7c04beb
Bump MSRV to 1.71 for windows-link559e465
Format with cargo fmtdb35813
Fix elided lifetimes warningUpdates
serde_core
from 1.0.224 to 1.0.226Release notes
Sourced from serde_core's releases.
Commits
1799547
Release 1.0.2262dbeefb
Merge pull request #2935 from Mingun/dedupe-adj-enums8a3c29f
Merge pull request #2986 from dtolnay/didnotworkdefc24d
Remove "did not work" comment from test suite2316610
Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bd
Add tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4
Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66e
Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9
Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237
Opt in to generate-macro-expansion when building on docs.rsUpdates
serde_spanned
from 1.0.1 to 1.0.2Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
toml
from 0.9.6 to 0.9.7Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
toml_datetime
from 0.7.1 to 0.7.2Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
toml_parser
from 1.0.2 to 1.0.3Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
toml_writer
from 1.0.2 to 1.0.3Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
wasi
from 0.14.6+wasi-0.2.4 to 0.14.7+wasi-0.2.4Commits
1df9d19
Bump to 0.14.7 (#122)bd9382d
Add#![no_std]
(#121)Updates
wasm-bindgen
from 0.2.101 to 0.2.103Changelog
Sourced from wasm-bindgen's changelog.
Commits
0117f4c
Prepare v0.2.103 release (#4657)6832c34
Fix__wbindgen_object_drop_ref
mapping (#4656)8bfa10a
Prepare v0.2.102 release (#4651)0cc4c69
Re-introduceThreadLocalWrapper
(#4650)1c425fa
Cleaning upSend
/Sync
implementations forLazyCell/Lock
(#4648)c755d99
Support --generate-reset-state for --target module (#4644)81fd832
CLI-nup--help
(#4646)0420d99
RemoveJsObject
(#4645)792de25
Add a#[allow(dead_code)]
to the function if the test isn't executed (#4437)d450d5a
Inline __externref_heap_live_count (#4642)Updates
wasm-bindgen-backend
from 0.2.101 to 0.2.103Changelog
Sourced from wasm-bindgen-backend's changelog.
Commits
0117f4c
Prepare v0.2.103 release (#4657)6832c34
Fix__wbindgen_object_drop_ref
mapping (#4656)8bfa10a
Prepare v0.2.102 release (#4651)c755d99
Support --generate-reset-state for --target module (#4644)81fd832
CLI-nup--help
(#4646)0420d99
RemoveJsObject
(#4645)792de25
Add a#[allow(dead_code)]
to the function if the test isn't executed (#4437)d450d5a
Inline __externref_heap_live_count (#4642)444809b
Generate DWARF for tests by default (#4635)7f4afc5
Support --target=module source phase output target (#4638)Updates
wasm-bindgen-macro
from 0.2.101 to 0.2.103Changelog
Sourced from wasm-bindgen-macro's changelog.
Commits
0117f4c
Prepare v0.2.103 release (#4657)6832c34
Fix__wbindgen_object_drop_ref
mapping (#4656)8bfa10a
Prepare v0.2.102 release (#4651)c755d99
Support --generate-reset-state for --target module (#4644)81fd832
CLI-nup--help
(#4646)0420d99
RemoveJsObject
(#4645)792de25
Add a#[allow(dead_code)]
to the function if the test isn't executed (#4437)d450d5a
Inline __externref_heap_live_count (#4642)444809b
Generate DWARF for tests by default (#4635)7f4afc5
Support --target=module source phase output target (#4638)Updates
wasm-bindgen-macro-support
from 0.2.101 to 0.2.103Changelog
Sourced from wasm-bindgen-macro-support's changelog.
Commits
0117f4c
Prepare v0.2.103 release (#4657)6832c34
Fix__wbindgen_object_drop_ref
mapping (#4656)8bfa10a
Prepare v0.2.102 release (#4651)c755d99
Support --generate-reset-state for --target module (#4644)81fd832
CLI-nup--help
(#4646)0420d99
RemoveJsObject
(#4645)792de25
Add a#[allow(dead_code)]
to the function if the test isn't executed (#4437)d450d5a
Inline __externref_heap_live_count (#4642)444809b
Generate DWARF for tests by default (#4635)7f4afc5
Support --target=module source phase output target (#4638)Updates
wasm-bindgen-shared
from 0.2.101 to 0.2.103Changelog
Sourced from wasm-bindgen-shared's changelog.
Commits
0117f4c
Prepare v0.2.103 release (#4657)6832c34
Fix__wbindgen_object_drop_ref
mapping (#4656)8bfa10a
Prepare v0.2.102 release (#4651)c755d99
Support --generate-reset-state for --target module (#4644)81fd832
CLI-nup--help
(#4646)0420d99
RemoveJsObject
(#4645)