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

build(deps): bump the all group in /src-tauri with 39 updates #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2024

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

Package From To
serde_json 1.0.111 1.0.113
serde 1.0.195 1.0.196
window-vibrancy 0.4.3 0.5.0
async-channel 2.1.1 2.2.0
async-process 1.7.0 1.8.1
bytemuck 1.14.0 1.14.3
chrono 0.4.31 0.4.33
darling 0.20.3 0.20.5
darling_core 0.20.3 0.20.5
darling_macro 0.20.3 0.20.5
hermit-abi 0.3.4 0.3.5
iana-time-zone 0.1.59 0.1.60
js-sys 0.3.67 0.3.68
libc 0.2.152 0.2.153
miniz_oxide 0.7.1 0.7.2
num-traits 0.2.17 0.2.18
reqwest 0.11.23 0.11.24
serde_derive 1.0.195 1.0.196
serde_with 3.5.0 3.6.1
serde_with_macros 3.5.0 3.6.1
tao 0.16.6 0.16.7
time 0.3.31 0.3.34
time-macros 0.2.16 0.2.17
tokio 1.35.1 1.36.0
treediff 4.0.2 4.0.3
unicode-segmentation 1.10.1 1.11.0
wasm-bindgen 0.2.90 0.2.91
wasm-bindgen-backend 0.2.90 0.2.91
wasm-bindgen-futures 0.4.40 0.4.41
wasm-bindgen-macro 0.2.90 0.2.91
wasm-bindgen-macro-support 0.2.90 0.2.91
wasm-bindgen-shared 0.2.90 0.2.91
wasm-streams 0.3.0 0.4.0
web-sys 0.3.67 0.3.68
winnow 0.5.34 0.5.39
xattr 1.1.1 1.3.1
xdg-home 1.0.0 1.1.0
zbus 3.14.1 3.15.0
zbus_macros 3.14.1 3.15.0

Updates serde_json from 1.0.111 to 1.0.113

Release notes

Sourced from serde_json's releases.

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • 107c2d1 Merge pull request #1106 from serde-rs/invalidvalue
  • 62ca3e4 Handle Unexpected::Unit in Error::invalid_value
  • 296fafb Factor out JSON-specific Display impl for serde::de::Unexpected
  • e56cc69 Merge pull request #1105 from keienWang/master
  • Additional commits viewable in compare view

Updates serde from 1.0.195 to 1.0.196

Release notes

Sourced from serde's releases.

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • b971ef1 Merge pull request #2681 from dtolnay/workspacedeps
  • 29d9f69 Fix workspace.dependencies default-features future compat warning
  • aecb408 Sort workspace dependencies
  • 1c675ab Merge pull request #2678 from rodoufu/workspaceDependencies
  • dd61963 Adding workspace dependencies
  • 111803a Merge pull request #2673 from Sky9x/msrv-badge
  • 0024f74 Use shields.io's MSRV badges
  • See full diff in compare view

Updates window-vibrancy from 0.4.3 to 0.5.0

Release notes

Sourced from window-vibrancy's releases.

window-vibrancy v0.5.0

