bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Bump the nonbreaking group with 16 updates #681

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the nonbreaking group with 16 updates:

Package From To
bitflags 2.5.0 2.6.0
cc 1.0.99 1.0.104
hyper 1.3.1 1.4.0
hyper-util 0.1.5 0.1.6
serde_bytes 0.11.14 0.11.15
rquickjs-sys 0.6.1 0.6.2
serde_json 1.0.117 1.0.120
wasmprinter 0.209.1 0.212.0
swc_core 0.92.11 0.96.0
wit-parser 0.209.1 0.212.0
clap 4.5.7 4.5.8
uuid 1.8.0 1.9.1
lazy_static 1.4.0 1.5.0
wasmparser 0.209.1 0.212.0
proc-macro2 1.0.85 1.0.86
syn 2.0.66 2.0.68

Updates bitflags from 2.5.0 to 2.6.0

Release notes

Sourced from bitflags's releases.

2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0

Changelog

Sourced from bitflags's changelog.

2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0

Commits
  • 1351369 Merge pull request #412 from KodrAus/cargo/2.6.0
  • a187b29 prepare for 2.6.0 release
  • e1ac235 Merge pull request #411 from KodrAus/fix/impl-mode-attributes
  • dc8f03a allow specifying outer attributes in impl mode
  • 9c4b93c Merge pull request #410 from waywardmonkeys/fix-typo
  • 980c588 Fix typo
  • 9f633fe Merge pull request #408 from KodrAus/chore/ci-fix
  • 70a8247 update stderr messages
  • 650025d update to scorecard 2.3.1
  • 4020868 Merge pull request #396 from bitflags/ci/scorecard
  • Additional commits viewable in compare view


Updates cc from 1.0.99 to 1.0.104

Release notes

Sourced from cc's releases.

cc-v1.0.104

Other

  • Fixed link break about compile-time-requirements (#1118)

cc-v1.0.103

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

cc-v1.0.102

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

cc-v1.0.101

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)

cc-v1.0.100

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Changelog

Sourced from cc's changelog.

1.0.104 - 2024-07-01

Other

  • Fixed link break about compile-time-requirements (#1118)

1.0.103 - 2024-06-30

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

1.0.102 - 2024-06-29

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

1.0.101 - 2024-06-25

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)

1.0.100 - 2024-06-23

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Commits


Updates hyper from 1.3.1 to 1.4.0

Release notes

Sourced from hyper's releases.

v1.4.0

