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 in /src-tauri with 12 updates #266

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 4 days ago

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

Package From To
async-trait 0.1.82 0.1.83
autocfg 1.3.0 1.4.0
cc 1.1.21 1.1.23
embed-resource 2.4.3 2.5.0
fdeflate 0.3.4 0.3.5
flate2 1.0.33 1.0.34
libc 0.2.158 0.2.159
once_cell 1.20.0 1.20.1
png 0.17.13 0.17.14
serde_spanned 0.6.7 0.6.8
tar 0.4.41 0.4.42
wasm-streams 0.4.0 0.4.1

Updates async-trait from 0.1.82 to 0.1.83

Release notes

Sourced from async-trait's releases.

0.1.83

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
Commits
  • e6b4d47 Release 0.1.83
  • bfe8d61 Merge pull request #278 from dtolnay/arbself
  • 7bd974b Ignore needless_arbitrary_self_type clippy lint in generated code
  • b53b4e7 Add regression test for issue 277
  • See full diff in compare view


Updates autocfg from 1.3.0 to 1.4.0

Commits
  • d07df66 Merge pull request #73 from cuviper/release-1.4.0
  • f6066f0 Release 1.4.0
  • 8af60ec Merge pull request #70 from Techcable/feature/rustc-check-cfg
  • 52a995b Apply suggestions from code review
  • a8703c1 Attempt rust 1.0 compat for ci/verify-check-cfg
  • ac78be8 Add ci test crate for check-cfg
  • 0b4a761 Have emit_has methods delegate wherever possible
  • 546f7c6 Fix minor doc issues
  • e0e0f18 Automatically emit rustc-check-cfg directives for AutoCfg
  • 1953a17 Merge pull request #72 from cuviper/pretty-way
  • Additional commits viewable in compare view


Updates cc from 1.1.21 to 1.1.23

Release notes

Sourced from cc's releases.

cc-v1.1.23

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)

cc-v1.1.22

Other

  • Don't rerun if PATH changes (#1215)
Changelog

Sourced from cc's changelog.

1.1.23 - 2024-09-30

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)

1.1.22 - 2024-09-27

Other

  • Don't rerun if PATH changes (#1215)
Commits


Updates embed-resource from 2.4.3 to 2.5.0

Commits
  • 81bead8 Bump version to 2.5.0
  • ed238e6 Add compile_for_everything() that produces cargo:rustc-link-arg=
  • See full diff in compare view


Updates fdeflate from 0.3.4 to 0.3.5

Changelog

Sourced from fdeflate's changelog.

0.3.5

  • Fix handling of invalid inputs, so that errors are consistently detected regardless of how the input is "chunked" when feeding it into the decompressor.
  • Add more fuzz testing.
Commits


Updates flate2 from 1.0.33 to 1.0.34

Release notes

Sourced from flate2's releases.

1.0.34

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34

Commits
  • 1a28821 Merge pull request #431 from Shnatsel/better-wording
  • 2c29780 Merge pull request #428 from Shnatsel/upgrade-zlib-rs
  • 423981a Better wording in compression level docs
  • da5c8cf Bump version
  • eeee4c6 Merge pull request #430 from Shnatsel/detailed-level-docs
  • 731df32 Update Cargo.toml
  • 8210288 Document backend differences
  • 1f78c5c Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:
  • 6fbd6d2 Merge pull request #427 from ByteBaker/main
  • 936aa35 docs: correctly mention compression level
  • Additional commits viewable in compare view


Updates libc from 0.2.158 to 0.2.159

Release notes

Sourced from libc's releases.

0.2.159

Added

Fixed

Changed

Changelog

Sourced from libc's changelog.

0.2.159 - 2024-09-24

Added

Fixed

Changed

Commits
  • 7373a1a chore: release (#3862)
  • 48668be Merge pull request #3931 from tgross35/backport-remove-tmp-file
  • 28bb64b Remove temporary file that was added by accident
  • a515d07 Merge pull request #3904 from tgross35/backport-buildrs-fix
  • abcb8f8 Simplify the RUSTC_WRAPPER check
  • 5078335 Fix rustc version when clippy-driver is used
  • 57a7d46 Merge pull request #3902 from tgross35/backport-horizon-network
  • a3e8869 Revise network definitions for HorizonOS
  • fdd3a26 Merge pull request #3900 from tgross35/espid-cherry-pick
  • 35060e8 Merge pull request #3901 from tgross35/backport-epoll_pwait2
  • Additional commits viewable in compare view


Updates once_cell from 1.20.0 to 1.20.1

Changelog

Sourced from once_cell's changelog.

1.20.1

  • Allow using race module using just portable_atomic, without critical_section and provide better error messages on targets without atomic CAS instruction, #265.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.

1.18.0

  • MSRV is updated to 1.60.0 to take advantage of dep: syntax for cargo features, removing "implementation details" from publicly visible surface.

1.17.2

  • Avoid unnecessary synchronization in Lazy::{force,deref}_mut(), #231.

1.17.1

1.17.0

  • Add race::OnceRef for storing a &'a T.

1.16.0

  • Add no_std implementation based on critical-section, #195.
  • Deprecate atomic-polyfill feature (use the new critical-section instead)

1.15.0

  • Increase minimal supported Rust version to 1.56.0.
  • Implement UnwindSafe even if the std feature is disabled.

1.14.0

  • Add extension to unsync and sync Lazy mut API:
    • force_mut
    • get_mut

1.13.1

  • Make implementation compliant with strict provenance.
  • Upgrade atomic-polyfill to 1.0

... (truncated)

Commits
  • 3b9bd9b release 1.20.1
  • f61508a Merge pull request #265 from taiki-e/portable-atomic
  • 449e5d7 Add portable-atomic feature and disable portable-atomic/critical-section by d...
  • See full diff in compare view


Updates png from 0.17.13 to 0.17.14

Changelog

Sourced from png's changelog.

0.17.14

  • Updated to miniz_oxide 0.8.0.
  • Added public API to consume interlaced rows one by one (#495)
  • Improved support for resuming decoding after an UnexpectedEof, which lets you start parsing a file before it's fully received over the network (#496)
  • Fixed some broken links in documentation, improved some documentation comments

#495: image-rs/image-png#495 #496: image-rs/image-png#496

Commits
  • 347dc5d Bump version
  • ed2e439 Update CHANGELOG.md
  • 98286ce Merge pull request #506 from Shnatsel/improve-filter-documentation
  • a64485a Update src/filter.rs
  • e1f429e Improve documentation on filters
  • d96defd Convert the rest of doclinks
  • 857b63c Convert probably-working doclinks to rustdoc syntax
  • 53aaa9e Keep using the separate link specification syntax to minimize changes to docu...
  • e45e923 Fix broken doclinks
  • 16e624f Stop handling unreachable None case in fn next_raw_interlaced_row.
  • Additional commits viewable in compare view


Updates serde_spanned from 0.6.7 to 0.6.8

Commits


Updates tar from 0.4.41 to 0.4.42

Commits


Updates wasm-streams from 0.4.0 to 0.4.1

Changelog

Sourced from wasm-streams's changelog.

v0.4.1 (2024-09-28)

  • Fixed "closure invoked recursively or after being dropped" when dropping IntoStream and IntoAsyncRead. (#24, #25)
Commits
  • e20bb21 0.4.1
  • a48bffe Update changelog
  • 7c6eea5 Check for unhandled errors and rejections in test
  • 039fc33 Test dropping into_stream() and into_async_read() with rejecting cancel()
  • 31e9be8 Fix dropped closure exception for IntoStream and IntoAsyncRead (#25)
  • c041860 Update readme
  • 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 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