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 22 updates #216

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

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

Package From To
serde 1.0.198 1.0.199
tauri 1.6.1 1.6.2
arboard 3.3.2 3.4.0
async-fs 2.1.1 2.1.2
async-io 2.3.1 2.3.2
async-recursion 1.1.0 1.1.1
async-task 4.7.0 4.7.1
blocking 1.5.1 1.6.0
concurrent-queue 2.4.0 2.5.0
fastrand 2.0.1 2.1.0
flate2 1.0.28 1.0.29
futures-lite 2.2.0 2.3.0
lock_api 0.4.11 0.4.12
parking_lot 0.12.1 0.12.2
parking_lot_core 0.9.9 0.9.10
polling 3.4.0 3.7.0
rustix 0.38.31 0.38.34
serde_derive 1.0.198 1.0.199
serde_with 3.7.0 3.8.1
serde_with_macros 3.7.0 3.8.1
socket2 0.5.5 0.5.7
winapi-util 0.1.6 0.1.8

Updates serde from 1.0.198 to 1.0.199

Release notes

Sourced from serde's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates tauri from 1.6.1 to 1.6.2

Release notes

Sourced from tauri's releases.

tauri v1.6.2

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 621 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (577 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.2
        ├── tauri 1.6.2
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.6.2]

Bug Fixes

  • e3b6d38d2(#9166) Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.
  • 705da977a(#9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.
Updating crates.io index
   Packaging tauri v1.6.2 (/home/runner/work/tauri/tauri/core/tauri)
    Updating crates.io index
   Verifying tauri v1.6.2 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded alloc-stdlib v0.2.2
  Downloaded cairo-sys-rs v0.15.1
  Downloaded atk-sys v0.15.1
  Downloaded cairo-rs v0.15.12
</tr></table> 

... (truncated)

Commits
  • caddd5b Apply Version Updates From Current Changes (v1) (#9544)
  • 72c2636 chore(ci): fix MSRV downgrade (#9543)
  • 83e024c chore(ci): downgrade home crate (#9542)
  • 07c9e35 fix(ci): downgrade cc crate for MSRV compatibility (#9541)
  • d00178d ci: Fix package downgrades in covector workflow (#9538)
  • 705da97 fix: optional chaining is not supported on older webviews (#9529)
  • 1675e41 fix(bundler): don't convert product name to snake case when cross compiling (...
  • f9638b6 fix(cli): append extension to app binary manually on rename (#9491)
  • aeddc40 fix(cli/info): fix crash when checking node version (#9411)
  • fe6f81f chore: fix clippy false positive (#9329)
  • Additional commits viewable in compare view

Updates arboard from 3.3.2 to 3.4.0

Release notes

Sourced from arboard's releases.

v3.4.0

Added

  • Added a wait_until method for Linux, as a superset of the existing wait functionality. This is a helper for letting an application wait without manual timeout handling.

Fixed

  • Transparency in copied images now behaves better in certain Windows apps.

Changed

  • Updated image to 0.25.
  • Removed direct thiserror dependency.
  • Fixed Linux documentation links
  • Raised MSRV to 1.67.1
  • Reverted timeout behavior of Clipboard::new() on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.
  • Migrated away from objc to the objc2 ecosystem for the Apple clipboard implementation.

Full Changelog: 1Password/arboard@v3.3.2...v3.4.0

Changelog

Sourced from arboard's changelog.

3.4.0 on 2024-29-04

Added

  • Added a wait_until method for Linux, as a superset of the existing wait functionality. This is a helper for letting an application wait without manual timeout handling.

Fixed

  • Transparency in copied images now behaves better in certain Windows apps.

Changed

  • Updated image to 0.25.
  • Removed direct thiserror dependency.
  • Fixed Linux documentation links
  • Raised MSRV to 1.67.1
  • Reverted timeout behavior of Clipboard::new() on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.
  • Migrated away from objc to the objc2 ecosystem for the Apple clipboard implementation.
Commits
  • 151e679 Release 3.4.0
  • 610e29b Remove direct thiserror dependency
  • 83740b7 Copy image as PNG file on Windows (#141)
  • 0bff1e0 Use objc2 and its framework crates
  • 1cca83d Revert "add timeout to RustConnection::connect to X11 server"
  • b4646f6 Increase version of clipboard-win used by default
  • e2846f9 Fix clippy errors
  • 2f4b502 Move WaitConfig to src/platform/linux/mod.rs, use WaitConfig inside `stru...
  • 6cf324c Added WaitConfig, fix wait_until note in docs
  • eabb191 add notice for X11 in SetExtLinux#wait_until docs
  • Additional commits viewable in compare view

Updates async-fs from 2.1.1 to 2.1.2

Release notes

Sourced from async-fs's releases.

v2.1.2

  • Ensure that the docs for create_dir_all are close to the equivalent function in libstd. (#35)
Changelog

Sourced from async-fs's changelog.

Version 2.1.2

  • Ensure that the docs for create_dir_all are close to the equivalent function in libstd. (#35)
Commits

Updates async-io from 2.3.1 to 2.3.2

Release notes

Sourced from async-io's releases.

v2.3.2

  • Fix usage of the wrong socket flags on AIX. (#187)
Changelog

Sourced from async-io's changelog.

Version 2.3.2

  • Fix usage of the wrong socket flags on AIX. (#187)
Commits

Updates async-recursion from 1.1.0 to 1.1.1

Release notes

Sourced from async-recursion's releases.

v1.1.1

What's Changed

Full Changelog: dcchut/async-recursion@v1.1.0...v1.1.1

Commits

Updates async-task from 4.7.0 to 4.7.1

Release notes

Sourced from async-task's releases.

v4.7.1

  • Improve the panic message for when a task is polled after completion. (#73)
Changelog

Sourced from async-task's changelog.

Version 4.7.1

  • Improve the panic message for when a task is polled after completion. (#73)
Commits
  • 3065c37 v4.7.1
  • 3cfa07f Improve panic message for when a task is polled after completion (#73)
  • 24adf39 Always set #![no_std] to fix redundant import warning
  • c2122eb Update flaky_test requirement from 0.1 to 0.2
  • ef60b9c Update smol requirement from 1 to 2
  • 04fe57a Migrate to Rust 2021
  • b5f4978 Ignore dead_code warnings for tuple structs in tests
  • 8f2c088 ci: Use cargo-hack's --rust-version flag for msrv check
  • See full diff in compare view

Updates blocking from 1.5.1 to 1.6.0

Release notes

Sourced from blocking's releases.

v1.6.0

  • Panics that occur in unblocked functions are now propagated to the calling function. (#58)
  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#60)
  • Remove the unused fastrand dependency. (#61)
Changelog

Sourced from blocking's changelog.

Version 1.6.0

  • Panics that occur in unblocked functions are now propagated to the calling function. (#58)
  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#60)
  • Remove the unused fastrand dependency. (#61)
Commits

Updates concurrent-queue from 2.4.0 to 2.5.0

Release notes

Sourced from concurrent-queue's releases.

v2.5.0

  • Add a force_push method that can be used to add an element to the queue by displacing another. (#58)
  • Make ConcurrentQueue::unbounded() into a const function. (#67)
  • Fix a compilation error in the Loom implementation. (#65)
Changelog

Sourced from concurrent-queue's changelog.

Version 2.5.0

  • Add a force_push method that can be used to add an element to the queue by displacing another. (#58)
  • Make ConcurrentQueue::unbounded() into a const function. (#67)
  • Fix a compilation error in the Loom implementation. (#65)
Commits
  • e874f70 v2.5.0
  • 5b74dc8 Merge fetch_and andthe prev_value check
  • 05e7bff tests: Add more tests for force_push
  • 576965a tests: Move test to bounded.rs
  • 89a64f8 feat: Make unbounded a const function
  • 59e93fc ci: Test loom under no-default-features
  • c407467 feat: Add an overflow push method
  • ff53a68 ci: Add loom test to CI
  • d494533 Remove dead code
  • 93ee058 Migrate to Rust 2021
  • Additional commits viewable in compare view

Updates fastrand from 2.0.1 to 2.1.0

Release notes

Sourced from fastrand's releases.

v2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)

v2.0.2

  • Slight restructuring of the with_seed function. (#79)
Changelog

Sourced from fastrand's changelog.

Version 2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)

Version 2.0.2

  • Slight restructuring of the with_seed function. (#79)
Commits

Updates flate2 from 1.0.28 to 1.0.29

Release notes

Sourced from flate2's releases.

1.0.29 - with new zlib-rs feature (~zlib-ng in Rust)

With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29

Commits
  • 9a25bc0 Merge pull request #403 from folkertdev/bump-version-zlib-rs
  • e9c87c0 zlib-rs support version bump
  • 8a502a7 Merge pull request #402 from jongiddy/bufread-tests
  • 320e7c7 Merge pull request #400 from folkertdev/zlib-rs-c-api
  • 6a26c0c Test that BufRead and Write can be used after decoding
  • 7e6429a add zlib-rs support via the libz-rs-sys C api for zlib-rs
  • ae78497 Merge pull request #398 from rust-lang/fix-imports
  • 20bbd74 Avoid redudant imports
  • 0a584f4 Merge pull request #394 from icmccorm/main
  • 8386651 Switched to storing mz_stream as a raw pointer to fix tree borrows violation.
  • Additional commits viewable in compare view

Updates futures-lite from 2.2.0 to 2.3.0

Release notes

Sourced from futures-lite's releases.

v2.3.0

  • Add StreamExt::drain for draining objects from a Stream without waiting (#70).
Changelog

Sourced from futures-lite's changelog.

Version 2.3.0

  • Add StreamExt::drain for draining objects from a Stream without waiting (#70).
Commits

Updates lock_api from 0.4.11 to 0.4.12

Changelog

Sourced from lock_api's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view

Updates parking_lot from 0.12.1 to 0.12.2

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)

parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)

  • Fixed RwLockUpgradeableReadGuard::with_upgraded. (#393)
  • Fixed ReentrantMutex::bump lock count. (#390)
  • Added methods to unsafely create a lock guard out of thin air. (#403)
  • Added support for Apple tvOS. (#405)

parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)

  • Mark guards with #[clippy::has_significant_drop] (#369, #371)
  • Removed windows-sys dependency (#374, #378)
  • Add atomic_usize default feature to support platforms without atomics. (#380)
  • Add with_upgraded API to upgradable read locks (#386)
  • Make RwLock guards Sync again (#370)

parking_lot_core 0.9.7 (2023-02-01)

  • Update windows-sys dependency to 0.45. (#368)

parking_lot_core 0.9.6 (2023-01-11)

  • Add support for watchOS. (#367)

parking_lot_core 0.9.5 (2022-11-29)

  • Update use of libc::timespec to prepare for future libc version (#363)

parking_lot_core 0.9.4 (2022-10-18)

  • Bump windows-sys dependency to 0.42. (#356)

lock_api 0.4.9 (2022-09-20)

  • Fixed ReentrantMutexGuard::try_map signature (#355)

lock_api 0.4.8 (2022-08-28)

  • Fixed unsound Sync/Send impls for ArcMutexGuard. (#349)
  • Added ArcMutexGuard::into_arc. (#350)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view

Updates parking_lot_core from 0.9.9 to 0.9.10

Changelog

Sourced from parking_lot_core's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view

Updates polling from 3.4.0 to 3.7.0

Release notes

Sourced from polling's releases.

v3.7.0

  • Add support for the PS Vita as a platform. (#160)

v3.6.0

  • Add an is_err method to Event to tell when an error has occurred. (#189)
  • Deprecate the is_connect_failed function. (#189)
  • Add support for HermitOS to polling. (#194)

v3.5.0

  • Use the epoll backend when RedoxOS is enabled. (#190)
Changelog

Sourced from polling's changelog.

Version 3.7.0

  • Add support for the PS Vita as a platform. (#160)

Version 3.6.0

  • Add an is_err method to Event to tell when an error has occurred. (#189)
  • Deprecate the is_connect_failed function. (#189)
  • Add support for HermitOS to polling. (#194)

Version 3.5.0

  • Use the epoll backend when RedoxOS is enabled. (#190)
Commits

Updates rustix from 0.38.31 to 0.38.34

Commits
  • 14a88ef chore: Release rustix version 0.38.34
  • 1d28750 Make the libc "extra_traits" feature optional. (#1049)
  • 63dd84a chore: Release rustix version 0.38.33
  • 95a8302 Probe for statx availability even when statx returns ENOSYS. (#1048)
  • 76143e1 Move to using IpAddr and other types from core. (#1047)
  • a5af48e Add "visionos" as an apple target. (#1046)
  • 48eeb83 Pass null instead of empty slices to getxattr and fgetxattr on macos (#1045)
  • fa21a6d Disable Haiku in CI due to upstream breakage, and fix a no_std error. (#1042)
  • 6f72de5 Add ELF aux vector AT_MINSIGSTKSZ (#1041)
  • 7077238 Expose OFlags::LARGEFILE and document its behavior (#1020)
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.198 to 1.0.199

Release notes

Sourced from serde_derive's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates serde_with from 3.7.0 to 3.8.1

Release notes

Sourced from serde_with's releases.

serde_with v3.8.1

Fixed

  • Do not emit schemars(deserialize_with = "...") annotations, as schemars does not support them (#735) Thanks to @​sivizius for reporting the issue.

serde_with v3.8.0

Added

Changed

  • Bump base64 dependency to v0.22 (#724)
  • Update dev dependencies

Fixed

  • serde_conv regressed and triggered clippy::ptr_arg and add test to prevent future problems. (#731)
Commits
  • 29ea916 Bump version to v3.8.1 (#737)
  • 13e48a9 Bump version to v3.8.1
  • 8869b20 Do not emit schemars(deserialize_with = "...") (#736)
  • eb77c40 Do not emit schemars(deserialize_with = "...")
  • 7e66d6b Bump version to v3.8.0 (#734)
  • 4a4fcb3 Bump version to v3.8.0
  • 167e865 Implement (De)Serialization for Pinned Smart Pointers (#733)
  • 04de4ce Add SerializeAs support for Pin<&'a T> and Pin<&'a mut T>
  • 9c2dac7 Implement (De)Serialization for Pinned Smart Pointers
  • 9989d8e Add test that serde_conv will not trigger clippy::ptr_arg (#731)
  • Additional commits viewable in compare view

Updates serde_with_macros from 3.7.0 to 3.8.1

Release notes

Sourced from serde_with_macros's releases.

serde_with v3.8.1

Fixed

  • Do not emit schemars(deserialize_with = "...") annotations, as schemars does not support them (#735) Thanks to @​sivizius for reporting the issue.

serde_with v3.8.0

Added

Changed

  • Bump base64 dependency to v0.22 (#724)
  • Update dev dependencies

Fixed

  • serde_conv regressed and triggered clippy::ptr_arg and add test to prevent future problems. (#731)
Commits
  • 29ea916 Bump version to v3.8.1 (#737)
  • 13e48a9 Bump version to v3.8.1
  • 8869b20 Do not emit schemars(deserialize_with = "...") (#736)
  • eb77c40 Do not emit schemars(deserialize_with = "...")
  • 7e66d6b Bump version to v3.8.0 (#734)
  • 4a4fcb3 Bump version to v3.8.0
  • 167e865 Implement (De)Serialization for Pinned Smart Pointers (#733)
  • 04de4ce Add SerializeAs support for Pin<&'a T> and Pin<&'a mut T>
  • 9c2dac7 Implement (De)Serialization for Pinned Smart Pointers
  • 9989d8e Add test that serde_conv will not trigger clippy::ptr_arg (#731)
  • Additional commits viewable in compare view

Updates socket2 from 0.5.5 to 0.5.7

Changelog

Sourced from socket2's changelog.

0.5.7

0.5.6

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [tauri](https://github.com/tauri-apps/tauri) | `1.6.1` | `1.6.2` |
| [arboard](https://github.com/1Password/arboard) | `3.3.2` | `3.4.0` |
| [async-fs](https://github.com/smol-rs/async-fs) | `2.1.1` | `2.1.2` |
| [async-io](https://github.com/smol-rs/async-io) | `2.3.1` | `2.3.2` |
| [async-recursion](https://github.com/dcchut/async-recursion) | `1.1.0` | `1.1.1` |
| [async-task](https://github.com/smol-rs/async-task) | `4.7.0` | `4.7.1` |
| [blocking](https://github.com/smol-rs/blocking) | `1.5.1` | `1.6.0` |
| [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.4.0` | `2.5.0` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.1` | `2.1.0` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.29` |
| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.2.0` | `2.3.0` |
| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` |
| [polling](https://github.com/smol-rs/polling) | `3.4.0` | `3.7.0` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.31` | `0.38.34` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |
| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.5` | `0.5.7` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `tauri` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.6.1...tauri-v1.6.2)

Updates `arboard` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](1Password/arboard@v3.3.2...v3.4.0)

Updates `async-fs` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/smol-rs/async-fs/releases)
- [Changelog](https://github.com/smol-rs/async-fs/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-fs@v2.1.1...v2.1.2)

Updates `async-io` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.3.1...v2.3.2)

Updates `async-recursion` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.1.0...v1.1.1)

Updates `async-task` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/smol-rs/async-task/releases)
- [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-task@v4.7.0...v4.7.1)

Updates `blocking` from 1.5.1 to 1.6.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.5.1...v1.6.0)

Updates `concurrent-queue` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/smol-rs/concurrent-queue/releases)
- [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md)
- [Commits](smol-rs/concurrent-queue@v2.4.0...v2.5.0)

Updates `fastrand` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v2.0.1...v2.1.0)

Updates `flate2` from 1.0.28 to 1.0.29
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.28...1.0.29)

Updates `futures-lite` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](smol-rs/futures-lite@v2.2.0...v2.3.0)

Updates `lock_api` from 0.4.11 to 0.4.12
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@lock_api-0.4.11...lock_api-0.4.12)

Updates `parking_lot` from 0.12.1 to 0.12.2
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.1...0.12.2)

Updates `parking_lot_core` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@core-0.9.9...core-0.9.10)

Updates `polling` from 3.4.0 to 3.7.0
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](smol-rs/polling@v3.4.0...v3.7.0)

Updates `rustix` from 0.38.31 to 0.38.34
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.31...v0.38.34)

Updates `serde_derive` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `serde_with` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.7.0...v3.8.1)

Updates `serde_with_macros` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.7.0...v3.8.1)

Updates `socket2` from 0.5.5 to 0.5.7
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](rust-lang/socket2@v0.5.5...v0.5.7)

Updates `winapi-util` from 0.1.6 to 0.1.8
- [Commits](BurntSushi/winapi-util@0.1.6...0.1.8)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: arboard
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-fs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-io
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-recursion
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-task
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: blocking
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: concurrent-queue
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: fastrand
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-lite
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lock_api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: parking_lot
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: parking_lot_core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: polling
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_with
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde_with_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: socket2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: winapi-util
  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 Apr 29, 2024
@github-actions github-actions bot merged commit 69edb2d into main Apr 29, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-1faae1bed0 branch April 29, 2024 13:33
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