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 rust-updates group with 25 updates #5879

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the rust-updates group with 25 updates:

Package From To
bstr 1.11.0 1.11.1
serde 1.0.215 1.0.217
thiserror 2.0.3 2.0.9
tokio 1.41.1 1.42.0
anyhow 1.0.93 1.0.95
serde_json 1.0.133 1.0.134
tauri 2.0.6 2.1.1
tauri-plugin-dialog 2.0.3 2.2.0
tauri-plugin-fs 2.0.3 2.2.0
tauri-plugin-http 2.0.3 2.2.0
tauri-plugin-log 2.0.2 2.2.0
tauri-plugin-os 2.0.1 2.2.0
tauri-plugin-process 2.0.1 2.2.0
tauri-plugin-shell 2.0.2 2.2.0
tauri-plugin-single-instance 2.0.1 2.2.0
tauri-plugin-store 2.1.0 2.2.0
tauri-plugin-updater 2.0.2 2.3.0
tauri-plugin-window-state 2.0.2 2.2.0
sysinfo 0.32.1 0.33.1
tokio-util 0.7.12 0.7.13
crossbeam-channel 0.5.13 0.5.14
clap 4.5.21 4.5.23
chrono 0.4.38 0.4.39
itertools 0.13.0 0.14.0
glob 0.3.1 0.3.2

Updates bstr from 1.11.0 to 1.11.1

Commits

Updates serde from 1.0.215 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • Additional commits viewable in compare view

Updates thiserror from 2.0.3 to 2.0.9

Release notes

Sourced from thiserror's releases.

2.0.9

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)

2.0.8

  • Improve support for macro-generated derive(Error) call sites (#399)

2.0.7

  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @​zertosh)

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)
Commits

Updates tokio from 1.41.1 to 1.42.0

Release notes

Sourced from tokio's releases.

Tokio v1.42.0

1.42.0 (Dec 3rd, 2024)