[0.5.0]

  • 19cdde3(#121) Breaking change Update raw-window-handle crate to 0.6. Now APIs require HasWindowHandle trait boundary instead of HasRawWindowHandle.

Cargo Publish

\` Updating crates.io index Packaging window-vibrancy v0.5.0 (/home/runner/work/window-vibrancy/window-vibrancy) Updating crates.io index Packaged 30 files, 1.4MiB (1.3MiB compressed) Uploading window-vibrancy v0.5.0 (/home/runner/work/window-vibrancy/window-vibrancy) Uploaded window-vibrancy v0.5.0 to registry crates-io note: Waiting for window-vibrancy v0.5.0 to be available at registry crates-io. You may press ctrl-c to skip waiting; the crate should be available shortly. Published window-vibrancy v0.5.0 at registry crates-io \`

Changelog

Sourced from window-vibrancy's changelog.

[0.5.0]

  • 19cdde3(#121) Breaking change Update raw-window-handle crate to 0.6. Now APIs require HasWindowHandle trait boundary instead of HasRawWindowHandle.
Commits

Updates async-channel from 2.1.1 to 2.2.0

Release notes

Sourced from async-channel's releases.

v2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)
Changelog

Sourced from async-channel's changelog.

Version 2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)
Commits

Updates async-process from 1.7.0 to 1.8.1

Release notes

Sourced from async-process's releases.

v1.8.1

  • Bump async-signal to v0.2.3. (#56)

v1.8.0

  • Move from signal-hook to the async-signal crate. (#42)
  • Reorganize the internals of this crate to be more coherent. (#46)
  • Bump to event-listener v3.0.0. (#43)
Changelog

Sourced from async-process's changelog.

Version 1.8.1

  • Bump async-signal to v0.2.3. (#56)

Version 1.8.0

  • Move from signal-hook to the async-signal crate. (#42)
  • Reorganize the internals of this crate to be more coherent. (#46)
  • Bump to event-listener v3.0.0. (#43)
Commits
  • 513b926 v1.8.1
  • ce7ded7 bugfix: Bump async-signal to v0.2.3
  • 78342ab v1.8.0
  • 52a693e m: Centralize all global state into a single structure
  • 5e8e0b7 Upgrade to event-listener v3.0.0 (#43)
  • ac1c639 Update actions/checkout action to v4
  • 07165c7 Add smol-rs logo (#48)
  • 1715616 m: Update rustix requirement from 0.37 to 0.38
  • d45d6f1 Use async-signal instead of signal-hook (#42)
  • d9d97d0 Fix clippy::needless_borrow warning
  • Additional commits viewable in compare view

Updates bytemuck from 1.14.0 to 1.14.3

Changelog

Sourced from bytemuck's changelog.

1.14.3

  • The new std simd nightly features are apparently arch-specific. This adjusts the feature activation to be x86/ x86_64 only.

1.14.2

  • Changes the name of the Nightly feature activated by the crate's nightly_stdsimd feature. This is needed as of (approximately) Nightly 2024-02-06 and later, because the Nightly feature was changed.

1.14.1

  • docs clarifications.

1.14

  • write_zeroes and fill_zeroes functions: Writes (to one) or fills (a slice) zero bytes to all bytes covered by the provided reference. If your type has padding, this will even zero out the padding bytes.
  • align_offset feature: causes pointer alignment checks to use the align_offset pointer method rather than as-casting the pointer to usize. This may improve codegen, if the compiler would have otherwise thought that the pointer address escaped. No formal benchmarks have been done either way.
  • must_cast feature: Adds must_* family of functions. These functions will fail to compile if the cast requested can't be statically known to succeed. The error messages can be kinda bad when this happens, but eliminating the possibility of a runtime error might be worth it to you.

1.13.1

  • Remove the requirement for the source data type to be AnyBitPattern on pod_collect_to_vec, allowing you to pod collect vecs of char into vecs of u32, or whatever.

1.13

  • Now depends on bytemuck_derive-1.4.0
  • Various small enhancements that would have been patch version updates, but which have been rolled into this minor version update.

1.12.4

  • This has additional impls for existing traits and cleans up some internal code, but there's no new functions so I guess it counts as just a patch release.

1.12.3

  • This bugfix makes the crate do stuff with Arc or not based on the target_has_atomic config. Previously, some targets that have allocation but

... (truncated)

Commits

Updates chrono from 0.4.31 to 0.4.33

Release notes

Sourced from chrono's releases.

0.4.33

This release fixes the broken docrs.rs build of chrono 0.4.32.

What's Changed

v0.4.32

In this release we shipped part of the effort to reduce the number of methods that could unexpectedly panic, notably for the DateTime and Duration types.

Chrono internally stores the value of a DateTime in UTC, and transparently converts it to the local value as required. For example adding a second to a DateTime needs to be done in UTC to get the correct result, but adding a day needs to be done in local time to be correct. What happens when the value is near the edge of the representable range, and the implicit conversions pushes it beyond the representable range? Many methods could panic on such inputs, including formatting the value for Debug output.

In chrono 0.4.32 the range of NaiveDate, NaiveDateTime and DateTime is made slightly smaller. This allows us to always do the implicit conversion, and in many cases return the expected result. Specifically the range is now from January 1, -262144 until December 31, 262143, one year less on both sides than before. We expect this may trip up tests if you hardcoded the MIN and MAX dates.

Duration had a similar issue. The range of this type was pretty arbitrary picked to match the range of an i64 in milliseconds. Negating an i64::MIN pushes a value out of range, and in the same way negating Duration::MIN could push it out of our defined range and cause a panic. This turns out to be somewhat common and hidden behind many layers of abstraction. We adjusted the type to have a minimum value of -Duration::MAX instead and prevent the panic case.

Other highlights:

  • Duration gained new fallible initialization methods.
  • Better support for rkyv.
  • Most methods on NaiveDateTime are now const.
  • We had to bump our MSRV to 1.61 to keep building with our dependencies. This will also allow us to make more methods on DateTime const in a future release.

Complete list of changes:

Fixes

  • Fix panic in TimeZone::from_local_datetime (#1071)
  • Fix out of range panics in DateTime getters and setters (#1317, #1329)

Additions

  • Add NaiveDateTime::checked_(add|sub)_offset (#1313)
  • Add DateTime::to_utc (#1325)
  • Derive Default for Duration (#1327)
  • Add Duration::subsec_nanos (#1327)
  • Add try_* builders to Duration (#1327)
  • Implement AddAssign and SubAssign for Duration (#1327)
  • Make methods on NaiveDateTime const where possible (#1286)
  • Split clock feature into clock and now (#1343, thanks @​mmastrac)
  • Add From<NaiveDate> for NaiveDateTime (#1355, thanks @​dcechano)
  • Add NaiveDateTime::from_timestamp_nanos (#1357, thanks @​Ali-Mirghasemi)
  • Add Months::num_months() and num_years() (#1373, thanks @​danwilliams)
  • Add DateTime<Utc>::from_timestamp_millis (#1374, thanks @​xmakro)

Changes

  • Fix panic in Duration::MIN.abs() (adjust Duration::MIN by 1 millisecond) (#1334)
  • Bump MSRV to 1.61 (#1347)
  • Update windows-targets requirement from 0.48 to 0.52 (#1360)
  • Update windows-bindgen to 0.52 (#1379)

Deprecations

  • Deprecate standalone format functions (#1306)

... (truncated)

Commits
  • 7c419a3 Prepare 0.4.33 release
  • a9b37c4 Make rkyv feature default to size_32
  • a73b543 Don't assume rkyv-(16|32|64) implies the rkyv feature
  • b5381f8 Fixed typo in Duration::hours() exception
  • bf70419 52
  • 7757386 Prepare 0.4.32 release
  • cee242a Fix typos in Datelike impl for DateTime
  • 6ec8f97 Add from_timestamp_millis to DateTime<Utc> (#1374)
  • 65f0cc2 CI Linting: Fix missing sources checkout in toml job.
  • 5536687 Add Months::as_u32() (#1373)
  • Additional commits viewable in compare view

Updates darling from 0.20.3 to 0.20.5

Release notes

Sourced from darling's releases.

v0.20.4

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Changelog

Sourced from darling's changelog.

v0.20.5 (January 30, 2024)

  • Add Flag::span inherent method, as Flag can no longer impl syn::spanned::Spanned #242

v0.20.4 (January 29, 2024)

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Commits

Updates darling_core from 0.20.3 to 0.20.5

Release notes

Sourced from darling_core's releases.

v0.20.4

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Changelog

Sourced from darling_core's changelog.

v0.20.5 (January 30, 2024)

  • Add Flag::span inherent method, as Flag can no longer impl syn::spanned::Spanned #242

v0.20.4 (January 29, 2024)

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Commits

Updates darling_macro from 0.20.3 to 0.20.5

Release notes

Sourced from darling_macro's releases.

v0.20.4

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Changelog

Sourced from darling_macro's changelog.

v0.20.5 (January 30, 2024)

  • Add Flag::span inherent method, as Flag can no longer impl syn::spanned::Spanned #242

v0.20.4 (January 29, 2024)

  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #259
  • Improve FromMeta implementation for enums #260
    • Properly implement unit arms in FromMeta::from_list to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants
    • Add #[darling(word)] attribute for unit enum variants (See #63 for details)
Commits

Updates hermit-abi from 0.3.4 to 0.3.5

Commits
  • 58dfbb8 Merge pull request #529 from stlankes/abi
  • 4136a68 increase version number of hermit-abi
  • 5e6d779 Merge pull request #527 from stlankes/file
  • 6f5f068 using an absolute path to create a file
  • c9b59b7 Merge pull request #525 from stlankes/poll
  • f0ecc4e revise comments
  • 1bba98b remove typo and rename system call to sys_poll
  • c29bf3c Merge pull request #524 from hermit-os/stlankes-patch-1
  • 3b0cedd add firecracker loader to the deployments
  • 062da84 Merge pull request #523 from mkroening/ci-loader-download
  • Additional commits viewable in compare view

Updates iana-time-zone from 0.1.59 to 0.1.60

Changelog

Sourced from iana-time-zone's changelog.

[0.1.60] - 2024-02-03

Changed

  • correct windows-core dependency version (#127)
Commits
  • bf83753 Bump version number to 0.1.60
  • 6b66d30 Merge pull request #127 from strawlab/fix-windows-core-version
  • 1f5c177 correct windows-core dependency version
  • See full diff in compare view

Updates js-sys from 0.3.67 to 0.3.68

Commits

Updates libc from 0.2.152 to 0.2.153

Release notes

Sourced from libc's releases.

0.2.153

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.152...0.2.153

Commits
  • ccf8a3e Merge pull request #3554 from GuillaumeGomez/update-0.2
  • 036fe2e Merge pull request #3553 from rusty-snake/mfd-exec
  • adaec1d Merge pull request #3570 from heiher/fs-ioctl
  • 9a07431 Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for LoongArch64
  • 3726d14 Update crate version to 0.2.153
  • d5d3700 Ignore some android constants not found in tests
  • 738f901 Add missing constants for Android
  • 8b68569 Add MFD_NOEXEC_SEAL and MFD_EXEC
  • b56e4b3 Merge pull request #3557 from JohnTitor/fix-ci
  • 941f825 Fix CI for v0.2
  • Additional commits viewable in compare view

Updates miniz_oxide from 0.7.1 to 0.7.2

Changelog

Sourced from miniz_oxide's changelog.

0.7.2 - 2024-02-03

Bug Fixes

  • (inflate) Return MZError::Buf when calling inflate with MZFlush::Finish in line with orig miniz and zlib - (0f50464) - oyvindln
  • (miniz_oxide) fix tests when with-alloc is not enabled (running with --no-default-features) and make add test run of it to ci - (4fd32da) - oyvindln
  • (miniz_oxide) fix compiler and clippy warnings - (657c5b2) - oyvindln

Documentation

Performance

  • Code size reduction from panic reduction (#145) - (201ef39) - Kornel
  • Optimize match_len == 3 (#146) - (10ff5a0) - Kornel

Other

  • Add a roundtrip fuzz target (#138) - (ee29e37) - Sergey "Shnatsel" Davidoff

Commits

Updates num-traits from 0.2.17 to 0.2.18

Changelog

Sourced from num-traits's changelog.

Release 0.2.18 (2024-02-07)

Contributors: @​andrewjradcliffe, @​cuviper, @​tarcieri, @​tdelabro, @​waywardmonkeys

Commits
  • eb20b40 Merge pull request #309 from cuviper/release-0.2.18
  • 5c2cc9b Release 0.2.18
  • a095b70 Merge pull request #303 from tarcieri/constant-traits
  • 67d9e74 Avoid Self constructor for Wrapping
  • 6ab6de2 Update src/identities.rs
  • e48ffe2 Update src/identities.rs
  • bc42b83 Rename to ConstZero/ConstOne and re-export from toplevel
  • 536dcf2 Remove blanket impls; add impls for Wrapping
  • 06c0ee0 Add ZeroConstant and OneConstant traits
  • 29c5b46 Merge pull request #308 from cuviper/ci
  • Additional commits viewable in compare view

Updates reqwest from 0.11.23 to 0.11.24

Release notes

Sourced from reqwest's releases.

v0.11.24

What's Changed

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.11.23...v0.11.24

Changelog

Sourced from reqwest's changelog.

v0.11.24

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.
Commits

Updates serde_derive from 1.0.195 to 1.0.196

Release notes

Sourced from serde_derive's releases.

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • b971ef1 Merge pull request #2681 from dtolnay/workspacedeps
  • 29d9f69 Fix workspace.dependencies default-features future compat warning
  • aecb408 Sort workspace dependencies
  • 1c675ab Merge pull request #2678 from rodoufu/workspaceDependencies
  • dd61963 Adding workspace dependencies
  • 111803a Merge pull request #2673 from Sky9x/msrv-badge
  • 0024f74 Use shields.io's MSRV badges
  • See full diff in compare view

Updates serde_with from 3.5.0 to 3.6.1

Release notes

Sourced from serde_with's releases.

serde_with v3.6.1

Changed

  • Eliminate dependency on serde's "derive" feature by @​dtolnay (#694) This allows parallel compilation of serde and serde_derive which can speed up the wallclock time. It requires that downstream crates do not use the "derive" feature either.

serde_with v3.6.0

Added

  • Add IfIsHumanReadable for conditional implementation by @​irriden (#690) Used to specify different transformations for text-based and binary formats.
  • Add more JsonSchemaAs impls for all Duration* and Timestamp* adaptors by @​swlynch99 (#685)

Changed

  • Bump MSRV to 1.65, since that is required for the regex dependency.

serde_with v3.5.1

Fixed

  • The serde_as macro now better detects existing schemars attributes on fields and incorporates them by @​swlynch99 (#682) This avoids errors on existing #[schemars(with = ...)] annotations.
Commits
  • 76cf252 Bump version to v3.6.1 (#696)
  • 6872fa8 Bump version to v3.6.1
  • 6211d20 Eliminate dependency on serde's "derive" feature (#694)
  • 5e6a115 Eliminate dependency on serde's "derive" feature
  • d145a45 Update ahash to 0.8.7 to accommodate stdsimd change in nightly (#695)
  • 2b17850 Update ahash to 0.8.7 to accommodate stdsimd change in nightly
  • caba452 Bump the github-actions group with 1 update (#693)
  • 54a665d Bump the github-actions group with 1 update
  • 1be8fa3 Bump version to 3.6.0 (#692)
  • 8d38d10 Bump version to 3.6.0
  • Additional commits viewable in compare view

Updates serde_with_macros from 3.5.0 to 3.6.1

Release notes

Sourced from serde_with_macros's releases.

serde_with v3.6.1

Changed

  • Eliminate dependency on serde's "derive" feature by @​dtolnay (#694) This allows parallel compilation of serde and serde_derive which can speed up the wallclock time. It requires that downstream crates do not use the "derive" feature either.
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) | `0.4.3` | `0.5.0` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.1.1` | `2.2.0` |
| [async-process](https://github.com/smol-rs/async-process) | `1.7.0` | `1.8.1` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.14.0` | `1.14.3` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.33` |
| [darling](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.5` |
| [darling_core](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.5` |
| [darling_macro](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.5` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.4` | `0.3.5` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.59` | `0.1.60` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.67` | `0.3.68` |
| [libc](https://github.com/rust-lang/libc) | `0.2.152` | `0.2.153` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.1` | `0.7.2` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.18` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.24` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.5.0` | `3.6.1` |
| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.5.0` | `3.6.1` |
| [tao](https://github.com/tauri-apps/tao) | `0.16.6` | `0.16.7` |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.34` |
| [time-macros](https://github.com/time-rs/time) | `0.2.16` | `0.2.17` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` |
| [treediff](https://github.com/Byron/treediff-rs) | `4.0.2` | `4.0.3` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.10.1` | `1.11.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.91` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.91` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.40` | `0.4.41` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.91` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.91` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.91` |
| [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) | `0.3.0` | `0.4.0` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.67` | `0.3.68` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.34` | `0.5.39` |
| [xattr](https://github.com/Stebalien/xattr) | `1.1.1` | `1.3.1` |
| [xdg-home](https://github.com/zeenix/xdg-home) | `1.0.0` | `1.1.0` |
| [zbus](https://github.com/dbus2/zbus) | `3.14.1` | `3.15.0` |
| [zbus_macros](https://github.com/dbus2/zbus) | `3.14.1` | `3.15.0` |


Updates `serde_json` from 1.0.111 to 1.0.113
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `window-vibrancy` from 0.4.3 to 0.5.0
- [Release notes](https://github.com/tauri-apps/tauri-plugin-vibrancy/releases)
- [Changelog](https://github.com/tauri-apps/window-vibrancy/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/window-vibrancy@window-vibrancy-v0.4.3...window-vibrancy-v0.5.0)

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

Updates `async-process` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/smol-rs/async-process/releases)
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-process@v1.7.0...v1.8.1)

Updates `bytemuck` from 1.14.0 to 1.14.3
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.0...v1.14.3)

Updates `chrono` from 0.4.31 to 0.4.33
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.33)

Updates `darling` from 0.20.3 to 0.20.5
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/commits)

Updates `darling_core` from 0.20.3 to 0.20.5
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/commits)

Updates `darling_macro` from 0.20.3 to 0.20.5
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/commits)

Updates `hermit-abi` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/hermitcore/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.4...hermit-abi-0.3.5)

Updates `iana-time-zone` from 0.1.59 to 0.1.60
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](strawlab/iana-time-zone@v0.1.59...v0.1.60)

Updates `js-sys` from 0.3.67 to 0.3.68
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

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

Updates `miniz_oxide` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Frommi/miniz_oxide/commits)

Updates `num-traits` from 0.2.17 to 0.2.18
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18)

Updates `reqwest` from 0.11.23 to 0.11.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24)

Updates `serde_derive` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `serde_with` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.0...v3.6.1)

