Skip to content
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

Bump the patch-updates group with 24 updates #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2024

Bumps the patch-updates group with 24 updates:

Package From To
clap 4.5.1 4.5.2
reqwest 0.11.24 0.11.26
toml 0.8.10 0.8.11
toml_edit 0.22.6 0.22.7
bumpalo 3.15.3 3.15.4
cc 1.0.88 1.0.90
clap_builder 4.5.1 4.5.2
hermit-abi 0.3.8 0.3.9
indexmap 2.2.3 2.2.5
js-sys 0.3.68 0.3.69
log 0.4.20 0.4.21
mio 0.8.10 0.8.11
proc-macro2 1.0.78 1.0.79
syn 2.0.51 2.0.52
thiserror 1.0.57 1.0.58
thiserror-impl 1.0.57 1.0.58
wasm-bindgen 0.2.91 0.2.92
wasm-bindgen-backend 0.2.91 0.2.92
wasm-bindgen-futures 0.4.41 0.4.42
wasm-bindgen-macro 0.2.91 0.2.92
wasm-bindgen-macro-support 0.2.91 0.2.92
wasm-bindgen-shared 0.2.91 0.2.92
web-sys 0.3.68 0.3.69
winnow 0.6.3 0.6.5

Updates clap from 4.5.1 to 4.5.2

Release notes

Sourced from clap's releases.

v4.5.2

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning
Changelog