Added

  • io: add AsyncFd::{try_io, try_io_mut} (#6967)

Fixed

  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#6929)
  • runtime: do not defer yield_now inside block_in_place (#6999)

Changes

  • io: simplify io readiness logic (#6966)

Documented

  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#6791)
  • time: fix a typo in Instant docs (#6982)

#6791: tokio-rs/tokio#6791 #6929: tokio-rs/tokio#6929 #6966: tokio-rs/tokio#6966 #6967: tokio-rs/tokio#6967 #6982: tokio-rs/tokio#6982 #6999: tokio-rs/tokio#6999

Commits

Updates anyhow from 1.0.93 to 1.0.95

Release notes

Sourced from anyhow's releases.

1.0.95

1.0.94

  • Documentation improvements
Commits
  • 48be1ca Release 1.0.95
  • a03d6d6 Merge pull request #402 from dtolnay/fromboxed
  • 52e4abb Add Error::from_boxed with documentation about bidirectional ?
  • ffecefc Merge pull request #401 from dtolnay/construct
  • 671f700 Add construct_ prefix to name of private construct functions
  • 8ceb5e9 Release 1.0.94
  • b9009ab Merge pull request #399 from dtolnay/okvalue
  • 863791a Align naming between Ok function argument and its documentation
  • 2081692 Merge pull request #398 from zertosh/ok_doc_format
  • cc2cecb Fix anyhow::Ok rustdoc code formatting
  • Additional commits viewable in compare view

Updates serde_json from 1.0.133 to 1.0.134

Release notes

Sourced from serde_json's releases.

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)
Commits
  • b2a1415 Release 1.0.134
  • 9875785 Tweak wording of NULL/TRUE/FALSE documentation
  • 4aa05b9 Merge pull request #1222 from dtolnay/rawvalueassoc
  • f42c7c7 Move RawValue associated constants into same impl block as public functions
  • 96576ba Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools
  • 4db66fb Add 'static lifetime to const's
  • 9c9aa1f Add literal 'null', 'true' and 'false' consts to RawValue struct.
  • See full diff in compare view

Updates tauri from 2.0.6 to 2.1.1

Release notes

Sourced from tauri's releases.

tauri-runtime-wry v2.1.1

Updating git repository `https://github.com/tauri-apps/schemars.git`
    Updating crates.io index
     Locking 1021 packages to latest compatible versions
      Adding ahash v0.7.8 (latest: v0.8.11)
      Adding aligned-vec v0.5.0 (latest: v0.6.1)
      Adding asn1-rs v0.5.2 (latest: v0.6.2)
      Adding asn1-rs-derive v0.4.0 (latest: v0.5.1)
      Adding asn1-rs-impl v0.1.0 (latest: v0.2.0)
      Adding base16ct v0.1.1 (latest: v0.2.0)
      Adding base64 v0.13.1 (latest: v0.22.1)
      Adding base64 v0.21.7 (latest: v0.22.1)
      Adding bit-set v0.5.3 (latest: v0.8.0)
      Adding bit-vec v0.6.3 (latest: v0.8.0)
      Adding bitfield v0.14.0 (latest: v0.17.0)
      Adding bitflags v1.3.2 (latest: v2.6.0)
      Adding brotli v6.0.0 (latest: v7.0.0)
      Adding bytecheck v0.6.12 (latest: v0.8.0)
      Adding bytecheck_derive v0.6.12 (latest: v0.8.0)
      Adding cairo-rs v0.18.5 (latest: v0.20.1)
      Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
      Adding cargo_toml v0.17.2 (latest: v0.20.5)
      Adding cfb v0.7.3 (latest: v0.10.0)
      Adding cfg-expr v0.15.8 (latest: v0.17.0)
      Adding convert_case v0.4.0 (latest: v0.6.0)
      Adding core-foundation v0.9.4 (latest: v0.10.0)
      Adding crypto-bigint v0.4.9 (latest: v0.5.5)
      Adding cssparser v0.27.2 (latest: v0.34.0)
      Adding der v0.6.1 (latest: v0.7.9)
      Adding derive_more v0.99.18 (latest: v1.0.0)
      Adding ecdsa v0.14.8 (latest: v0.16.9)
      Adding elliptic-curve v0.12.3 (latest: v0.13.8)
      Adding encode_unicode v0.3.6 (latest: v1.0.0)
      Adding env_logger v0.8.4 (latest: v0.11.5)
      Adding env_logger v0.10.2 (latest: v0.11.5)
      Adding ff v0.12.1 (latest: v0.13.0)
      Adding float-cmp v0.9.0 (latest: v0.10.0)
      Adding fluent-uri v0.1.4 (latest: v0.3.2)
      Adding fontdb v0.21.0 (latest: v0.23.0)
      Adding foreign-types v0.3.2 (latest: v0.5.0)
      Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
      Adding gdk-pixbuf v0.18.5 (latest: v0.20.4)
      Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4)
      Adding generic-array v0.14.7 (latest: v1.1.0)
      Adding getrandom v0.1.16 (latest: v0.2.15)
      Adding gio v0.18.4 (latest: v0.20.4)
</tr></table> 

... (truncated)

Commits
  • ef2592b Apply Version Updates From Current Changes (#11646)
  • 7f81f05 chore: rename change file
  • e8a50f6 fix(core): hard code BaseDirectory integer values to avoid regressions when...
  • 5e94354 fix(api/dpi): fix toLogical and toPhysical for positions (#11639)
  • 0fcef3f docs: document vanilla JS import alternative (#11632)
  • 86f22f0 apply version updates (#11440)
  • 3f6f07a chore(deps): update wry to 0.47 and tao to 0.30.6 (#11627)
  • 60e86d5 fix(cli): android dev not working on Windows without --host (#11624)
  • b284358 chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)
  • 229d7f8 fix(core): fix child webviews on macOS and Windows treated as full webview wi...
  • Additional commits viewable in compare view

Updates tauri-plugin-dialog from 2.0.3 to 2.2.0

Release notes

Sourced from tauri-plugin-dialog's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-fs from 2.0.3 to 2.2.0

Release notes

Sourced from tauri-plugin-fs's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-http from 2.0.3 to 2.2.0

Release notes

Sourced from tauri-plugin-http's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-log from 2.0.2 to 2.2.0

Release notes

Sourced from tauri-plugin-log's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-os from 2.0.1 to 2.2.0

Release notes

Sourced from tauri-plugin-os's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-process from 2.0.1 to 2.2.0

Release notes

Sourced from tauri-plugin-process's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-apps-plugin-upload-2.2.0.tgz npm notice package size: 3.0 kB npm notice unpacked size: 8.5 kB npm notice shasum: e8b2e0566c5c8f3d590bb0c47f12d1fd239d463c npm notice integrity: sha512-TZCwH74aYfsop[...]NtktUL/sJ26Pw== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=152832892

  • @​tauri-apps/plugin-upload@​2.2.0

upload v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.
Updating crates.io index
   Packaging tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Packaged 24 files, 93.5KiB (57.5KiB compressed)
   Uploading tauri-plugin-upload v2.2.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/upload)
    Uploaded tauri-plugin-upload v2.2.0 to registry `crates-io`
note: waiting for `tauri-plugin-upload v2.2.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-upload v2.2.0 at registry `crates-io`
</tr></table> 

... (truncated)

Commits

Updates tauri-plugin-shell from 2.0.2 to 2.2.0

Release notes

Sourced from tauri-plugin-shell's releases.

upload-js v2.2.0

[2.2.0]

  • 5dadd205 (#2033 by @​514sid) Added a new field progressTotal to track the total amount of data transferred during the upload/download process.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-upload@​2.2.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.6kB README.md npm notice 1.4kB dist-js/index.cjs npm notice 492B dist-js/index.d.ts npm notice 1.4kB dist-js/index.js npm notice 729B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-upload npm notice version: 2.2.0 npm notice filename: tauri-ap...

Description has been truncated

Bumps the rust-updates group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.0` | `1.11.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.9` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [tauri](https://github.com/tauri-apps/tauri) | `2.0.6` | `2.1.1` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.3` | `2.2.0` |
| [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) | `2.0.3` | `2.2.0` |
| [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace) | `2.0.3` | `2.2.0` |
| [tauri-plugin-log](https://github.com/tauri-apps/plugins-workspace) | `2.0.2` | `2.2.0` |
| [tauri-plugin-os](https://github.com/tauri-apps/plugins-workspace) | `2.0.1` | `2.2.0` |
| [tauri-plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.0.1` | `2.2.0` |
| [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.2` | `2.2.0` |
| [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace) | `2.0.1` | `2.2.0` |
| [tauri-plugin-store](https://github.com/tauri-apps/plugins-workspace) | `2.1.0` | `2.2.0` |
| [tauri-plugin-updater](https://github.com/tauri-apps/plugins-workspace) | `2.0.2` | `2.3.0` |
| [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) | `2.0.2` | `2.2.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.1` | `0.33.1` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.13` | `0.5.14` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |


Updates `bstr` from 1.11.0 to 1.11.1
- [Commits](BurntSushi/bstr@1.11.0...1.11.1)

Updates `serde` from 1.0.215 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.217)

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

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

Updates `anyhow` from 1.0.93 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.95)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `tauri` from 2.0.6 to 2.1.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.6...tauri-v2.1.1)

Updates `tauri-plugin-dialog` from 2.0.3 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.3...os-v2.2.0)

Updates `tauri-plugin-fs` from 2.0.3 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.3...os-v2.2.0)

Updates `tauri-plugin-http` from 2.0.3 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.3...os-v2.2.0)

Updates `tauri-plugin-log` from 2.0.2 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.2...os-v2.2.0)

Updates `tauri-plugin-os` from 2.0.1 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.1...os-v2.2.0)

Updates `tauri-plugin-process` from 2.0.1 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.1...os-v2.2.0)

Updates `tauri-plugin-shell` from 2.0.2 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.2...os-v2.2.0)

Updates `tauri-plugin-single-instance` from 2.0.1 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.1...os-v2.2.0)

Updates `tauri-plugin-store` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.1.0...os-v2.2.0)

Updates `tauri-plugin-updater` from 2.0.2 to 2.3.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.2...updater-v2.3.0)

Updates `tauri-plugin-window-state` from 2.0.2 to 2.2.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.2...os-v2.2.0)

Updates `sysinfo` from 0.32.1 to 0.33.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.32.1...v0.33.1)

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

Updates `crossbeam-channel` from 0.5.13 to 0.5.14
- [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.13...crossbeam-channel-0.5.14)

Updates `clap` from 4.5.21 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.21...clap_complete-v4.5.23)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-dialog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-fs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-os
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-shell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-single-instance
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-updater
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
...

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 Jan 1, 2025
Copy link

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitbutler-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 3:29pm
gitbutler-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 3:29pm

@Byron Byron merged commit 8901271 into master Jan 2, 2025
21 checks passed
@Byron Byron deleted the dependabot/cargo/rust-updates-3e91fb2386 branch January 2, 2025 06:44
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.

1 participant