Updates `serde_with_macros` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.0...v3.6.1)

Updates `tao` from 0.16.6 to 0.16.7
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.16.7/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.16.6...tao-v0.16.7)

Updates `time` from 0.3.31 to 0.3.34
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.34)

Updates `time-macros` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.16...v0.2.17)

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

Updates `treediff` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/Byron/treediff-rs/releases)
- [Changelog](https://github.com/Byron/treediff-rs/blob/master/CHANGELOG.md)
- [Commits](Byron/treediff-rs@v4.0.2...v4.0.3)

Updates `unicode-segmentation` from 1.10.1 to 1.11.0
- [Commits](unicode-rs/unicode-segmentation@v1.10.1...v1.11.0)

Updates `wasm-bindgen` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

Updates `wasm-bindgen-backend` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

Updates `wasm-bindgen-futures` from 0.4.40 to 0.4.41
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen-macro` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

Updates `wasm-bindgen-macro-support` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

Updates `wasm-bindgen-shared` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

Updates `wasm-streams` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases)
- [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md)
- [Commits](MattiasBuelens/wasm-streams@v0.3.0...v0.4.0)

Updates `web-sys` from 0.3.67 to 0.3.68
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `winnow` from 0.5.34 to 0.5.39
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.34...v0.5.39)

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

Updates `xdg-home` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/zeenix/xdg-home/releases)
- [Commits](zeenix/xdg-home@1.0.0...1.1.0)

Updates `zbus` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.14.1...zbus-3.15.0)

Updates `zbus_macros` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus_macros-3.14.1...zbus_macros-3.15.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: window-vibrancy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-channel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-process
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chrono
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: darling
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: darling_core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: darling_macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  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: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  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: tao
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time-macros
  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: treediff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-segmentation
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wasm-bindgen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-streams
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: web-sys
  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
- dependency-name: xdg-home
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus_macros
  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 Feb 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

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

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-c01766dc02 branch February 12, 2024 20:45
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