bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Bump the nonbreaking group with 9 updates #601

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the nonbreaking group with 9 updates:

Package From To
bindgen 0.69.1 0.69.2
hyper-util 0.1.2 0.1.3
serde 1.0.194 1.0.196
serde_json 1.0.111 1.0.113
wasmprinter 0.2.75 0.2.78
swc_core 0.87.19 0.89.7
wit-parser 0.13.0 0.13.1
uuid 1.6.1 1.7.0
wasmparser 0.118.1 0.121.0

Updates bindgen from 0.69.1 to 0.69.2

Release notes

Sourced from bindgen's releases.

v0.69.2

Install bindgen-cli 0.69.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.2/bindgen-cli-installer.sh | sh

Download bindgen-cli 0.69.2

File Platform Checksum
bindgen-cli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
bindgen-cli-x86_64-apple-darwin.tar.xz macOS Intel checksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum
Changelog

Sourced from bindgen's changelog.

0.69.2 (2024-01-13)

Added

Changed

Removed

Fixed

  • Fixed generation of extern "C" blocks with llvm 18+. See #2689.

Security

Commits
  • 2a22051 chore: Release
  • d153ed5 Update changelog for v0.69.2
  • aaa8883 Handle CXCursor_LinkageSpec in Clang 18+
  • ba54134 Flatten cursor.kind() matching in Item::parse down to one match
  • See full diff in compare view


Updates hyper-util from 0.1.2 to 0.1.3

Release notes

Sourced from hyper-util's releases.

v0.1.3

Added

  • Add Error::is_connect() which returns true if error came from client Connect.
  • Add timer support to legacy pool.
  • Add support to enable http1/http2 parts of auto::Builder individually.

Fixed

  • Fix auto connection so it can handle requests shorter than the h2 preface.
  • Fix legacy::Client to no longer error when keep-alive is diabled.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.2...v0.1.3

Changelog

Sourced from hyper-util's changelog.

0.1.3 (2024-01-31)

Added

  • Add Error::is_connect() which returns true if error came from client Connect.
  • Add timer support to legacy pool.
  • Add support to enable http1/http2 parts of auto::Builder individually.

Fixed

  • Fix auto connection so it can handle requests shorter than the h2 preface.
  • Fix legacy::Client to no longer error when keep-alive is diabled.
Commits
  • 9d7c3b9 v0.1.3
  • 08b8d21 fix: auto::Connection can handle requests shorter than h2 preface (#97)
  • 703d8da feat: allow enabling http1/http2 individually for server::auto (#80)
  • 32166f6 feat: Add a Error::is_connect() method (#95)
  • 5c35f28 chore: add semver job to CI
  • bfde94b chore: update to 2021 edition
  • 55b5171 Fix spelling (#89)
  • da6e35b refactor(client): small refactoring (#88)
  • 784109d feat: add timer support for legacy::Pool (#84)
  • b96757e chore: use futures_util::ready (#35)
  • Additional commits viewable in compare view


Updates serde from 1.0.194 to 1.0.196

Release notes

Sourced from serde's releases.

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)

v1.0.195

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)
Commits
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • b971ef1 Merge pull request #2681 from dtolnay/workspacedeps
  • 29d9f69 Fix workspace.dependencies default-features future compat warning
  • aecb408 Sort workspace dependencies
  • 1c675ab Merge pull request #2678 from rodoufu/workspaceDependencies
  • dd61963 Adding workspace dependencies
  • 111803a Merge pull request #2673 from Sky9x/msrv-badge
  • 0024f74 Use shields.io's MSRV badges
  • Additional commits viewable in compare view


Updates serde_json from 1.0.111 to 1.0.113

Release notes

Sourced from serde_json's releases.

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • 107c2d1 Merge pull request #1106 from serde-rs/invalidvalue
  • 62ca3e4 Handle Unexpected::Unit in Error::invalid_value
  • 296fafb Factor out JSON-specific Display impl for serde::de::Unexpected
  • e56cc69 Merge pull request #1105 from keienWang/master
  • Additional commits viewable in compare view


Updates wasmprinter from 0.2.75 to 0.2.78

Commits


Updates swc_core from 0.87.19 to 0.89.7

Commits


Updates wit-parser from 0.13.0 to 0.13.1

Commits


Updates uuid from 1.6.1 to 1.7.0

Release notes

Sourced from uuid's releases.

1.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0

Commits
  • cefc353 Merge pull request #728 from uuid-rs/cargo/1.7.0
  • 3255b54 prepare for 1.7.0 release
  • 403bb17 Merge pull request #727 from uuid-rs/chore/cargo-cleanup
  • b7c6e26 make use of newer Cargo features for specifying dependencies
  • ed13c73 Merge pull request #726 from uuid-rs/chore/pkg-size
  • 2e92a3d Merge pull request #724 from bgeron/borsh-1
  • 38f01ff rename workflow
  • eab4b85 reduce the package size of uuid
  • 421d752 Make the borsh feature work by itself, without having to specify private feat...
  • 2534949 Continue making feature borsh stable, as suggested by @​KordAus
  • Additional commits viewable in compare view


Updates wasmparser from 0.118.1 to 0.121.0

Commits


Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
jeffcharles commented 7 months ago

@dependabot merge