-
Notifications
You must be signed in to change notification settings - Fork 31
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
github-actions
merged 1 commit into
main
from
dependabot/cargo/src-tauri/all-1faae1bed0
Apr 29, 2024
Merged
Bump the all group in /src-tauri with 22 updates #216
github-actions
merged 1 commit into
main
from
dependabot/cargo/src-tauri/all-1faae1bed0
Apr 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all group in /src-tauri with 22 updates:
1.0.198
1.0.199
1.6.1
1.6.2
3.3.2
3.4.0
2.1.1
2.1.2
2.3.1
2.3.2
1.1.0
1.1.1
4.7.0
4.7.1
1.5.1
1.6.0
2.4.0
2.5.0
2.0.1
2.1.0
1.0.28
1.0.29
2.2.0
2.3.0
0.4.11
0.4.12
0.12.1
0.12.2
0.9.9
0.9.10
3.4.0
3.7.0
0.38.31
0.38.34
1.0.198
1.0.199
3.7.0
3.8.1
3.7.0
3.8.1
0.5.5
0.5.7
0.1.6
0.1.8
Updates
serde
from 1.0.198 to 1.0.199Release notes
Sourced from serde's releases.
Commits
1477028
Release 1.0.199789740b
Merge pull request #2732 from aatifsyed/master8fe7539
fix: ambiguous associated type in forward_to_deserialize_any!f6623a3
Ignore cast_precision_loss pedantic clippy lintUpdates
tauri
from 1.6.1 to 1.6.2Release notes
Sourced from tauri's releases.
... (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)Updates
arboard
from 3.3.2 to 3.4.0Release notes
Sourced from arboard's releases.
Changelog
Sourced from arboard's changelog.
Commits
151e679
Release 3.4.0610e29b
Remove direct thiserror dependency83740b7
Copy image as PNG file on Windows (#141)0bff1e0
Use objc2 and its framework crates1cca83d
Revert "add timeout to RustConnection::connect to X11 server"b4646f6
Increase version of clipboard-win used by defaulte2846f9
Fix clippy errors2f4b502
MoveWaitConfig
to src/platform/linux/mod.rs, useWaitConfig
inside `stru...6cf324c
AddedWaitConfig
, fixwait_until
note in docseabb191
add notice for X11 inSetExtLinux#wait_until
docsUpdates
async-fs
from 2.1.1 to 2.1.2Release notes
Sourced from async-fs's releases.
Changelog
Sourced from async-fs's changelog.
Commits
6eee6bc
v2.1.2c058784
fix(docs):create_dir_all
doesn't error if path already existsUpdates
async-io
from 2.3.1 to 2.3.2Release notes
Sourced from async-io's releases.
Changelog
Sourced from async-io's changelog.
Commits
e740947
v2.3.2316256a
Fix SocketFlags usage on AIX (#187)0e4e747
chore: Fix clippy redundant warningsUpdates
async-recursion
from 1.1.0 to 1.1.1Release notes
Sourced from async-recursion's releases.
Commits
3254b12
v1.1.1977c7d0
Fix incorrect syn features (#44)eb3dc90
Update expected outputs for rustc 1.77 release (#42)Updates
async-task
from 4.7.0 to 4.7.1Release notes
Sourced from async-task's releases.
Changelog
Sourced from async-task's changelog.
Commits
3065c37
v4.7.13cfa07f
Improve panic message for when a task is polled after completion (#73)24adf39
Always set #![no_std] to fix redundant import warningc2122eb
Update flaky_test requirement from 0.1 to 0.2ef60b9c
Update smol requirement from 1 to 204fe57a
Migrate to Rust 2021b5f4978
Ignore dead_code warnings for tuple structs in tests8f2c088
ci: Use cargo-hack's --rust-version flag for msrv checkUpdates
blocking
from 1.5.1 to 1.6.0Release notes
Sourced from blocking's releases.
Changelog
Sourced from blocking's changelog.
Commits
1a20703
v1.6.03936595
Make tracing optional (#60)f6fea36
Remove fastrand dependency (#61)02cd156
feat: Propogate panics that occur in unblocked functions22eaea7
Fix redundant import warningaa47ae0
Migrate to Rust 20211680dc2
Relax MSRV to 1.60b06e335
ci: Use cargo-hack's --rust-version flag for msrv checkUpdates
concurrent-queue
from 2.4.0 to 2.5.0Release notes
Sourced from concurrent-queue's releases.
Changelog
Sourced from concurrent-queue's changelog.
Commits
e874f70
v2.5.05b74dc8
Merge fetch_and andthe prev_value check05e7bff
tests: Add more tests for force_push576965a
tests: Move test to bounded.rs89a64f8
feat: Make unbounded a const function59e93fc
ci: Test loom under no-default-featuresc407467
feat: Add an overflow push methodff53a68
ci: Add loom test to CId494533
Remove dead code93ee058
Migrate to Rust 2021Updates
fastrand
from 2.0.1 to 2.1.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
dcdb769
v2.1.0351a708
Use wyrand final v4.2 constants for gen_u64()63175fa
Remove unnecessary seed modifcationa8f98b4
v2.0.2dda0fe8
Remove unnecesary instantiation35b0ae3
Fix typo (#76)f577814
Always set #![no_std] to fix redundant import warning034e668
docs: Fix CI badge link in readmeUpdates
flate2
from 1.0.28 to 1.0.29Release notes
Sourced from flate2's releases.
Commits
9a25bc0
Merge pull request #403 from folkertdev/bump-version-zlib-rse9c87c0
zlib-rs support version bump8a502a7
Merge pull request #402 from jongiddy/bufread-tests320e7c7
Merge pull request #400 from folkertdev/zlib-rs-c-api6a26c0c
Test that BufRead and Write can be used after decoding7e6429a
add zlib-rs support via the libz-rs-sys C api for zlib-rsae78497
Merge pull request #398 from rust-lang/fix-imports20bbd74
Avoid redudant imports0a584f4
Merge pull request #394 from icmccorm/main8386651
Switched to storing mz_stream as a raw pointer to fix tree borrows violation.Updates
futures-lite
from 2.2.0 to 2.3.0Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
cdf5d64
v2.3.016333c5
chore: Rename try_stream to drain531c73c
lint: Fix new nightly Clippy lintsd4230bd
Add a Stream::try_stream() method (#70)Updates
lock_api
from 0.4.11 to 0.4.12Changelog
Sourced from lock_api's changelog.
Commits
9dace42
Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.124f898be
Merge pull request #435 from sorcio/wasm-atomics-feature9ee3a54
stdarch_wasm_atomic_wait instead of stdsimd7aeb2f1
Merge pull request #433 from QuentinPerez/masterc0a9077
Add Apple visionOS support7ab94b6
Merge pull request #432 from alex/patch-175a97b2
Update redox_syscall dependency version66d025b
Merge pull request #431 from mbyzhang/mastercd7bda0
Merge pull request #429 from waywardmonkeys/fix-typos1bb45aa
Fix panic when callingwith_upgraded
twice on aArcRwLockUpgradableReadGuard
Updates
parking_lot
from 0.12.1 to 0.12.2Changelog
Sourced from parking_lot's changelog.
Commits
9dace42
Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.124f898be
Merge pull request #435 from sorcio/wasm-atomics-feature9ee3a54
stdarch_wasm_atomic_wait instead of stdsimd7aeb2f1
Merge pull request #433 from QuentinPerez/masterc0a9077
Add Apple visionOS support7ab94b6
Merge pull request #432 from alex/patch-175a97b2
Update redox_syscall dependency version66d025b
Merge pull request #431 from mbyzhang/mastercd7bda0
Merge pull request #429 from waywardmonkeys/fix-typos1bb45aa
Fix panic when callingwith_upgraded
twice on aArcRwLockUpgradableReadGuard
Updates
parking_lot_core
from 0.9.9 to 0.9.10Changelog
Sourced from parking_lot_core's changelog.
Commits
9dace42
Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.124f898be
Merge pull request #435 from sorcio/wasm-atomics-feature9ee3a54
stdarch_wasm_atomic_wait instead of stdsimd7aeb2f1
Merge pull request #433 from QuentinPerez/masterc0a9077
Add Apple visionOS support7ab94b6
Merge pull request #432 from alex/patch-175a97b2
Update redox_syscall dependency version66d025b
Merge pull request #431 from mbyzhang/mastercd7bda0
Merge pull request #429 from waywardmonkeys/fix-typos1bb45aa
Fix panic when callingwith_upgraded
twice on aArcRwLockUpgradableReadGuard
Updates
polling
from 3.4.0 to 3.7.0Release notes
Sourced from polling's releases.
Changelog
Sourced from polling's changelog.
Commits
eb9d92a
v3.7.09e46c84
feat: ported to Vita target1c16a1e
v3.6.0e25b3b4
feat: Replace is_connect_failed with is_err50454d1
feat: Add support for HermitOS634a77c
bugfix: Remove CallOnDrop from port.rs4d64fdc
v3.5.077b4ed1
feat: On RedoxOS, use epoll instead of the poll backendUpdates
rustix
from 0.38.31 to 0.38.34Commits
14a88ef
chore: Release rustix version 0.38.341d28750
Make the libc "extra_traits" feature optional. (#1049)63dd84a
chore: Release rustix version 0.38.3395a8302
Probe forstatx
availability even whenstatx
returnsENOSYS
. (#1048)76143e1
Move to usingIpAddr
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
ExposeOFlags::LARGEFILE
and document its behavior (#1020)Updates
serde_derive
from 1.0.198 to 1.0.199Release notes
Sourced from serde_derive's releases.
Commits
1477028
Release 1.0.199789740b
Merge pull request #2732 from aatifsyed/master8fe7539
fix: ambiguous associated type in forward_to_deserialize_any!f6623a3
Ignore cast_precision_loss pedantic clippy lintUpdates
serde_with
from 3.7.0 to 3.8.1Release notes
Sourced from serde_with's releases.
Commits
29ea916
Bump version to v3.8.1 (#737)13e48a9
Bump version to v3.8.18869b20
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.0167e865
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 Pointers9989d8e
Add test that serde_conv will not triggerclippy::ptr_arg
(#731)Updates
serde_with_macros
from 3.7.0 to 3.8.1Release notes
Sourced from serde_with_macros's releases.
Commits
29ea916
Bump version to v3.8.1 (#737)13e48a9
Bump version to v3.8.18869b20
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.0167e865
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 Pointers9989d8e
Add test that serde_conv will not triggerclippy::ptr_arg
(#731)Updates
socket2
from 0.5.5 to 0.5.7Changelog
Sourced from socket2's changelog.