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

build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 11 updates #3173

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the minor-and-patch-cargo-updates group with 9 updates in the / directory:

Package From To
tokio-metrics 0.3.1 0.4.0
syn 2.0.89 2.0.90
url 2.5.3 2.5.4
hyper-rustls 0.27.2 0.27.3
bytes 1.8.0 1.9.0
wasm-bindgen 0.2.95 0.2.97
wasm-bindgen-futures 0.4.45 0.4.47
tracing-core 0.1.32 0.1.33
wasm-bindgen-test 0.3.45 0.3.47

Updates tokio-metrics from 0.3.1 to 0.4.0

Release notes

Sourced from tokio-metrics's releases.

tokio-metrics v0.4.0

0.4.0 (November 26th, 2024)

The core Tokio crate has renamed some of the metrics and this breaking release uses the new names. The minimum required Tokio is bumped to 1.41, and the MSRV is bumped to 1.70 to match.

  • runtime: use new names for poll time histogram (#66)
  • runtime: rename injection queue to global queue (#66)
  • doc: various doc fixes (#66, #65)

#65: tokio-rs/tokio-metrics#65 #66: tokio-rs/tokio-metrics#66

Changelog

Sourced from tokio-metrics's changelog.

0.4.0 (November 26th, 2024)

The core Tokio crate has renamed some of the metrics and this breaking release uses the new names. The minimum required Tokio is bumped to 1.41, and the MSRV is bumped to 1.70 to match.

  • runtime: use new names for poll time histogram (#66)
  • runtime: rename injection queue to global queue (#66)
  • doc: various doc fixes (#66, #65)

#65: tokio-rs/tokio-metrics#65 #66: tokio-rs/tokio-metrics#66

Commits

Updates syn from 2.0.89 to 2.0.90

Release notes

Sourced from syn's releases.

2.0.90

  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#1786)
Commits
  • ac5b41c Release 2.0.90
  • 9037abb Merge pull request #1787 from dtolnay/unparenthesizetest
  • 1a549c0 Improve test_unparenthesize to catch more false negatives
  • f9aa206 Merge pull request #1786 from dtolnay/fieldcall
  • 1445ccf Do not parenthesize unnamed tuple struct fields in call
  • 48d0101 Fix parenthesization of field expressions in function calls
  • 0e5c568 Add test of parentheses needed in call of field
  • 1cf735e Merge pull request #1785 from dtolnay/attrprecedence
  • 204c155 Lower precedence of expressions containing outer attrs
  • 401399f Add test of attr precedence inside subexpression
  • Additional commits viewable in compare view

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates hyper-rustls from 0.27.2 to 0.27.3

Release notes

Sourced from hyper-rustls's releases.

v/0.27.3

What's Changed

Commits
  • dc54bc0 Bump version to 0.27.3
  • a1d9263 Import std::io directly
  • 6d1267c Avoid io::Result type alias
  • 139550b Upgrade to rustls-native-certs 0.8
  • 516e3ac Alphabetically sort features
  • 3a4d5d7 Move features before dependencies
  • f8c2036 chore: sort features
  • 1d57d93 enable rustls-platform-verifier for docs.rs
  • a6a5687 Take impl Into<Arc> in connector builder
  • b4f5132 Add ConnectorBuilder::with_provider_and_platform_verifier
  • Additional commits viewable in compare view

Updates bytes from 1.8.0 to 1.9.0

Release notes

Sourced from bytes's releases.

Bytes v1.9.0

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Changelog

Sourced from bytes's changelog.

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Commits

Updates wasm-bindgen from 0.2.95 to 0.2.97

Changelog

Sourced from wasm-bindgen's changelog.

0.2.97

Released 2024-11-30

Fixed

  • Fixed js-sys and wasm-bindgen-futures relying on internal paths of wasm-bindgen that are not crate feature additive. #4305

0.2.96

Released 2024-11-29

Added

  • Added support for the HTMLOrSVGElement mixin, which is used for all interfaces deriving from Element. #4143

  • Added bindings for MathMLElement. #4143

  • Added JSDoc type annotations to C-style enums. #4192

  • Added support for C-style enums with negative discriminants. #4204

  • Added bindings for MediaStreamTrack.getCapabilities. #4236

  • Added WASM ABI support for u128 and i128 #4222

  • Added support for the wasm32v1-none target. #4277

  • Added support for no_std to js-sys, web-sys, wasm-bindgen-futures and wasm-bindgen-test. #4277

  • Added support for no_std to link_to!, static_string (via thread_local_v2) and throw. #4277

  • Added environment variables to configure tests: WASM_BINDGEN_USE_BROWSER, WASM_BINDGEN_USE_DEDICATED_WORKER, WASM_BINDGEN_USE_SHARED_WORKER WASM_BINDGEN_USE_SERVICE_WORKER, WASM_BINDGEN_USE_DENO and WASM_BINDGEN_USE_NODE_EXPERIMENTAL. The use of wasm_bindgen_test_configure! will overwrite any environment variable. #4295

Changed

  • String enums now generate private TypeScript types but only if used.

... (truncated)

Commits

Updates wasm-bindgen-futures from 0.4.45 to 0.4.47

Commits

Updates tracing-core from 0.1.32 to 0.1.33

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.33

Added

  • Add index API for Field (#2820)
  • allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • Use const thread_locals when possible (#2838)

Fixed

  • Fix missed register_callsite error (#2938)
  • Do not add valuable/std feature as dependency unless valuable is used (#3002)
  • prefix macro calls with ::core to avoid clashing with local macros (#3024)

Documented

  • Fix incorrect (incorrectly updated) docs for LevelFilter (#2767)

Thanks to new contributor @​maddiemort for contributing to this release!

#2767: tokio-rs/tracing#2767 #2793: tokio-rs/tracing#2793 #2820: tokio-rs/tracing#2820 #2838: tokio-rs/tracing#2838 #2938: tokio-rs/tracing#2938 #2954: tokio-rs/tracing#2954 #3002: tokio-rs/tracing#3002 #3024: tokio-rs/tracing#3024

Commits
  • cb0f0e7 chore: prepare tracing-core 0.1.33 (#3153)
  • 11c8273 subscriber: don't gate with_ansi() on the "ansi" feature (#3020)
  • 8a25a16 core: fix missed register_callsite error (#2938)
  • 6f08af0 subscriber: set log max level when reloading (#1270)
  • f6a6c8c tracing: add index API for Field (#2820)
  • 345fbff Add json-subscriber to ecosystem (#3121)
  • 82a92df fix: correct SerializeField definition and doc formatting (#3040)
  • 0759973 fix: prefix macro calls with ::core to avoid clashing with local macros (#3024)
  • 40ae82f macros: allow field path segments to be keywords (#2925)
  • 329d8d3 docs: remove non-existing method in comments (#2894)
  • Additional commits viewable in compare view

Updates js-sys from 0.3.72 to 0.3.74

Commits

Updates web-sys from 0.3.72 to 0.3.74

Commits

Updates wasm-bindgen-test from 0.3.45 to 0.3.47

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…rectory with 11 updates

Bumps the minor-and-patch-cargo-updates group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) | `0.3.1` | `0.4.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.27.2` | `0.27.3` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.45` | `0.4.47` |
| [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.32` | `0.1.33` |
| [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.45` | `0.3.47` |



Updates `tokio-metrics` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/tokio-rs/tokio-metrics/releases)
- [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/tokio-metrics@v0.3.1...v0.4.0)

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

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `hyper-rustls` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.27.2...v/0.27.3)

Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

Updates `wasm-bindgen` from 0.2.95 to 0.2.97
- [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.95...0.2.97)

Updates `wasm-bindgen-futures` from 0.4.45 to 0.4.47
- [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 `tracing-core` from 0.1.32 to 0.1.33
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.32...tracing-core-0.1.33)

Updates `js-sys` from 0.3.72 to 0.3.74
- [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.72 to 0.3.74
- [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-test` from 0.3.45 to 0.3.47
- [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)

---
updated-dependencies:
- dependency-name: tokio-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: hyper-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: tracing-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: web-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: wasm-bindgen-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency rust Pull requests that update Rust code labels Dec 2, 2024
@dependabot dependabot bot requested a review from jsdanielh December 2, 2024 17:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

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

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-and-patch-cargo-updates-2fe0962447 branch December 3, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant