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 rust-dependencies group with 3 updates #4151

Merged
merged 3 commits into from
Feb 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the rust-dependencies group with 3 updates: serde_json, syn and futures-concurrency.

Updates serde_json from 1.0.137 to 1.0.138

Release notes

Sourced from serde_json's releases.

v1.0.138

  • Documentation improvements
Commits
  • c916099 Release 1.0.138
  • dc29e48 Move BufReader to caller
  • 29122f9 Sort imports from PR 1237
  • d33c1b5 Merge pull request #1237 from JonathanBrouwer/master
  • 8c2d800 Add more warnings to apply buffering on docs of affected functions
  • 65bbd1a Fix example of from_reader not applying buffering when it should
  • 87f78da More precise gitignore patterns
  • 4134f11 Remove *.sw[po] from gitignore
  • c7626db Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates syn from 2.0.96 to 2.0.98

Release notes

Sourced from syn's releases.

2.0.98

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#1847)

2.0.97

  • Documentation improvements
Commits
  • 71f3808 Release 2.0.98
  • f0c57ee Merge pull request #1847 from dtolnay/lifetimes
  • 4307f64 Allow lifetimes in function pointer return values
  • d15bdea Release 2.0.97
  • bf672a9 Merge pull request #1846 from dtolnay/surroundcfg
  • f0ee7e9 Fix missing doc cfg on <$Delimiter>::surround
  • e0e40cf Resolve unnecessary_semicolon pedantic clippy lint
  • 6ebd966 Resolve sliced_string_as_bytes clippy lint
  • a09b650 More precise gitignore patterns
  • 42601b9 Resolve needless_continue pedantic clippy lint
  • Additional commits viewable in compare view

Updates futures-concurrency from 7.6.2 to 7.6.3

Release notes

Sourced from futures-concurrency's releases.

v7.6.3

What's Changed

New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3

Commits
  • 1795a1c chore: Release futures-concurrency version 7.6.3
  • 9dabeb6 Merge pull request #204 from jstarks/race_ok
  • 0af8217 Fix RaceOk tuple and array impls
  • abc7a90 Merge pull request #199 from matheus-consoli/bump-deps
  • 2534bd0 Bump old dependencies
  • 591c7ab Merge pull request #200 from crepererum/crepererum/fix_nightly_clippy
  • 50b57b6 fix: nightly clippy::needless_lifetimes warnings
  • See full diff 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 <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

Bumps the rust-dependencies group with 3 updates: [serde_json](https://github.com/serde-rs/json), [syn](https://github.com/dtolnay/syn) and [futures-concurrency](https://github.com/yoshuawuyts/futures-concurrency).


Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

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

Updates `futures-concurrency` from 7.6.2 to 7.6.3
- [Release notes](https://github.com/yoshuawuyts/futures-concurrency/releases)
- [Commits](yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: futures-concurrency
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
@nekevss nekevss requested a review from a team February 3, 2025 17:27
@jedel1043 jedel1043 added this pull request to the merge queue Feb 3, 2025
@jedel1043 jedel1043 removed this pull request from the merge queue due to the queue being cleared Feb 3, 2025
@jedel1043 jedel1043 enabled auto-merge February 3, 2025 22:11
@jedel1043 jedel1043 disabled auto-merge February 3, 2025 22:11
Copy link

github-actions bot commented Feb 3, 2025

Test262 conformance changes

Test result main count PR count difference
Total 50,254 50,254 0
Passed 45,924 45,930 +6
Ignored 1,634 1,634 0
Failed 2,696 2,690 -6
Panics 0 0 0
Conformance 91.38% 91.40% +0.01%
Fixed tests (6):
test/built-ins/Function/prototype/toString/method-computed-property-name.js (previously Failed)
test/staging/sm/regress/regress-541455.js (previously Failed)
test/staging/sm/regress/regress-559438.js (previously Failed)
test/staging/sm/async-functions/toString.js (previously Failed)
test/staging/sm/class/newTargetDefaults.js (previously Failed)
test/staging/sm/extensions/string-literal-getter-setter-decompilation.js (previously Failed)

@jedel1043 jedel1043 force-pushed the dependabot/cargo/rust-dependencies-6238d903ea branch 3 times, most recently from f8f813a to 467ff9f Compare February 4, 2025 00:12
@jedel1043 jedel1043 force-pushed the dependabot/cargo/rust-dependencies-6238d903ea branch from 467ff9f to a4998b6 Compare February 4, 2025 00:29
@jedel1043 jedel1043 added this pull request to the merge queue Feb 4, 2025
Merged via the queue into main with commit 8b4eda8 Feb 4, 2025
13 checks passed
@jedel1043 jedel1043 deleted the dependabot/cargo/rust-dependencies-6238d903ea branch February 4, 2025 01:08
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.

2 participants