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 37 updates #221

Merged
merged 1 commit into from
May 13, 2024

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

Package From To
serde_json 1.0.116 1.0.117
serde 1.0.199 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
autocfg 1.2.0 1.3.0
cc 1.0.95 1.0.97
errno 0.3.8 0.3.9
flate2 1.0.29 1.0.30
json-patch 1.2.0 1.4.0
libc 0.2.153 0.2.154
num-traits 0.2.18 0.2.19
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
security-framework-sys 2.10.0 2.11.0
semver 1.0.22 1.0.23
serde_derive 1.0.199 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
tokio-util 0.7.10 0.7.11
wry 0.24.8 0.24.9
x11rb 0.13.0 0.13.1
x11rb-protocol 0.13.0 0.13.1
zbus 4.1.2 4.2.1
zbus_macros 4.1.2 4.2.1
zvariant 4.0.2 4.1.0
zvariant_derive 4.0.2 4.1.0
zvariant_utils 1.1.0 1.1.1

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.199 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
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 autocfg from 1.2.0 to 1.3.0

Commits

Updates cc from 1.0.95 to 1.0.97

Release notes

Sourced from cc's releases.

1.0.97

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.96...1.0.97

1.0.96

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.95...1.0.96

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 flate2 from 1.0.29 to 1.0.30

Commits
  • d3bea90 Merge pull request #405 from Byron/fix-CI
  • 5048843 Merge pull request #407 from striezel-stash/actions-checkout-v4
  • 42c86ce Merge pull request #406 from striezel-stash/fix-some-typos
  • f7b99e9 Update actions/checkout in GitHub Actions workflows to v4
  • 563f1c4 Fix typos
  • 1126a4a prepare bugfix release to make docs work again
  • bc1b3e9 CI verifies that docs can be built (#404)
  • 5ce4154 fix CI by assuring builds work with --all-features enabled (#404)
  • See full diff in compare view

Updates json-patch from 1.2.0 to 1.4.0

Commits

Updates libc from 0.2.153 to 0.2.154

Release notes

Sourced from libc's releases.

0.2.154

What's Changed

New Contributors

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

Commits
  • b78d6a3 Merge pull request #3573 from Dirreke/update-libc0.2
  • 3111f6f Merge pull request #3600 from pcc/strtime
  • 4d836cc Merge pull request #3618 from devnexen/dfbsd_gtrandom
  • 23a1b4c Merge pull request #3638 from nielx/haiku-hrev57593-0.2
  • f4ab3e7 Merge pull request #3637 from ur4t/libc-0.2
  • 4d6fe50 Move strftime, strftime_l, strptime to linux_like
  • e79e95f adding getentropy/getrandom to dragonflybsd.
  • 8220683 Double quote variables in shell scripts
  • c0a6936 Add constant AT_MINSIGSTKSZ introduced by glibc 2.35
  • 1c7f8fc Haiku: synchronize with post R1-beta 4 changes in libc
  • Additional commits viewable in compare view

Updates num-traits from 0.2.18 to 0.2.19

Changelog

Sourced from num-traits's changelog.

Release 0.2.19 (2024-05-03)

Contributors: @​cuviper, @​michaelciraci

Commits
  • 7ec3d41 Merge pull request #321 from cuviper/release-0.2.19
  • 1a8d429 Release 0.2.19
  • 8358949 Merge pull request #305 from michaelciraci/implement-float-clamp
  • 1a44ffb Add a default impl for Float::clamp
  • 2957044 Implementing clamp for Float trait
  • a90d4a6 Merge pull request #310 from cuviper/msrv-1.60
  • ca42b4e Update the MSRV in docs
  • e9bea92 Upgrade to 2021 edition
  • 4e253cd Assume has_float_to_from_bytes
  • 7212041 Assume has_int_to_from_bytes
  • Additional commits viewable in compare view

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 security-framework-sys from 2.10.0 to 2.11.0

Commits
  • f829e92 Bump
  • 8c89e67 Upgrade to bitflags 2
  • fedc8dc chore(doc): improve docs for subject item search option
  • 3619255 feat(search): add case-insensitive and subject item search options
  • 17f4078 Prefer keeping CFString
  • 3bf806d fixup: kSecAttrDescription -> kSecAttrComment for comment
  • 3a2b873 Add support for searching by access groups.
  • 588c313 Support account name, comment, description, service when adding items to the ...
  • 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.199 to 1.0.201

Release notes

Sourced from serde_derive's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
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
        ├─...

Description has been truncated

Bumps the all group in /src-tauri with 37 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.199` | `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` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.2.0` | `1.3.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.95` | `1.0.97` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.29` | `1.0.30` |
| [json-patch](https://github.com/idubrov/json-patch) | `1.2.0` | `1.4.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` |
| [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` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.199` | `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` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |
| [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` |
| [x11rb](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |
| [x11rb-protocol](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |
| [zbus](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |
| [zbus_macros](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |
| [zvariant](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |
| [zvariant_derive](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |
| [zvariant_utils](https://github.com/dbus2/zbus) | `1.1.0` | `1.1.1` |


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.199 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...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 `autocfg` from 1.2.0 to 1.3.0
- [Commits](cuviper/autocfg@1.2.0...1.3.0)

Updates `cc` from 1.0.95 to 1.0.97
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.95...1.0.97)

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 `flate2` from 1.0.29 to 1.0.30
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.29...1.0.30)

Updates `json-patch` from 1.2.0 to 1.4.0
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.2.0...v1.4.0)

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

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

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 `security-framework-sys` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.10.0...v2.11.0)

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.199 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...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 `tokio-util` from 0.7.10 to 0.7.11
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11)

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 `x11rb` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.13.0...v0.13.1)

Updates `x11rb-protocol` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.13.0...v0.13.1)

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

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

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

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

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

---
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: autocfg
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: json-patch
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: libc
  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: 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: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: tokio-util
  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: x11rb
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: x11rb-protocol
  dependency-type: indirect
  update-type: version-update:semver-patch
  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
- 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
- dependency-name: zvariant_utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  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
@github-actions github-actions bot merged commit 2a29713 into main May 13, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-e7dea7e4f5 branch May 13, 2024 13:47
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