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 all group in /src-tauri with 15 updates #169

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the all group in /src-tauri with 15 updates:

Package From To
serde_json 1.0.107 1.0.108
async-executor 1.6.0 1.7.0
blocking 1.4.1 1.5.0
cpufeatures 0.2.9 0.2.11
fdeflate 0.3.0 0.3.1
futures-channel 0.3.28 0.3.29
futures-executor 0.3.28 0.3.29
js-sys 0.3.64 0.3.65
libc 0.2.149 0.2.150
openssl 0.10.57 0.10.59
redox_users 0.4.3 0.4.4
wasm-bindgen-futures 0.4.37 0.4.38
web-sys 0.3.64 0.3.65
windows-core 0.50.0 0.51.1
winnow 0.5.17 0.5.19

Updates serde_json from 1.0.107 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

Commits

Updates async-executor from 1.6.0 to 1.7.0

Release notes

Sourced from async-executor's releases.

v1.7.0

  • Bump async-lock and futures-lite to their latest versions. (#70)
Changelog

Sourced from async-executor's changelog.

Version 1.7.0

  • Bump async-lock and futures-lite to their latest versions. (#70)
Commits
  • c7fd967 v1.7.0
  • 361c5fd Fix missing import on Miri
  • 457cf7b Disable leaky test for MIRI
  • e1e2ab1 Bump async-io, async-lock and futures-lite
  • b91875e deps: Update async-channel requirement from 1.4.1 to 2.0.0
  • See full diff in compare view

Updates blocking from 1.4.1 to 1.5.0

Release notes

Sourced from blocking's releases.

v1.5.0

  • Bump MSRV to 1.61. (#50)
Changelog

Sourced from blocking's changelog.

Version 1.5.0

  • Bump MSRV to 1.61. (#50)
Commits

Updates cpufeatures from 0.2.9 to 0.2.11

Commits

Updates fdeflate from 0.3.0 to 0.3.1

Changelog

Sourced from fdeflate's changelog.

0.3.1

  • Strengthen postconditions on Decompressor::read.
  • Add more fuzz testing.
Commits

Updates futures-channel from 0.3.28 to 0.3.29

Release notes

Sourced from futures-channel's releases.

0.3.29

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Changelog

Sourced from futures-channel's changelog.

0.3.29 - 2023-10-26

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Commits
  • 86f2a6a Release 0.3.29
  • a40204d Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...
  • 24cca65 Add TryAny adapter
  • e60a439 Add TryAll adapter
  • 5051335 Remove unsafe code from AssertUnmoved
  • 60a86e1 Fix Sync impl of FuturesUnordered
  • f392082 Extend io::AsyncBufReadExt::lines example with invalid UTF-8
  • 2f2ec39 Fix infinite loop caused by invalid UTF-8 bytes
  • 8570ea6 Fix unused_imports warning
  • 43c0c5f Add tests for StreamExt::all and StreamExt::any
  • Additional commits viewable in compare view

Updates futures-executor from 0.3.28 to 0.3.29

Release notes

Sourced from futures-executor's releases.

0.3.29

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Changelog

Sourced from futures-executor's changelog.

0.3.29 - 2023-10-26

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Commits
  • 86f2a6a Release 0.3.29
  • a40204d Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...
  • 24cca65 Add TryAny adapter
  • e60a439 Add TryAll adapter
  • 5051335 Remove unsafe code from AssertUnmoved
  • 60a86e1 Fix Sync impl of FuturesUnordered
  • f392082 Extend io::AsyncBufReadExt::lines example with invalid UTF-8
  • 2f2ec39 Fix infinite loop caused by invalid UTF-8 bytes
  • 8570ea6 Fix unused_imports warning
  • 43c0c5f Add tests for StreamExt::all and StreamExt::any
  • Additional commits viewable in compare view

Updates js-sys from 0.3.64 to 0.3.65

Commits

Updates libc from 0.2.149 to 0.2.150

Release notes

Sourced from libc's releases.

0.2.150

What's Changed

New Contributors

... (truncated)

Commits
  • 4d2b981 Auto merge of #3424 - JohnTitor:release-0.2.150, r=JohnTitor
  • f50c0a1 Prepare release for v0.2.150
  • 240de1f Auto merge of #3400 - devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor
  • 68f46d3 Auto merge of #3421 - ids1024:redox-group, r=JohnTitor
  • a685037 redox: Add remaining grp.h functions
  • 00f48a6 Auto merge of #3418 - JohnTitor:Mantic-Minotaurgha, r=JohnTitor
  • 8498879 Auto merge of #3393 - Brijeshkrishna:main, r=JohnTitor
  • f367fa2 Auto merge of #3328 - vincentisambart:apple-additional-decls, r=JohnTitor
  • a104192 Auto merge of #3163 - mbyzhang:master, r=JohnTitor
  • 946c348 Upgrade Docker images to Ubuntu 23.10
  • Additional commits viewable in compare view

Updates openssl from 0.10.57 to 0.10.59

Release notes

Sourced from openssl's releases.

openssl-v0.10.59

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.58...openssl-v0.10.59

openssl-v0.10.58

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.58

Commits
  • d009660 Merge pull request #2083 from alex/bump-for-release
  • 955c348 Release openssl v0.10.59 and openssl-sys v0.9.95
  • 3abd633 Merge pull request #2082 from alex/libressl
  • cf8c058 Merge pull request #2079 from alex/fix-cfg
  • bbfe01b Merge pull request #2081 from Arnavion/nid_chacha20_poly1305
  • 6f6e5c4 fixes #2050 -- build and test on libressl 3.8.2
  • 05b620d Add binding to NID of Chacha20-Poly1305 cipher
  • 946b706 Fixed cfg for RSA_PSS
  • bede98b Merge pull request #2078 from alex/bump-for-release
  • b7be1dc Release openssl v0.10.58 and openssl-sys v0.9.94
  • Additional commits viewable in compare view

Updates redox_users from 0.4.3 to 0.4.4

Updates wasm-bindgen-futures from 0.4.37 to 0.4.38

Commits

Updates web-sys from 0.3.64 to 0.3.65

Commits

Updates windows-core from 0.50.0 to 0.51.1

Release notes

Sourced from windows-core's releases.

0.51.1

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

Those are major breaking changes.

The windows-sys crate will not be updated at this time.

What's Changed

Full Changelog: microsoft/windows-rs@0.51.0...0.51.1

0.51.0

As requested by #2603, this update includes the first published update to the windows crate in 5 months. As a reminder, updates are only published by request.

  • This includes a semver-compatible update to the windows-targets crate.
  • The windows crate now depends on the windows-core crate.
  • The windows, windows-core, windows-implement, and windows-interface crates have been bumped to version 0.51.0 as there have been breaking changes.
  • The windows-targets crate has been bumped to version 0.48.2 as it remains compatible with previous versions.
  • Notably, an expanded set of WDK APIs are now available.
  • Other crates will not be updated at this time.

What's Changed

... (truncated)

Commits

Updates winnow from 0.5.17 to 0.5.19

Changelog

Sourced from winnow's changelog.

[0.5.19] - 2023-11-03

Features

  • Add separated combiantor

Compatibility

  • Deprecated separated0 and separated1 in favor of separated

[0.5.18] - 2023-10-30

Fixes

  • Support Accumulate for HashMap with custom hashers

Compatibility

  • Deprecated Uint impls for signed numbers
Commits
  • a19ef45 chore: Release
  • 6edde8c docs: Update changelog
  • bea2415 Merge pull request #362 from vwkd/separate
  • f506135 fix(combinator): improve naming
  • f7d027e fix(combinator): replace separated0 and separated1 with separated
  • af5251e feat(combinator): add separated
  • 947082e Merge pull request #364 from vwkd/reorder-combinator
  • f8a448c reorder repeat
  • 1d30ecb Merge pull request #363 from vwkd/fix-renames
  • 7d27917 fix: rename old many0 in comments
  • 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 <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 all group in /src-tauri with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` |
| [async-executor](https://github.com/smol-rs/async-executor) | `1.6.0` | `1.7.0` |
| [blocking](https://github.com/smol-rs/blocking) | `1.4.1` | `1.5.0` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.9` | `0.2.11` |
| [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.0` | `0.3.1` |
| [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
| [futures-executor](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.65` |
| [libc](https://github.com/rust-lang/libc) | `0.2.149` | `0.2.150` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.57` | `0.10.59` |
| redox_users | `0.4.3` | `0.4.4` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.37` | `0.4.38` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.65` |
| [windows-core](https://github.com/microsoft/windows-rs) | `0.50.0` | `0.51.1` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.17` | `0.5.19` |


Updates `serde_json` from 1.0.107 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.108)

Updates `async-executor` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/smol-rs/async-executor/releases)
- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-executor@v1.6.0...v1.7.0)

Updates `blocking` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/smol-rs/blocking/releases)
- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)
- [Commits](smol-rs/blocking@v1.4.1...v1.5.0)

Updates `cpufeatures` from 0.2.9 to 0.2.11
- [Commits](RustCrypto/utils@cpufeatures-v0.2.9...cpufeatures-v0.2.11)

Updates `fdeflate` from 0.3.0 to 0.3.1
- [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md)
- [Commits](https://github.com/image-rs/fdeflate/commits/v0.3.1)

Updates `futures-channel` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

Updates `futures-executor` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

Updates `js-sys` from 0.3.64 to 0.3.65
- [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 `libc` from 0.2.149 to 0.2.150
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.150)

Updates `openssl` from 0.10.57 to 0.10.59
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.59)

Updates `redox_users` from 0.4.3 to 0.4.4

Updates `wasm-bindgen-futures` from 0.4.37 to 0.4.38
- [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.64 to 0.3.65
- [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 `windows-core` from 0.50.0 to 0.51.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.50.0...0.51.1)

Updates `winnow` from 0.5.17 to 0.5.19
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.17...v0.5.19)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-executor
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: blocking
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: fdeflate
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-executor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: redox_users
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: windows-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Nov 6, 2023
@github-actions github-actions bot merged commit c23c9c9 into main Nov 6, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-897f3b42d0 branch November 6, 2023 14:12
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.

0 participants