kvnxiao / tauri-nextjs-template

A Tauri + Next.js (SSG) template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured
MIT License
306 stars 30 forks source link

Bump the all group across 1 directory with 36 updates #226

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
serde 1.0.201 1.0.203
tauri 1.6.2 1.6.7
anyhow 1.0.83 1.0.86
async-executor 1.11.0 1.12.0
blocking 1.6.0 1.6.1
bytemuck 1.15.0 1.16.0
cc 1.0.97 1.0.98
crc32fast 1.4.0 1.4.2
crossbeam-channel 0.5.12 0.5.13
crossbeam-utils 0.8.19 0.8.20
darling 0.20.8 0.20.9
instant 0.1.12 0.1.13
libc 0.2.154 0.2.155
linux-raw-sys 0.4.13 0.4.14
miniz_oxide 0.7.2 0.7.3
objc-sys 0.3.3 0.3.5
objc2 0.5.1 0.5.2
parking_lot 0.12.2 0.12.3
proc-macro2 1.0.82 1.0.84
rustversion 1.0.16 1.0.17
serde_spanned 0.6.5 0.6.6
thiserror 1.0.60 1.0.61
toml_datetime 0.6.5 0.6.6
zbus 4.2.1 4.2.2

Updates serde from 1.0.201 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view


Updates tauri from 1.6.2 to 1.6.7

Release notes

Sourced from tauri's releases.

tauri v1.6.7

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 627 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (589 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.7
        ├── tauri 1.6.7
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.6.7]