Bug Fixes

  • http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
  • server: start header read timeout immediately (#3185) (0eb1b6cf)

Features

  • client:
    • add SendRequest::try_send_request() method (#3691) (4ffaad53)
    • remove Send +Sync bounds requirement of http2::Connection executor (#3682) (56c3cd56)
    • remove 'static lifetime bound on http1/2 client IO (#3667) (9580b357)
  • http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
  • server: add Builder::auto_date_header(bool) to allow disabling Date headers (721785ef)
  • service: implement Service for reference types (#3607) (eade122d)

New Contributors

Full Changelog: https://github.com/hyperium/hyper/compare/v1.3.1...v1.4.0

Changelog

Sourced from hyper's changelog.

v1.4.0 (2024-07-01)

Bug Fixes

  • http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
  • server: start header read timeout immediately (#3185) (0eb1b6cf)

Features

  • client:
    • add SendRequest::try_send_request() method (#3691) (4ffaad53)
    • remove Send +Sync bounds requirement of http2::Connection executor (#3682) (56c3cd56)
    • remove 'static lifetime bound on http1/2 client IO (#3667) (9580b357)
  • http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
  • server: add Builder::auto_date_header(bool) to allow disabling Date headers (721785ef)
  • service: implement Service for reference types (#3607) (eade122d)
Commits
  • fdc1916 v1.4.0
  • 4ffaad5 feat(client): add SendRequest::try_send_request() method (#3691)
  • 56c3cd5 feat(client): remove Send +Sync bounds requirement of http2::Connection e...
  • 9580b35 feat(client): remove 'static lifetime bound on http1/2 client IO (#3667)
  • 3e435cf docs(client): Include exec arg in client::conn::http2::handshake doc (#3694)
  • 111d038 docs(client): better describe Uri forms are sent as-is
  • aa7ff60 docs(client): replace example on mod page with link to guide
  • 7cedc13 perf(client): create DispatchGone error only if needed
  • 1028f27 refactor(http1): use LOG constant only with tracing
  • 7cbc361 docs(client): fix a typo (#3688)
  • Additional commits viewable in compare view


Updates hyper-util from 0.1.5 to 0.1.6

Release notes

Sourced from hyper-util's releases.

v0.1.6

What's Changed

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.5...v0.1.6

Changelog

Sourced from hyper-util's changelog.

0.1.6 (2024-07-01)

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.
Commits


Updates serde_bytes from 0.11.14 to 0.11.15

Release notes

Sourced from serde_bytes's releases.

0.11.15

  • Implement Default for ByteArray, From for ByteArray, ByteBuf and Bytes (#51, thanks @​zensh)
  • Make ByteArray::new and ByteArray::into_array const (#52, thanks @​sosthene-nitrokey)
Commits
  • 90de46e Release 0.11.15
  • 542f86d Merge pull request #52 from sosthene-nitrokey/byte-array-const
  • dde7c9e Merge pull request 51 from ldclabs/master
  • ed0c0be Make ByteArray::new and ByteArray::into_array const
  • f746da2 change from impl\<T> From\<T> for ByteBuf to impl From\<Vec<u8>> for ByteBuf
  • 5a482b4 Fix test for Rust 1.56.0
  • 303e938 Implement From for ByteArray, ByteBuf and Bytes
  • 1dd071d Explicitly install a Rust toolchain for cargo-outdated job
  • d382f06 Merge pull request #50 from serde-rs/transparent
  • 5cbd70d Replace another conditional repr(transparent)
  • Additional commits viewable in compare view


Updates rquickjs-sys from 0.6.1 to 0.6.2

Commits


Updates serde_json from 1.0.117 to 1.0.120

Release notes

Sourced from serde_json's releases.

v1.0.120

  • Correctly specify required version of indexmap dependency (#1152, thanks @​cforycki)

v1.0.119

v1.0.118

Commits
  • bcedc3d Release 1.0.120
  • 962c0fb Merge pull request #1152 from cforycki/fix/index-map-minimal-version
  • 3480fed fix: indexmap minimal version with Map::shift_insert()
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • Additional commits viewable in compare view


Updates wasmprinter from 0.209.1 to 0.212.0

Commits


Updates swc_core from 0.92.11 to 0.96.0

Commits


Updates wit-parser from 0.209.1 to 0.212.0

Commits


Updates clap from 4.5.7 to 4.5.8

Release notes

Sourced from clap's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits


Updates uuid from 1.8.0 to 1.9.1

Release notes

Sourced from uuid's releases.

1.9.1

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.9.0...1.9.1

1.9.0

Uuid::now_v7() is guaranteed to be monotonic

Before this release, Uuid::now_v7() would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:

let a = Uuid::now_v7();
let b = Uuid::now_v7();

assert!(a < b);

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0

Commits
  • 36e6f57 Merge pull request #763 from uuid-rs/cargo/1.9.1
  • 65bf733 prepare for 1.9.1 release
  • d0a2461 Merge pull request #762 from uuid-rs/fix/double-lock
  • 20911bd avoid taking the shared lock when getting usable bits in Uuid::now_v7
  • c01feb8 Merge pull request #761 from uuid-rs/chore/bulk-example
  • 864239b add an example of generating bulk v7 UUIDs
  • 4a129e7 Merge pull request #760 from uuid-rs/cargo/1.9.0
  • 6bfee6b prepare for 1.9.0 release
  • 62b7145 Merge pull request #759 from uuid-rs/chore/v7-counter-cleanup
  • 62e968c clean up new Timestamp APIs
  • Additional commits viewable in compare view


Updates lazy_static from 1.4.0 to 1.5.0

Commits


Updates wasmparser from 0.209.1 to 0.212.0

Commits


Updates proc-macro2 from 1.0.85 to 1.0.86

Release notes

Sourced from proc-macro2's releases.

1.0.86

  • Documentation improvements
Commits


Updates syn from 2.0.66 to 2.0.68

Release notes

Sourced from syn's releases.

2.0.68

  • Improve panic location when parse_quote! parses invalid syntax (#1690, thanks @​stepancheg)
  • More efficient peek implementation for Group and Lifetime (#1687)

2.0.67

  • Produce more accurate error message locations for errors located at the end of a nested group (#1679, #1680)
  • Support peeking LitCStr in ParseStream::peek (#1682)
Commits
  • ecb0429 Release 2.0.68
  • 37edbd2 Merge pull request #1690 from stepancheg/track-called
  • 4338772 track-caller in parse_quote_spanned
  • 537b0c5 Update test suite to nightly-2024-06-22
  • b088d5c Merge pull request #1688 from dtolnay/peeklit
  • 9b4e478 Relocate Lit peek impls into lit module
  • 38f2ddb Merge pull request #1687 from dtolnay/fastpeek
  • ef20bfd Optimize the peek impl of Group and Lifetime
  • 4b6c96a Merge pull request #1686 from dtolnay/isempty
  • 87d5792 Reword explanation of ParseBuffer::is_empty
  • Additional commits viewable in compare view


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
dependabot[bot] commented 1 week ago

Looks like these dependencies are updatable in another way, so this is no longer needed.