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 19 updates #179

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

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

Package From To
async-task 4.5.0 4.6.0
crossbeam-channel 0.5.8 0.5.9
crossbeam-deque 0.8.3 0.8.4
ctor 0.2.5 0.2.6
filetime 0.2.22 0.2.23
http-body 0.4.5 0.4.6
hyper 0.14.27 0.14.28
libc 0.2.150 0.2.151
mio 0.8.9 0.8.10
once_cell 1.18.0 1.19.0
openssl 0.10.60 0.10.61
ryu 1.0.15 1.0.16
thiserror 1.0.50 1.0.51
tokio 1.34.0 1.35.0
try-lock 0.2.4 0.2.5
uds_windows 1.0.2 1.1.0
unicode-bidi 0.3.13 0.3.14
winnow 0.5.19 0.5.28
xattr 1.0.1 1.1.1

Updates async-task from 4.5.0 to 4.6.0

Release notes

Sourced from async-task's releases.

v4.6.0

  • Bump MSRV to 1.57. (#63)
  • Task layout computation failures are now a compile-time error instead of a runtime abort. (#63)
Changelog

Sourced from async-task's changelog.

Version 4.6.0

  • Bump MSRV to 1.57. (#63)
  • Task layout computation failures are now a compile-time error instead of a runtime abort. (#63)
Commits
  • dfa2374 v4.6.0 (#64)
  • e909f77 m: Add leap_unwrap & make RawTask::TASK_LAYOUT non-optional
  • 918ec72 Update futures-lite requirement from 1.12.0 to 2.0.0
  • See full diff in compare view

Updates crossbeam-channel from 0.5.8 to 0.5.9

Release notes

Sourced from crossbeam-channel's releases.

crossbeam-channel 0.5.9

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 62024f1 Prepare for the next release
  • 0be853e Fix get_unchecked UB by raw pointer calculation
  • ab31855 ci: Use stable rustc for codegen
  • ac3d0f6 Remove dependency on scopeguard
  • ac0b414 Catch panics in critical section of thread::scope
  • c7b4f22 AtomicCell: Always implement {,Ref}UnwindSafe
  • 6cb3a57 epoch: Fix build error with loom
  • cb896e8 AtomicCell: Use fetch_{min,max}
  • cf9d974 AtomicCell: use atomic! macro in the impl_arithmetic!
  • 0ad36ec Resolve some MSRV-related TODOs
  • Additional commits viewable in compare view

Updates crossbeam-deque from 0.8.3 to 0.8.4

Release notes

Sourced from crossbeam-deque's releases.

crossbeam-deque 0.8.4

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 62024f1 Prepare for the next release
  • 0be853e Fix get_unchecked UB by raw pointer calculation
  • ab31855 ci: Use stable rustc for codegen
  • ac3d0f6 Remove dependency on scopeguard
  • ac0b414 Catch panics in critical section of thread::scope
  • c7b4f22 AtomicCell: Always implement {,Ref}UnwindSafe
  • 6cb3a57 epoch: Fix build error with loom
  • cb896e8 AtomicCell: Use fetch_{min,max}
  • cf9d974 AtomicCell: use atomic! macro in the impl_arithmetic!
  • 0ad36ec Resolve some MSRV-related TODOs
  • Additional commits viewable in compare view

Updates ctor from 0.2.5 to 0.2.6

Commits

Updates filetime from 0.2.22 to 0.2.23

Commits

Updates http-body from 0.4.5 to 0.4.6

Changelog

Sourced from http-body's changelog.

0.4.6 (December 8, 2023)

  • Add Collect combinator (backported from http-body-util).
Commits

Updates hyper from 0.14.27 to 0.14.28

Release notes

Sourced from hyper's releases.

v0.14.28

Features

  • body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
  • client: add conn::http1::Connection::without_shutdown() method (#3431) (ad504977)
  • server: add Builder::local_addr() (#3278) (d342c2c7)

Bug Fixes

  • client:
    • panic when pool idle timeout set to zero (#3365) (34d38008)
    • divide by zero error when DNS returns no addrs (#3355) (41eaf204)
    • Do not strip path and scheme components from URIs for HTTP/2 Extended CONNEC (45aa6249)
    • early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
  • http1:

New Contributors

Changelog

Sourced from hyper's changelog.

v0.14.28 (2023-12-18)

Bug Fixes

  • client:
    • panic when pool idle timeout set to zero (#3365) (34d38008)
    • divide by zero error when DNS returns no addrs (#3355) (41eaf204)
    • Do not strip path and scheme components from URIs for HTTP/2 Extended CONNEC (45aa6249)
    • early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
  • http1:

Features

  • body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
  • client: add conn::http1::Connection::without_shutdown() method (#3431) (ad504977)
  • server: add Builder::local_addr() (#3278) (d342c2c7)
Commits
  • 98a7ab0 v0.14.28
  • 344a878 fix(http1): add internal limit for chunked extensions (#3495)
  • 5eca028 fix(http1): reject chunked headers missing a digit (#3494)
  • 7f382ad feat(body): deprecate to_bytes() and aggregate() (#3466)
  • ad50497 feat(client): add conn::http1::Connection::without_shutdown() method (#3431)
  • 4899703 chore(ci): cache rust dependency
  • e2c223a chore(ffi): revamp gen_header using cargo-expand
  • 45fef3b chore(ci): check C header file with stable rust
  • 5bddd5e chore(ci): use stable rust for building C API
  • 440f23a chore(ci): replace actions-rs with run and use taiki-e/install-action or taik...
  • Additional commits viewable in compare view

Updates libc from 0.2.150 to 0.2.151

Release notes

Sourced from libc's releases.

0.2.151

What's Changed

New Contributors

... (truncated)

Commits
  • fe5fe49 Auto merge of #3472 - JohnTitor:release-0.2.151, r=JohnTitor
  • f37806e Auto merge of #3471 - devnexen:netbsdlike_map_tryfixed, r=JohnTitor
  • 347d95a Auto merge of #3469 - devnexen:obsd_reg_riscv64, r=JohnTitor
  • 9645281 Prepare release for v0.2.151
  • 36f5f13 openbsd/netbsd MAP_TRYFIXED constant
  • 740e784 Auto merge of #3470 - JohnTitor:docs-rs-aarch64-apple-darwin, r=JohnTitor
  • 558acf1 Generate aarch64-apple-darwin docs on docs.rs
  • c4e3e91 Auto merge of #3453 - arctic-alpaca:main, r=JohnTitor
  • 0cd65a9 openbsd riscv64 adding sigcontext
  • 5901514 Add SOL_XDP to linux musl
  • Additional commits viewable in compare view

Updates mio from 0.8.9 to 0.8.10

Changelog

Sourced from mio's changelog.

0.8.10

Added

Commits

Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

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

Updates openssl from 0.10.60 to 0.10.61

Commits
  • c428588 Release openssl v0.10.61
  • 3e6b5d4 Release openssl-sys v0.9.97
  • 61c4acd Merge pull request #2117 from sfackler/maybe-uninit
  • 1092196 Add uninit read methods and switch to _ex when possible
  • ea075d1 Merge pull request #2115 from davidben/x509-purpose-get-id
  • 9cafc73 Restore struct in handwritten, memory-unsafe bindings
  • 25606f0 Use X509_PURPOSE_get_id instead of struct access
  • efe619c Merge pull request #2114 from davidben/x509-object-free
  • 66c16ca X509_OBJECT_free_contents is not X509_OBJECT_free
  • 8840e53 Merge pull request #2113 from alex/new-boringssl
  • Additional commits viewable in compare view

Updates ryu from 1.0.15 to 1.0.16

Release notes

Sourced from ryu's releases.

1.0.16

  • Sync performance improvement from upstream C implementation
Commits

Updates thiserror from 1.0.50 to 1.0.51

Release notes

Sourced from thiserror's releases.

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • 0555b80 Release 1.0.51
  • b94add8 Add ui test where fallback impl conflicts with handwritten Display
  • 02c6a55 Merge pull request #266 from dtolnay/fallback
  • 1754825 Work around trivial bounds being unstable
  • 1567f40 Try to remove "doesn't implement Debug" in fallback expansion
  • d7e3bdd Fix redundant "Error doesn't implement Display" in fallback
  • 7e5ff62 Emit an Error impl even in the presence of bad attributes
  • 0444cd5 Merge pull request #265 from dtolnay/fallbackfixme
  • b010e52 Add test looking for invalid input to still generate an impl
  • 1c6c4bb Merge pull request #264 from dtolnay/errortraitpath
  • Additional commits viewable in compare view

Updates tokio from 1.34.0 to 1.35.0

Release notes

Sourced from tokio's releases.

Tokio v1.35.0

1.35.0 (December 8th, 2023)

Added

  • net: add Apple watchOS support (#6176)

Changed

  • io: drop the Sized requirements from AsyncReadExt.read_buf (#6169)
  • runtime: make Runtime unwind safe (#6189)
  • runtime: reduce the lock contention in task spawn (#6001)
  • tokio: update nix dependency to 0.27.1 (#6190)

Fixed

  • chore: make --cfg docsrs work without net feature (#6166)
  • chore: use relaxed load for unsync_load on miri (#6179)
  • runtime: handle missing context on wake (#6148)
  • taskdump: fix taskdump cargo config example (#6150)
  • taskdump: skip notified tasks during taskdumps (#6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#6107)
  • tracing: make task span explicit root (#6158)

Documented

  • io: flush in AsyncWriteExt examples (#6149)
  • runtime: document fairness guarantees and current behavior (#6145)
  • task: document cancel safety of LocalSet::run_until (#6147)

#6001: tokio-rs/tokio#6001 #6107: tokio-rs/tokio#6107 #6144: tokio-rs/tokio#6144 #6145: tokio-rs/tokio#6145 #6147: tokio-rs/tokio#6147 #6148: tokio-rs/tokio#6148 #6149: tokio-rs/tokio#6149 #6150: tokio-rs/tokio#6150 #6158: tokio-rs/tokio#6158 #6166: tokio-rs/tokio#6166 #6169: tokio-rs/tokio#6169 #6176: tokio-rs/tokio#6176 #6179: tokio-rs/tokio#6179 #6189: tokio-rs/tokio#6189 #6190: tokio-rs/tokio#6190 #6194: tokio-rs/tokio#6194

Commits

Updates try-lock from 0.2.4 to 0.2.5

Commits

Updates uds_windows from 1.0.2 to 1.1.0

Release notes

Sourced from uds_windows's releases.

v1.1.0

Bug Fixes

  • Clippy warnings and removal of null pointer dereference

Other

  • Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket

This allows callers of uds_windows to potentially avoid having to use the Raw types and traits.

This also allows the use of uds_windows with upcoming changes to async-io to use AsFd.

  • Added safety comments above unsafe blocks within safe functions
Changelog

Sourced from uds_windows's changelog.

[1.1.0] - 2023-12-14

Bug Fixes

  • Clippy warnings

Miscellaneous Tasks

  • Add cliff.toml and release.toml
  • Update release.toml
  • Add release workflow
  • Release uds_windows version 1.1.0

Other

  • Do the easy fixups; leave nullptr and saftey comment lints for another time

  • Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket

This allows callers of uds_windows to potentially avoid having to use the Raw types and traits.

This also allows the use of uds_windows with upcoming changes to async-io to use AsFd.

Get compiling from old PR; add AsSocket for UnixStream

Cargo format

  • Added safety comments above unsafe blocks within safe functions
Commits
  • 363423e chore: add CHANGELOG.md
  • fb5e294 chore: release uds_windows version 1.1.0
  • 9dd3467 chore: add release workflow
  • 1c22796 chore: update release.toml
  • 61faef4 chore: add cliff.toml and release.toml
  • d0945bd ci: add conventional commit checker
  • f5ca3b1 fix: clippy warnings
  • 3cc1414 ci: move clippy to the main workflow
  • df87259 Added safety comments above unsafe blocks within safe functions
  • 14f3cbe Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket
  • Additional commits viewable in compare view

Updates unicode-bidi from 0.3.13 to 0.3.14

Commits

Updates winnow from 0.5.19 to 0.5.28

Changelog

Sourced from winnow's changelog.

[0.5.28] - 2023-12-11

Compatibility

  • Deprecate length_data in favor of length_take
  • Deprecate length_value in favor of length_and_then
  • Deprecate length_count in favor of length_repeat

[0.5.27] - 2023-12-11

Fixes

  • Consistently support FnMut for predicates, not just Fn

Documentation

  • Improve nom migration experience

[0.5.26] - 2023-12-07

Documentation

  • Add nom migration guide

[0.5.25] - 2023-12-05

Fixes

  • Correctly point to error location in InputErrors Display for single-line input

[0.5.24] - 2023-12-05

Features

  • Support Accumulate for BTreeSet and HashSet

[0.5.23] - 2023-12-04

Features

  • Add more patterns for token::take_until[01]

[0.5.22] - 2023-12-04

Performance

  • Optimize take_until* when parsing &str

[0.5.21] - 2023-12-04

... (truncated)

Commits
  • 7107ce9 chore: Release
  • 98c6a24 docs: Update changelog
  • 0108618 Merge pull request #396 from epage/tlv
  • bc6fefd docs(binary): Try to make TLV parsers more obvious
  • aa95f42 fix(binary): Clarify length_count as length_repeat
  • 2538d04 fix(binary): Clarify length_value as length_and_then
  • c174d4a fix(binary): Clarify length_data as length_take
  • f92e523 chore: Release
  • 0667222 docs: Update changelog
  • 90baf53 Merge pull request #395 from epage/fnmut
  • Additional commits viewable in compare view

Updates xattr from 1.0.1 to 1.1.1

Commits

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 19 updates:

| Package | From | To |
| --- | --- | --- |
| [async-task](https://github.com/smol-rs/async-task) | `4.5.0` | `4.6.0` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.8` | `0.5.9` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.5` | `0.2.6` |
| [filetime](https://github.com/alexcrichton/filetime) | `0.2.22` | `0.2.23` |
| [http-body](https://github.com/hyperium/http-body) | `0.4.5` | `0.4.6` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `0.14.28` |
| [libc](https://github.com/rust-lang/libc) | `0.2.150` | `0.2.151` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.9` | `0.8.10` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.60` | `0.10.61` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.15` | `1.0.16` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.51` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.34.0` | `1.35.0` |
| [try-lock](https://github.com/seanmonstar/try-lock) | `0.2.4` | `0.2.5` |
| [uds_windows](https://github.com/haraldh/rust_uds_windows) | `1.0.2` | `1.1.0` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.13` | `0.3.14` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.28` |
| [xattr](https://github.com/Stebalien/xattr) | `1.0.1` | `1.1.1` |


Updates `async-task` from 4.5.0 to 4.6.0
- [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.5.0...v4.6.0)

Updates `crossbeam-channel` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.8...crossbeam-channel-0.5.9)

Updates `crossbeam-deque` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-deque-0.8.3...crossbeam-deque-0.8.4)

Updates `ctor` from 0.2.5 to 0.2.6
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `filetime` from 0.2.22 to 0.2.23
- [Commits](alexcrichton/filetime@0.2.22...0.2.23)

Updates `http-body` from 0.4.5 to 0.4.6
- [Changelog](https://github.com/hyperium/http-body/blob/v0.4.6/CHANGELOG.md)
- [Commits](hyperium/http-body@v0.4.5...v0.4.6)

Updates `hyper` from 0.14.27 to 0.14.28
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.27...v0.14.28)

Updates `libc` from 0.2.150 to 0.2.151
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.150...0.2.151)

Updates `mio` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.9...v0.8.10)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

Updates `openssl` from 0.10.60 to 0.10.61
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.61)

Updates `ryu` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.15...1.0.16)

Updates `thiserror` from 1.0.50 to 1.0.51
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.51)

Updates `tokio` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.0)

Updates `try-lock` from 0.2.4 to 0.2.5
- [Commits](seanmonstar/try-lock@v0.2.4...v0.2.5)

Updates `uds_windows` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/haraldh/rust_uds_windows/releases)
- [Changelog](https://github.com/haraldh/rust_uds_windows/blob/v1.1.0/CHANGELOG.md)
- [Commits](haraldh/rust_uds_windows@v1.0.2...v1.1.0)

Updates `unicode-bidi` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](https://github.com/servo/unicode-bidi/commits/v0.3.14)

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

Updates `xattr` from 1.0.1 to 1.1.1
- [Commits](https://github.com/Stebalien/xattr/commits)

---
updated-dependencies:
- dependency-name: async-task
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: crossbeam-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ctor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: filetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: http-body
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hyper
  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: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: try-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uds_windows
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unicode-bidi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: xattr
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Dec 18, 2023
@github-actions github-actions bot merged commit efbde00 into main Dec 18, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-a07e160b52 branch December 18, 2023 15:17
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