Bug Fixes

  • 50aabad1f(#9818) On Windows, fix flashing PowerShell for updates for NSIS installer, and address possible "permission denied" problems.

Security fixes

  • f6d81dfe0 Only process IPC commands from the main frame.

Dependencies

  • Upgraded to tauri-runtime-wry@0.14.8
Updating crates.io index
   Packaging tauri v1.6.7 (/home/runner/work/tauri/tauri/core/tauri)
</tr></table> 

... (truncated)

Commits
  • bf708a2 apply version updates (#9857)
  • f6d81df Merge pull request from GHSA-57fm-592m-34r7
  • 50aabad refactor(updater/nsis): migrate run updater using powershell to ShellExecute ...
  • d78fa20 Apply Version Updates From Current Changes (v1) (#9793)
  • 3b69c13 Revert "fix(core/shell): speedup Command.execute & fix extra new lines (#97...
  • 704260b fix(macos/dialog): avoid setting empty default_path (#9784)
  • 36b082a ci: pull .crate file from workspace target directory (#9732)
  • f45d35c Apply Version Updates From Current Changes (v1) (#9730)
  • ef35a79 fix(core): fix compilation when shell-execute or shell-sidecar (#9729)
  • 15c62b5 Apply Version Updates From Current Changes (v1) (#9721)
  • Additional commits viewable in compare view


Updates anyhow from 1.0.83 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view


Updates async-executor from 1.11.0 to 1.12.0

Release notes

Sourced from async-executor's releases.

v1.12.0

  • Add static executors, which are an optimization over executors that are kept around forever. (#112)
Changelog

Sourced from async-executor's changelog.

Version 1.12.0

  • Add static executors, which are an optimization over executors that are kept around forever. (#112)
Commits


Updates blocking from 1.6.0 to 1.6.1

Release notes

Sourced from blocking's releases.

v1.6.1

  • Remove our dependency on the async-lock crate. (#59)
Changelog

Sourced from blocking's changelog.

Version 1.6.1

  • Remove our dependency on the async-lock crate. (#59)
Commits


Updates bytemuck from 1.15.0 to 1.16.0

Changelog

Sourced from bytemuck's changelog.

1.16.0

  • Adds a const_zeroed feature (MSRV 1.75) which puts a zeroed fn at the crate root. This is just like the Zeroable::zeroed method, but as a const fn.
Commits


Updates cc from 1.0.97 to 1.0.98

Release notes

Sourced from cc's releases.

1.0.98

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98

Commits


Updates crc32fast from 1.4.0 to 1.4.2

Commits


Updates crossbeam-channel from 0.5.12 to 0.5.13

Release notes

Sourced from crossbeam-channel's releases.

crossbeam-channel 0.5.13

  • Add select_biased! macro. (#1040)
Commits
  • 3f5d51f Prepare for the next release
  • a9d236c Use setup-cross-toolchain-action instead of cross
  • 4a514f4 Address unexpected_cfgs warning
  • 91edb88 Add select_biased! macro (#1040)
  • d1ab079 Fix clippy::assigning_clones warning
  • 3045680 ci: Set timeout-minutes in all jobs
  • 1dc72c8 Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"
  • 39417a5 ci: Use taiki-e/checkout-action action
  • 120a6dd Run cargo-careful in CI
  • 2b06585 impl Display for CachePadded<T> (#1097)
  • Additional commits viewable in compare view


Updates crossbeam-utils from 0.8.19 to 0.8.20

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.20

  • Implement Display for CachePadded. (#1097)
Commits
  • 3f5d51f Prepare for the next release
  • a9d236c Use setup-cross-toolchain-action instead of cross
  • 4a514f4 Address unexpected_cfgs warning
  • 91edb88 Add select_biased! macro (#1040)
  • d1ab079 Fix clippy::assigning_clones warning
  • 3045680 ci: Set timeout-minutes in all jobs
  • 1dc72c8 Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"
  • 39417a5 ci: Use taiki-e/checkout-action action
  • 120a6dd Run cargo-careful in CI
  • 2b06585 impl Display for CachePadded<T> (#1097)
  • Additional commits viewable in compare view


Updates darling from 0.20.8 to 0.20.9

Changelog

Sourced from darling's changelog.

v0.20.9 (May 15, 2024)

  • Allow word-form for newtype enum variants whose only field produces a value when from_none is called on their type #249
  • Add FromMeta impls for the std::num::NonZero* types #288
  • Fix panic in number FromMeta impls when the parsed value is too large for the receiver type #289
Commits


Updates darling_core from 0.20.8 to 0.20.9

Changelog

Sourced from darling_core's changelog.

v0.20.9 (May 15, 2024)

  • Allow word-form for newtype enum variants whose only field produces a value when from_none is called on their type #249
  • Add FromMeta impls for the std::num::NonZero* types #288
  • Fix panic in number FromMeta impls when the parsed value is too large for the receiver type #289
Commits


Updates darling_macro from 0.20.8 to 0.20.9

Changelog

Sourced from darling_macro's changelog.

v0.20.9 (May 15, 2024)

  • Allow word-form for newtype enum variants whose only field produces a value when from_none is called on their type #249
  • Add FromMeta impls for the std::num::NonZero* types #288
  • Fix panic in number FromMeta impls when the parsed value is too large for the receiver type #289
Commits


Updates instant from 0.1.12 to 0.1.13

Commits


Updates libc from 0.2.154 to 0.2.155

Release notes

Sourced from libc's releases.

0.2.155

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155

Commits
  • 7df63bd Merge pull request #3682 from madsmtm/new-version
  • 0bbb5cd Merge pull request #3690 from tesuji/android-posix-spawn
  • 15c74a4 Update version to 0.2.155
  • 664947b Merge pull request #3708 from cuviper/ci-sparc64-0.2
  • 61331df Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
  • 73d2004 Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
  • 80535f3 Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • b2b2fd7 Readd posix_spawn{_file_actions_t,attr_t} on Android
  • 7646277 Merge pull request #3686 from redox-os/redox-epoll-0.2
  • 5eff703 redox: correct EPOLL constants
  • Additional commits viewable in compare view


Updates linux-raw-sys from 0.4.13 to 0.4.14

Commits


Updates miniz_oxide from 0.7.2 to 0.7.3

Changelog

Sourced from miniz_oxide's changelog.

0.7.3 - 2024-05-17

Bug Fixes

  • (miniz_oxide) Fix version specification for simd-adler32 (#150) - (35c71e1) - Daniel Müller
  • Fix clippy lints (#151) - (7c758d4) - Gnome!
  • (miniz_oxide) Remove lookup table from rustc-std builds (#152) - (434d9ab) - Gnome!

Commits
  • 2ebf8e2 bump version and update changelog
  • 963a9ba fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer...
  • 434d9ab Remove lookup table from rustc-std builds (#152)
  • 7c758d4 Fix clippy lints (#151)
  • 35c71e1 fix(miniz_oxide): Fix version specification for simd-adler32 (#150)
  • See full diff in compare view


Updates objc-sys from 0.3.3 to 0.3.5

Commits
  • 4fc083f Publish with a newer version of Cargo
  • f104140 Fix cargo-release check features
  • c6fd57a Merge pull request #616 from forkgull/opt-mtm
  • 38a7347 Merge pull request #619 from madsmtm/new-versions
  • b41b902 Fix autorelease test on 32-bit ARM
  • 04360af Fix UI tests
  • 00e246e Add simlay and me as crate owners on crates.io
  • f1fd2c2 Bump framework crates 0.2.0 -> 0.2.1
  • 780c017 Bump block2 0.5.0 -> 0.5.1
  • 998f148 Bump objc2 0.5.1 -> 0.5.2
  • Additional commits viewable in compare view


Updates objc2 from 0.5.1 to 0.5.2

Commits
  • 4fc083f Publish with a newer version of Cargo
  • f104140 Fix cargo-release check features
  • c6fd57a Merge pull request #616 from forkgull/opt-mtm
  • 38a7347 Merge pull request #619 from madsmtm/new-versions
  • b41b902 Fix autorelease test on 32-bit ARM
  • 04360af Fix UI tests
  • 00e246e Add simlay and me as crate owners on crates.io
  • f1fd2c2 Bump framework crates 0.2.0 -> 0.2.1
  • 780c017 Bump block2 0.5.0 -> 0.5.1
  • 998f148 Bump objc2 0.5.1 -> 0.5.2
  • Additional commits viewable in compare view


Updates objc2-encode from 4.0.1 to 4.0.3

Commits
  • 4fc083f Publish with a newer version of Cargo
  • f104140 Fix cargo-release check features
  • c6fd57a Merge pull request #616 from forkgull/opt-mtm
  • 38a7347 Merge pull request #619 from madsmtm/new-versions
  • b41b902 Fix autorelease test on 32-bit ARM
  • 04360af Fix UI tests
  • 00e246e Add simlay and me as crate owners on crates.io
  • f1fd2c2 Bump framework crates 0.2.0 -> 0.2.1
  • 780c017 Bump block2 0.5.0 -> 0.5.1
  • 998f148 Bump objc2 0.5.1 -> 0.5.2
  • Additional commits viewable in compare view


Updates parking_lot from 0.12.2 to 0.12.3

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • a29dd3d Release parking_lot 0.12.3
  • f7efcae Merge pull request #442 from iwanders/add-arc_lock-feature-top-level-exports
  • c357017 Export types provided by arc_lock feature.
  • See full diff in compare view


Updates proc-macro2 from 1.0.82 to 1.0.84

Release notes

Sourced from proc-macro2's releases.

1.0.84

1.0.83

  • Optimize the representation of Ident (#462)
Commits
  • 33c9578 Release 1.0.84
  • d850da5 Merge pull request #455 from CensoredUsername/master
  • eabac15 Add a warning to Delimiter::None that rustc currently does not respect it.
  • 1b77aca Release 1.0.83
  • 728eddf Merge pull request #462 from dtolnay/identsize
  • c56c5e6 Drop irrelevant capacity field from Ident representation
  • 464c2eb Merge pull request #461 from dtolnay/sizetest
  • 6f894e7 Disable span size tests when layout is randomized
  • 7b357af Add additional size tests
  • abc7dff Merge pull request #460 from dtolnay/docsrs
  • Additional commits viewable in compare view


Updates rustversion from 1.0.16 to 1.0.17

Release notes

Sourced from rustversion's releases.

1.0.17

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#51)
Commits


Updates serde_derive from 1.0.201 to 1.0.203

Release notes

Sourced from serde_derive's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view


Updates serde_spanned from 0.6.5 to 0.6.6

Commits


Updates strsim from 0.10.0 to 0.11.1

Release notes

Sourced from strsim's releases.

Release 0.11.1

Fixed

  • Drop MSRV down to 1.56 which was mistakenly changed in 0.11.0

Release 0.11.0

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters

Release 0.10.1

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters
Changelog

Sourced from strsim's changelog.

[0.11.1] - (2024-04-03)

Fixed

  • Drop MSRV down to 1.56 which was mistakenly changed in 0.11.0

[0.11.0] - (2024-01-07)

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters
Commits


Updates tauri-runtime-wry from 0.14.7 to 0.14.8

Release notes

Sourced from tauri-runtime-wry's releases.

tauri-runtime-wry v0.14.8

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 627 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (589 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.7
        ├── tauri 1.6.7
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[0.14.8]

Security fixes

  • f6d81dfe0 Only process IPC commands from the main frame.
Updating crates.io index
   Packaging tauri-runtime-wry v0.14.8 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
   Verifying tauri-runtime-wry v0.14.8 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
    Updating crates.io index
 Downloading crates ...
  Downloaded bitflags v1.3.2
  Downloaded atk v0.15.1
  Downloaded siphasher v0.3.11
  Downloaded ctor v0.2.8
  Downloaded atk-sys v0.15.1
</tr></table> 

... (truncated)

Commits
  • bf708a2 apply version updates (#9857)
  • f6d81df Merge pull request from GHSA-57fm-592m-34r7
  • 50aabad refactor(updater/nsis): migrate run updater using powershell to ShellExecute ...
  • d78fa20 Apply Version Updates From Current Changes (v1) (#9793)
  • 3b69c13 Revert "fix(core/shell): speedup Command.execute & fix extra new lines (#97...
  • 704260b fix(macos/dialog): avoid setting empty default_path (#9784)
  • 36b082a ci: pull .crate file from workspace target directory (#9732)
  • f45d35c Apply Version Updates From Current Changes (v1) (#9730)
  • dependabot[bot] commented 4 months ago

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