Sourced from clap's changelog.

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning
Commits
  • f65d421 chore: Release
  • 886b272 docs: Update changelog
  • 3ba4297 Merge pull request #5386 from amaanq/static-var-name
  • 2aea950 fix: Use SCREAMING_SNAKE_CASE for static variable authors
  • 690f555 Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.x
  • a2aa644 chore(deps): update compatible (dev) (#5381)
  • c233de5 chore(deps): update pre-commit/action action to v3.0.1
  • d0028d7 Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trailing_var...
  • 0076cac fix(builder): Don't doc-link to undocumented item
  • See full diff in compare view

Updates reqwest from 0.11.24 to 0.11.26

Release notes

Sourced from reqwest's releases.

v0.11.26

  • Revert system-configuration upgrade, which broke MSRV on macOS.

v0.11.25

What's Changed

  • Fix Certificate::from_pem_bundle() parsing.
  • Fix Apple linker errors from detecting system proxies.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.11.24...v0.11.25

Changelog

Sourced from reqwest's changelog.

v0.11.26

  • Revert system-configuration upgrade, which broke MSRV on macOS.

v0.11.25

  • Fix Certificate::from_pem_bundle() parsing.
  • Fix Apple linker errors from detecting system proxies.
Commits

Updates toml from 0.8.10 to 0.8.11

Commits
  • eb86543 chore: Release
  • 246b292 docs: Update changelog
  • d41c62c Merge pull request #701 from epage/cleanup
  • 31457b3 refactor(error): Clean up highlight code
  • 01d2f4a Merge pull request #699 from mahkoh/jorth/error-column
  • 523969d Merge pull request #700 from epage/cleanup
  • bae685b fix(edit): Deprecate 'Document'
  • 3abcf90 fix(edit): Clarify Document as DocumentMut
  • fcf1deb refactor(edit): Remove unused raw field on Document
  • 4cd1e24 fix(de): Cut off multi-line error messages
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.6 to 0.22.7

Commits
  • eb86543 chore: Release
  • 246b292 docs: Update changelog
  • d41c62c Merge pull request #701 from epage/cleanup
  • 31457b3 refactor(error): Clean up highlight code
  • 01d2f4a Merge pull request #699 from mahkoh/jorth/error-column
  • 523969d Merge pull request #700 from epage/cleanup
  • bae685b fix(edit): Deprecate 'Document'
  • 3abcf90 fix(edit): Clarify Document as DocumentMut
  • fcf1deb refactor(edit): Remove unused raw field on Document
  • 4cd1e24 fix(de): Cut off multi-line error messages
  • Additional commits viewable in compare view

Updates bumpalo from 3.15.3 to 3.15.4

Changelog

Sourced from bumpalo's changelog.

3.15.4

Released 2024-03-07.

Added

  • Added the bumpalo::collections::Vec::extend_from_slices_copy method, which is a faster way to extend a vec from multiple slices when the element is Copy than calling extend_from_slice_copy N times.

Commits

Updates cc from 1.0.88 to 1.0.90

Release notes

Sourced from cc's releases.

1.0.90

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.89...1.0.90

1.0.89

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.88...1.0.89

Commits

Updates clap_builder from 4.5.1 to 4.5.2

Release notes

Sourced from clap_builder's releases.

v4.5.2

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning
Changelog

Sourced from clap_builder's changelog.

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning
Commits
  • f65d421 chore: Release
  • 886b272 docs: Update changelog
  • 3ba4297 Merge pull request #5386 from amaanq/static-var-name
  • 2aea950 fix: Use SCREAMING_SNAKE_CASE for static variable authors
  • 690f555 Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.x
  • a2aa644 chore(deps): update compatible (dev) (#5381)
  • c233de5 chore(deps): update pre-commit/action action to v3.0.1
  • d0028d7 Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trailing_var...
  • 0076cac fix(builder): Don't doc-link to undocumented item
  • 0c01b55 chore: Release
  • Additional commits viewable in compare view

Updates hermit-abi from 0.3.8 to 0.3.9

Commits

Updates indexmap from 2.2.3 to 2.2.5

Changelog

Sourced from indexmap's changelog.

2.2.5

  • Added optional borsh serialization support.

2.2.4

  • Added an insert_sorted method on IndexMap, IndexSet, and VacantEntry.
  • Avoid hashing for lookups in single-entry maps.
  • Limit preallocated memory in serde deserializers.
Commits
  • 184fe4b Merge pull request #320 from cuviper/release-2.2.5
  • 5d7bd5e Release 2.2.5
  • c934ace Merge pull request #313 from heliaxdev/heliax/borsh-support
  • b81a4d2 Use S for the BuildHasher parameter
  • 32793f1 Don't require BuildHasher in BorshSerialize
  • b8b1f52 ci: reduce features on MSRV
  • 6ad3e42 Include borsh in CI workflow
  • c610e14 Add borsh serialization roundtrip tests
  • 0804a16 Implement borsh serialization routines
  • ae38b91 Add borsh dep to Cargo manifest
  • Additional commits viewable in compare view

Updates js-sys from 0.3.68 to 0.3.69

Commits

Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits
  • 3ccdc28 Merge pull request #617 from rust-lang/cargo/0.4.21
  • 6153cb2 prepare for 0.4.21 release
  • f0f7494 Merge pull request #613 from rust-lang/feat/kv-cleanup
  • 2b220bf clean up structured logging example
  • 646e9ab use original Visitor name for VisitValue
  • cf85c38 add needed subfeatures to kv_unstable
  • 73e9539 fix up capturing of :err
  • 31bb4b0 move error macros together
  • ad91711 support field shorthand in macros
  • 90a347b restore removed APIs as deprecated
  • Additional commits viewable in compare view

Updates mio from 0.8.10 to 0.8.11

Changelog

Sourced from mio's changelog.

0.8.11

Commits

Updates proc-macro2 from 1.0.78 to 1.0.79

Release notes

Sourced from proc-macro2's releases.

1.0.79

  • Clean up dead code
Commits
  • 4ba4ab1 Release 1.0.79
  • b176581 Prevent new lint from turning off nightly span support under -Dwarnings
  • b9cd864 Fix dead_code warning on fallback SourceFile
  • e94f432 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 18c75c6 Ignore dead_code warning in test
  • 5cd21eb Update ui test suite to nightly-2024-02-01
  • See full diff in compare view

Updates syn from 2.0.51 to 2.0.52

Release notes

Sourced from syn's releases.

2.0.52

  • Add an expression parser that uses match-arm's boundary rules (#1593)
Commits
  • 07ede6a Release 2.0.52
  • acbcfbc Merge pull request #1593 from dtolnay/boundary
  • 4924a99 Add an expression parser that uses match-arm's boundary rules
  • e06122b Resolve unnecessary_get_then_check clippy lint
  • 018fc5a Update test suite to nightly-2024-02-27
  • See full diff in compare view

Updates thiserror from 1.0.57 to 1.0.58

Release notes

Sourced from thiserror's releases.

1.0.58

  • Make backtrace support available when using -Dwarnings (#292)
Commits

Updates thiserror-impl from 1.0.57 to 1.0.58

Release notes

Sourced from thiserror-impl's releases.

1.0.58

  • Make backtrace support available when using -Dwarnings (#292)
Commits

Updates wasm-bindgen from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


Commits

Updates wasm-bindgen-backend from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view

Updates wasm-bindgen-futures from 0.4.41 to 0.4.42

Commits

Updates wasm-bindgen-macro from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view

Updates wasm-bindgen-macro-support from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view

Updates wasm-bindgen-shared from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (

Bumps the patch-updates group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.24` | `0.11.26` |
| [toml](https://github.com/toml-rs/toml) | `0.8.10` | `0.8.11` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.6` | `0.22.7` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.15.3` | `3.15.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.88` | `1.0.90` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.2` |
| [hermit-abi](https://github.com/hermit-os/hermit-rs) | `0.3.8` | `0.3.9` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.3` | `2.2.5` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.68` | `0.3.69` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.10` | `0.8.11` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` |
| [syn](https://github.com/dtolnay/syn) | `2.0.51` | `2.0.52` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.41` | `0.4.42` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.91` | `0.2.92` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.68` | `0.3.69` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.3` | `0.6.5` |


Updates `clap` from 4.5.1 to 4.5.2
- [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.1...v4.5.2)

Updates `reqwest` from 0.11.24 to 0.11.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.24...v0.11.26)

Updates `toml` from 0.8.10 to 0.8.11
- [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.11)

Updates `toml_edit` from 0.22.6 to 0.22.7
- [Commits](toml-rs/toml@v0.22.6...v0.22.7)

Updates `bumpalo` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.15.3...3.15.4)

Updates `cc` from 1.0.88 to 1.0.90
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.88...1.0.90)

Updates `clap_builder` from 4.5.1 to 4.5.2
- [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.1...v4.5.2)

Updates `hermit-abi` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/hermit-os/hermit-rs/releases)
- [Commits](https://github.com/hermit-os/hermit-rs/commits)

Updates `indexmap` from 2.2.3 to 2.2.5
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.2.3...2.2.5)

Updates `js-sys` from 0.3.68 to 0.3.69
- [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 `log` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

Updates `mio` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

Updates `proc-macro2` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.78...1.0.79)

Updates `syn` from 2.0.51 to 2.0.52
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.51...2.0.52)

Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.58)

Updates `thiserror-impl` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.58)

Updates `wasm-bindgen` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-backend` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-futures` from 0.4.41 to 0.4.42
- [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.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-macro-support` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `wasm-bindgen-shared` from 0.2.91 to 0.2.92
- [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.91...0.2.92)

Updates `web-sys` from 0.3.68 to 0.3.69
- [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 `winnow` from 0.6.3 to 0.6.5
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.3...v0.6.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: log
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 12, 2024
@ameknite ameknite mentioned this pull request Mar 12, 2024
@ameknite ameknite closed this in #5 Mar 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/cargo/patch-updates-440b24a275 branch March 12, 2024 19:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants