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 26 updates #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

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

Package From To
serde_json 1.0.116 1.0.117
serde 1.0.200 1.0.201
tauri-build 1.5.1 1.5.2
anyhow 1.0.82 1.0.83
async-channel 2.2.1 2.3.0
errno 0.3.8 0.3.9
petgraph 0.6.4 0.6.5
piper 0.2.1 0.2.2
proc-macro2 1.0.81 1.0.82
rustc-demangle 0.1.23 0.1.24
rustversion 1.0.15 1.0.16
ryu 1.0.17 1.0.18
semver 1.0.22 1.0.23
serde_derive 1.0.200 1.0.201
tauri-codegen 1.4.2 1.4.3
tauri-macros 1.4.3 1.4.4
tauri-runtime 0.14.2 0.14.3
tauri-runtime-wry 0.14.5 0.14.7
tauri-utils 1.5.3 1.5.4
thiserror 1.0.59 1.0.60
thiserror-impl 1.0.59 1.0.60
wry 0.24.8 0.24.9
zbus 4.2.0 4.2.1
zbus_macros 4.2.0 4.2.1
zvariant 4.0.3 4.1.0
zvariant_derive 4.0.3 4.1.0

Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits

Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits

Updates tauri-build from 1.5.1 to 1.5.2

Release notes

Sourced from tauri-build's releases.

tauri-build v1.5.2

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.3
        ├── tauri 1.6.3
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.5.2]

Dependencies

Updating crates.io index
   Packaging tauri-build v1.5.2 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v1.5.2 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded embed-resource v2.4.2
  Downloaded tauri-winres v0.1.1
  Downloaded cargo_toml v0.15.3
   Compiling proc-macro2 v1.0.81
</tr></table> 

... (truncated)

Commits

Updates anyhow from 1.0.82 to 1.0.83

Release notes

Sourced from anyhow's releases.

1.0.83

  • Integrate compile-time checking of cfgs (#363)
Commits
  • 96f0392 Release 1.0.83
  • 17bbd1e Merge pull request #363 from dtolnay/checkcfg
  • 3ab3c3b Resolve unexpected_cfgs warning
  • 8e62244 Discard CI coverage of backtrace feature on toolchains older than 1.63
  • e77374f Mirror PR 343 changes from readme to rustdoc
  • cb47d7c Reword no-std documentation change from PR 343
  • 6b5bdb1 Wrap PR 343 to 80 columns
  • f01080b Merge pull request #343 from Arthur-Milchior/readme1
  • See full diff in compare view

Updates async-channel from 2.2.1 to 2.3.0

Release notes

Sourced from async-channel's releases.

v2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)
Changelog

Sourced from async-channel's changelog.

Version 2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)
Commits

Updates errno from 0.3.8 to 0.3.9

Changelog

Sourced from errno's changelog.

[0.3.9] - 2024-05-07

  • Add visionOS support #95
Commits

Updates petgraph from 0.6.4 to 0.6.5

Changelog

Sourced from petgraph's changelog.

Version 0.6.5 (2024-05-06)

  • Add rayon support for GraphMap ([#573](https://github.com/petgraph/petgraph/issues/573), [#615](https://github.com/petgraph/petgraph/issues/615))
  • Add Topo::with_initials method ([#585](https://github.com/petgraph/petgraph/issues/585)_)
  • Add logo to the project ([#598](https://github.com/petgraph/petgraph/issues/598)_)
  • Add Ford-Fulkerson algorithm ([#640](https://github.com/petgraph/petgraph/issues/640)_)
  • Update itertools to 0.12.1 ([#628](https://github.com/petgraph/petgraph/issues/628)_)
  • Update GraphMap to allow custom hash functions ([#623](https://github.com/petgraph/petgraph/issues/623)_)
  • Fix documentation ([#630](https://github.com/petgraph/petgraph/issues/630)_)
  • Fix clippy warnings ([#627](https://github.com/petgraph/petgraph/issues/627)_)
  • (internal) Fix remove old copyclone macro ([#601](https://github.com/petgraph/petgraph/issues/601)_)
  • (internal) Move minimum spanning tree into own module ([#624](https://github.com/petgraph/petgraph/issues/624)_)

.. _[#573](https://github.com/petgraph/petgraph/issues/573): petgraph/petgraph#573 .. _[#615](https://github.com/petgraph/petgraph/issues/615): petgraph/petgraph#615 .. _[#585](https://github.com/petgraph/petgraph/issues/585): petgraph/petgraph#585 .. _[#598](https://github.com/petgraph/petgraph/issues/598): petgraph/petgraph#598 .. _[#640](https://github.com/petgraph/petgraph/issues/640): petgraph/petgraph#640 .. _[#628](https://github.com/petgraph/petgraph/issues/628): petgraph/petgraph#628 .. _[#623](https://github.com/petgraph/petgraph/issues/623): petgraph/petgraph#623 .. _[#630](https://github.com/petgraph/petgraph/issues/630): petgraph/petgraph#630 .. _[#627](https://github.com/petgraph/petgraph/issues/627): petgraph/petgraph#627 .. _[#601](https://github.com/petgraph/petgraph/issues/601): petgraph/petgraph#601 .. _[#624](https://github.com/petgraph/petgraph/issues/624): petgraph/petgraph#624

Commits

Updates piper from 0.2.1 to 0.2.2

Release notes

Sourced from piper's releases.

v0.2.2

  • Update portable-atomic-util to v0.2.0. (#12)
Changelog

Sourced from piper's changelog.

Version 0.2.2

  • Update portable-atomic-util to v0.2.0. (#12)
Commits
  • 1483232 v0.2.2
  • abc152e Update portable-atomic-util requirement from 0.1.2 to 0.2.0
  • a9692eb msrv: Bump to v1.37.0
  • 4f12289 deps: Update async-channel requirement from 1.8.0 to 2.0.0
  • 12c595c deps: Update futures-lite requirement from 1.12.0 to 2.0.0
  • 08ca9db m: Update async-io requirement from 1.13.0 to 2.0.0
  • c58d164 Fix CI config (#8)
  • See full diff in compare view

Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view

Updates rustc-demangle from 0.1.23 to 0.1.24

Commits

Updates rustversion from 1.0.15 to 1.0.16

Release notes

Sourced from rustversion's releases.

1.0.16

  • Resolve unexpected_cfgs warning (#48)
Commits

Updates ryu from 1.0.17 to 1.0.18

Release notes

Sourced from ryu's releases.

1.0.18

  • Resolve unexpected_cfgs warning (#55)
Commits
  • 12746aa Release 1.0.18
  • 86b1932 Merge pull request #55 from dtolnay/checkcfg
  • 6132d8b Resolve unexpected_cfgs warning
  • 7b7c262 Remove html_root_url reminder from Cargo.toml
  • a05753c Revert "Temporarily disable miri on doctests"
  • 8a06923 Explicitly install a Rust toolchain for cargo-outdated job
  • dbb973b Temporarily disable miri on doctests
  • See full diff in compare view

Updates semver from 1.0.22 to 1.0.23

Release notes

Sourced from semver's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#318)
Commits
  • 69efd3c Release 1.0.23
  • 451b419 Merge pull request #318 from dtolnay/checkcfg
  • 5b71485 Resolve unexpected_cfgs warning
  • c520af7 Revert "Temporarily disable miri on doctests"
  • 73b5d9e Merge pull request #313 from Saecki/patch-1
  • e8d61de chore: fix typo in safety comment
  • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
  • 6e6ba22 Temporarily disable miri on doctests
  • See full diff in compare view

Updates serde_derive from 1.0.200 to 1.0.201

Release notes

Sourced from serde_derive's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits

Updates tauri-codegen from 1.4.2 to 1.4.3

Release notes

Sourced from tauri-codegen's releases.

tauri-codegen v1.4.3

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.3
        ├── tauri 1.6.3
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.4.3]

Dependencies

Updating crates.io index
   Packaging tauri-codegen v1.4.3 (/home/runner/work/tauri/tauri/core/tauri-codegen)
   Verifying tauri-codegen v1.4.3 (/home/runner/work/tauri/tauri/core/tauri-codegen)
    Updating crates.io index
 Downloading crates ...
  Downloaded alloc-no-stdlib v2.0.4
  Downloaded alloc-stdlib v0.2.2
  Downloaded brotli-decompressor v2.5.1
  Downloaded ico v0.3.0
  Downloaded brotli v3.5.0
</tr></table> 

... (truncated)

Commits

Updates tauri-macros from 1.4.3 to 1.4.4

Release notes

Sourced from tauri-macros's releases.

tauri-macros v1.4.4

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.3
        ├── tauri 1.6.3
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.4.4]

Dependencies

Updating crates.io index
   Packaging tauri-macros v1.4.4 (/home/runner/work/tauri/tauri/core/tauri-macros)
   Verifying tauri-macros v1.4.4 (/home/runner/work/tauri/tauri/core/tauri-macros)
    Updating crates.io index
 Downloading crates ...
  Downloaded tauri-codegen v1.4.3
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.81
   Compiling unicode-ident v1.0.12
</tr></table> 

... (truncated)

Commits

Updates tauri-runtime from 0.14.2 to 0.14.3

Release notes

Sourced from tauri-runtime's releases.

tauri-runtime v0.14.3

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.3
        ├── tauri 1.6.3
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[0.14.3]

Dependencies

Updating crates.io index
   Packaging tauri-runtime v0.14.3 (/home/runner/work/tauri/tauri/core/tauri-runtime)
   Verifying tauri-runtime v0.14.3 (/home/runner/work/tauri/tauri/core/tauri-runtime)
    Updating crates.io index
 Downloading crates ...
  Downloaded field-offset v0.3.6
  Downloaded http-range v0.1.5
  Downloaded atk v0.15.1
  Downloaded proc-macro-error v1.0.4
  Downloaded version-compare v0.2.0
</tr></table> 

... (truncated)

Commits

Updates tauri-runtime-wry from 0.14.5 to 0.14.7

Release notes

Sourced from tauri-runtime-wry's releases.

tauri-runtime-wry v0.14.7

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.4
        ├── tauri 1.6.4
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[0.14.7]

Bug Fixes

Updating crates.io index
   Packaging tauri-runtime-wry v0.14.7 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
   Verifying tauri-runtime-wry v0.14.7 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
    Updating crates.io index
 Downloading crates ...
  Downloaded field-offset v0.3.6
  Downloaded system-deps v5.0.0
  Downloaded gtk3-macros v0.15.6
  Downloaded memoffset v0.9.1
  Downloaded futures-executor v0.3.30
</tr></table> 

... (truncated)

Commits
  • 15c62b5 Apply Version Updates From Current Changes (v1) (#9721)
  • 9b90b67 Revert "Apply Version Updates From Current Changes (v1)" (#9724)
  • f1b0b00 docs: added example of tauri.allowlist.protocol (#9726)
  • 6bb721c Apply Version Updates From Current Changes (v1) (#9709)
  • 7f885bd fix(core/shell): speedup Command.execute & fix extra new lines (#9706)
  • 2eb2137 fix(tauri-runtime-wry): window draw span not closing (#9718)
  • ab9ec42 fix(windows): nsis failed to resolve resources with $ in their name, closes...
  • 07b6f9f apply version updates (#9683)
  • db9ec4e ci: fix msrv check (#9682)
  • 2a9a280 ci: fix msrv check (#9681)
  • Additional commits viewable in compare view

Updates tauri-utils from 1.5.3 to 1.5.4

Release notes

Sourced from tauri-utils's releases.

tauri-utils v1.5.4

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (585 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.6.3
        ├── tauri 1.6.3
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.5.4]

Bug Fixes

Updating crates.io index
   Packaging tauri-utils v1.5.4 (/home/runner/work/tauri/tauri/core/tauri-utils)
   Verifying tauri-utils v1.5.4 (/home/runner/work/tauri/tauri/core/tauri-utils)
    Updating crates.io index
 Downloading crates ...
  Downloaded cssparser v0.27.2
  Downloaded derive_more v0.99.17
  Downloaded darling v0.20.8
  Downloaded dunce v1.0.4
  Downloaded getrandom v0.1.16
</tr></table> 

... (truncated)

Commits

Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits

Updates thiserror-impl from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror-impl's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits

Updates wry from 0.24.8 to 0.24.9

Release notes

Sourced from wry's releases.

wry v0.24.9

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (260 crate dependencies)

[0.24.9]

  • df69525(#1248) Force the IPC and custom protocol tracing span to have no parent.
Updating crates.io index
   Packaging wry v0.24.9 (/home/runner/work/wry/wry)
    Updating crates.io index
    Packaged 62 files, 434.3KiB (108.4KiB compressed)
   Uploading wry v0.24.9 (/home/runner/work/wry/wry)
    Uploaded wry v0.24.9 to registry `crates-io`
note: Waiting for `wry v0.24.9` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published wry v0.24.9 at registry `crates-io`
Changelog

Sourced from wry's changelog.

[0.24.9]

  • df69525(#1248) Force the IPC and custom protocol tracing span to have no parent.
Commits

Updates zbus from 4.2.0 to 4.2.1

Release notes

Sourced from zbus's releases.

🔖 zbus 4.2.1

  • 🚑️ Critical fixes:
    • Don't invalidate all properties on change. This fixes a regression in c1aa5c72, where we started to invalidate properties in every PropertyChanged signal. This is wrong anyway but it also meant zbus interfaces breaking against gio. #765
    • Use assert! instead of debug_assert!. debug_assert! is removed in release builds, along with any values computed inside it. This meant that since the use of debug_assert! in commit 7fc3ab7b8f69e21822a0d569222baba4b72de13f, the fdo interfaces weren't getting added for nodes for release profile. Let's use assert! instead. #764
    • Fix 0 byte transfer and parsing regressions for FreeBSD. #756
  • 💩 Hack to make connection handshake work inside Flatpak. xdg-dbus-proxy can't handle pipelining, hence we need to handle NEGOTIATE_UNIX_FD command's response before sending out BEGIN command and Hello method call message.
  • 🥅 Gracefully handle rejection of UNIX FD passing.
  • 🐛 Ensure all messsage bytes received during handshake are used. Don't assume that only a single full message could be received at the end of the client handshake process.
  • 📝 Correct logo URL in docs.
  • 🚨 Allow dead code in doc samples.
  • ⬆️ Update dependencies:
    • serde to 1.0.200.
    • proc-macro2 to 1.0.81.
    • tokio to 1.37.0.
Commits
  • e023f5d 🔖 zb: Release 4.2.1
  • 339f4d0 🔖 zv: Release 4.1.0
  • 564a68c Merge pull request #780 from zeenix/flatpak-hack
  • 1b1a1dd 💩 zb: Hack to make connection handshake work inside Flatpak
  • d2df7e2 🥅 zb: Gracefully handle rejection of UNIX FD passing
  • 51d918c Merge pull request #779 from zeenix/properties-changed-fix
  • c4630dd ✅ zb: Add a few more assertions in a test case
  • 9685163 ✅ zb: Simplify a statement in a test
  • a148bbe 🚑️ zb,zm: Don't invalidate all properties on change
  • b5e8862 ⬆️ Update serde_json to v1.0.117
  • Additional commits viewable in compare view

Updates zbus_macros from 4.2.0 to 4.2.1

Release notes

Sourced from zbus_macros's releases.

🔖 zbus_macros 3.14.0.

✨ Allow unicast signals through the dbus_interface. Fixes #374. ⬆️ Bump our MSRV. More and more dependencies are requiring Rust 1.64.0, so let's bump our MSRV to match. 🔥 Drop manual Default impl of PropertyEmitsChangedSignal. After Rust 1.64, we can use the derive for this. ⏪️ Revert locking of winnow version. We've bumped our MSRV so there is no need for this workaround anymore. 🎨 Code comments should also adhere to 100 character limit.

Commits
  • e023f5d 🔖 zb: Release 4.2.1
  • 339f4d0 🔖 zv: Release 4.1.0
  • 564a68c Merge pull request #780 from zeenix/flatpak-hack
  • 1b1a1dd 💩 zb: Hack to make connection handshake work inside Flatpak
  • d2df7e2 🥅 zb: Gracefully handle rejection of UNIX FD passing
  • 51d918c Merge pull request #779 from zeenix/properties-changed-fix
  • c4630dd ✅ zb: Add a few more assertions in a test case
  • 9685163 ✅ zb: Simplify a statement in a test
  • a148bbe 🚑️ zb,zm: Don't invalidate all properties on change
  • b5e8862 ⬆️ Update serde_json to v1.0.117
  • Additional commits viewable in compare view

Updates zvariant from 4.0.3 to 4.1.0

Release notes

Sourced from zvariant's releases.

🔖 zvariant 4.1.0

  • 🚸 zv: Add iterator API to Dict.
  • 🚨 Allow dead code in doc samples.
  • 📝 Correct logo URL in docs.
  • 📝 Document serde_repr usage for enums.
  • ⬆️ Update dependencies:
    • serde to 1.0.200.
    • proc-macro2 to 1.0.81.
    • serde_bytes to 0.11.14.
Commits
  • 1a3ca11 zv: Release 4.1.0
  • 564a68c Merge pull request #780 from zeenix/flatpak-hack
  • 1b1a1dd 💩 zb: Hack to make connection handshake work inside Flatpak
  • d2df7e2 🥅 zb: Gracefully handle rejection of UNIX FD passing
  • 51d918c Merge pull request #779 from zeenix/properties-changed-fix
  • c4630dd ✅ zb: Add a few more assertions in a test case
  • 9685163 ✅ zb: Simplify a statement in a test
  • a148bbe 🚑️ zb,zm: Don't invalidate all properties on change
  • b5e8862 ⬆️ Update serde_json to v1.0.117

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.201` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.83` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |
| [petgraph](https://github.com/petgraph/petgraph) | `0.6.4` | `0.6.5` |
| [piper](https://github.com/notgull/piper) | `0.2.1` | `0.2.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.82` |
| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.16` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` |
| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.201` |
| [tauri-codegen](https://github.com/tauri-apps/tauri) | `1.4.2` | `1.4.3` |
| [tauri-macros](https://github.com/tauri-apps/tauri) | `1.4.3` | `1.4.4` |
| [tauri-runtime](https://github.com/tauri-apps/tauri) | `0.14.2` | `0.14.3` |
| [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.5` | `0.14.7` |
| [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |
| [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` |
| [zbus](https://github.com/dbus2/zbus) | `4.2.0` | `4.2.1` |
| [zbus_macros](https://github.com/dbus2/zbus) | `4.2.0` | `4.2.1` |
| [zvariant](https://github.com/dbus2/zbus) | `4.0.3` | `4.1.0` |
| [zvariant_derive](https://github.com/dbus2/zbus) | `4.0.3` | `4.1.0` |


Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `serde` from 1.0.200 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.201)

Updates `tauri-build` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v1.5.1...tauri-build-v1.5.2)

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

Updates `async-channel` from 2.2.1 to 2.3.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.2.1...v2.3.0)

Updates `errno` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `petgraph` from 0.6.4 to 0.6.5
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.5)

Updates `piper` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/notgull/piper/releases)
- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)
- [Commits](smol-rs/piper@v0.2.1...v0.2.2)

Updates `proc-macro2` from 1.0.81 to 1.0.82
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.81...1.0.82)

Updates `rustc-demangle` from 0.1.23 to 0.1.24
- [Commits](rust-lang/rustc-demangle@0.1.23...0.1.24)

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

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

Updates `semver` from 1.0.22 to 1.0.23
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.22...1.0.23)

Updates `serde_derive` from 1.0.200 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.201)

Updates `tauri-codegen` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-codegen-v1.4.2...tauri-codegen-v1.4.3)

Updates `tauri-macros` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-macros-v1.4.3...tauri-macros-v1.4.4)

Updates `tauri-runtime` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-runtime-v0.14.2...tauri-runtime-v0.14.3)

Updates `tauri-runtime-wry` from 0.14.5 to 0.14.7
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-runtime-wry-v0.14.5...tauri-runtime-wry-v0.14.7)

Updates `tauri-utils` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-utils-v1.5.3...tauri-utils-v1.5.4)

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

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

Updates `wry` from 0.24.8 to 0.24.9
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.9/CHANGELOG.md)
- [Commits](tauri-apps/wry@wry-v0.24.8...wry-v0.24.9)

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

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

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

Updates `zvariant_derive` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zvariant-4.0.3...zbus-4.1.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: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-channel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: petgraph
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: piper
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustc-demangle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustversion
  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: semver
  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: tauri-codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-runtime-wry
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-utils
  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: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wry
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zbus
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zbus_macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zvariant
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zvariant_derive
  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 May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

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

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-aa0146b0f7 branch May 13, 2024 11:28
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