-
Notifications
You must be signed in to change notification settings - Fork 14
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
Chore: Bump the cargo-dependencies group in /wasm_module with 24 updates #792
Merged
marcustyphoon
merged 1 commit into
main
from
dependabot/cargo/wasm_module/cargo-dependencies-52c1ec21e2
Sep 7, 2024
Merged
Chore: Bump the cargo-dependencies group in /wasm_module with 24 updates #792
marcustyphoon
merged 1 commit into
main
from
dependabot/cargo/wasm_module/cargo-dependencies-52c1ec21e2
Sep 7, 2024
Conversation
This file contains 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 cargo-dependencies group in /wasm_module with 24 updates: | Package | From | To | | --- | --- | --- | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.127` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.209` | | [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.42` | `0.3.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.16` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.15` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.12` | `0.4.13` | | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` | | [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | `0.2.18` | `0.2.20` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.209` | | [syn](https://github.com/dtolnay/syn) | `2.0.72` | `2.0.77` | | [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.42` | `0.4.43` | | [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-test-macro](https://github.com/rustwasm/wasm-bindgen) | `0.3.42` | `0.3.43` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.8` | `0.1.9` | | [zerocopy](https://github.com/google/zerocopy) | `0.6.6` | `0.7.35` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.6.6` | `0.7.35` | Updates `wasm-bindgen` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `js-sys` from 0.3.69 to 0.3.70 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `web-sys` from 0.3.69 to 0.3.70 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `serde_json` from 1.0.121 to 1.0.127 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...1.0.127) Updates `serde` from 1.0.204 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.209) Updates `wasm-bindgen-test` from 0.3.42 to 0.3.43 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `clap` from 4.5.13 to 4.5.16 - [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.13...clap_complete-v4.5.16) Updates `clap_builder` from 4.5.13 to 4.5.15 - [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.13...v4.5.15) Updates `is-terminal` from 0.4.12 to 0.4.13 - [Commits](sunfishcode/is-terminal@v0.4.12...v0.4.13) Updates `libc` from 0.2.155 to 0.2.158 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.155...0.2.158) Updates `ppv-lite86` from 0.2.18 to 0.2.20 - [Commits](https://github.com/cryptocorrosion/cryptocorrosion/commits) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) Updates `serde_derive` from 1.0.204 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.209) Updates `syn` from 2.0.72 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.72...2.0.77) Updates `wasm-bindgen-backend` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-futures` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `wasm-bindgen-macro` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-macro-support` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-shared` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-test-macro` from 0.3.42 to 0.3.43 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `winapi-util` from 0.1.8 to 0.1.9 - [Commits](BurntSushi/winapi-util@0.1.8...0.1.9) Updates `zerocopy` from 0.6.6 to 0.7.35 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) Updates `zerocopy-derive` from 0.6.6 to 0.7.35 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: is-terminal dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: ppv-lite86 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: regex dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-test-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: winapi-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: zerocopy dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: zerocopy-derive dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
marcustyphoon
deleted the
dependabot/cargo/wasm_module/cargo-dependencies-52c1ec21e2
branch
September 7, 2024 01:03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the cargo-dependencies group in /wasm_module with 24 updates:
0.2.92
0.2.93
0.3.69
0.3.70
0.3.69
0.3.70
1.0.121
1.0.127
1.0.204
1.0.209
0.3.42
0.3.43
4.5.13
4.5.16
4.5.13
4.5.15
0.4.12
0.4.13
0.2.155
0.2.158
0.2.18
0.2.20
1.0.36
1.0.37
1.10.5
1.10.6
1.0.204
1.0.209
2.0.72
2.0.77
0.2.92
0.2.93
0.4.42
0.4.43
0.2.92
0.2.93
0.2.92
0.2.93
0.2.92
0.2.93
0.3.42
0.3.43
0.1.8
0.1.9
0.6.6
0.7.35
0.6.6
0.7.35
Updates
wasm-bindgen
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)343af0e
Add Dependabot (#4069)e845f51
Use object URLs for inlined linked modules (#4067)5d45bd6
Fix test coverage documentation (#4064)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)Updates
js-sys
from 0.3.69 to 0.3.70Commits
Updates
web-sys
from 0.3.69 to 0.3.70Commits
Updates
serde_json
from 1.0.121 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
serde
from 1.0.204 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
wasm-bindgen-test
from 0.3.42 to 0.3.43Commits
Updates
clap
from 4.5.13 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commands050b6c5
chore: Release5e61bd4
docs: Update changelog6f88091
Merge pull request #5671 from epage/envc402ec6
feat(complete): Env hook for dynamic completions6288e11
test(complete): Specialize tests84cfd92
Merge pull request #5667 from a-kenji/fix-typo70d8334
Merge pull request #5669 from epage/reorgcddbb56
fix(complete): Correct version checkUpdates
clap_builder
from 4.5.13 to 4.5.15Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
4094435
chore: Release36114c3
docs: Update changelog918cfed
Merge pull request #5610 from Mixu78/powershell_hyphensc55f642
Merge pull request #5648 from epage/cli219a191
fix(complete): Improve help output734cac7
feat(complete): Make '--register' optionalfa4ccec
feat(complete): Make '--shell' optionalefdcad1
Merge pull request #5647 from epage/infere65e463
docs(complete): Have dynamic Shell match static Shell8a1f9b3
Merge pull request #5646 from epage/powershellUpdates
is-terminal
from 0.4.12 to 0.4.13Commits
d51b42d
chore: Release is-terminal version 0.4.1346fbb04
update hermit-abi to 0.4.0 (#38)Updates
libc
from 0.2.155 to 0.2.158Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
c809c58
Merge pull request #3857 from rust-lang/release-plz-2024-08-19T05-21-04Z0d28de5
Update CHANGELOG.md284bd9e
chore: release2682681
Merge pull request #3856 from tgross35/backport-wasi-fix71440ab
[wasi] Add use core::iter::Iterator;6637dbe
Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z51d81e3
Update CHANGELOG.md217b2ab
chore: release6d2b8a0
Merge pull request #3852 from tgross35/backport-onion64ee9df
Merge pull request #3851 from tgross35/backport-romaineUpdates
ppv-lite86
from 0.2.18 to 0.2.20Commits
Updates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
serde_derive
from 1.0.204 to 1.0.209Release notes
Sourced from serde_derive's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
syn
from 2.0.72 to 2.0.77Release notes
Sourced from syn's releases.
Commits
6232266
Release 2.0.7797acbf0
Merge pull request #1727 from dtolnay/exprparena3b5a5c
Support parsing Expr::Tuple in derive3c24f57
Run upload-artifact action regardless of previous step failure78608a3
Upload CI Cargo.lock for reproducing failuresef3e9c6
Release 2.0.768f7365f
Merge pull request #1725 from dtolnay/tailcall6cddd9e
Make tail call expr mandatoryd1746fe
Release 2.0.75b693682
Merge pull request #1722 from dtolnay/exprpathUpdates
wasm-bindgen-backend
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-backend's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-futures
from 0.4.42 to 0.4.43Commits
Updates
wasm-bindgen-macro
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-macro's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-macro-support
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-macro-support's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (