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 21 updates #176

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
serde 1.0.192 1.0.193
tauri 1.5.2 1.5.3
async-channel 2.1.0 2.1.1
async-executor 1.7.2 1.8.0
concurrent-queue 2.3.0 2.4.0
core-foundation 0.9.3 0.9.4
core-graphics-types 0.1.2 0.1.3
deranged 0.3.9 0.3.10
errno 0.3.7 0.3.8
form_urlencoded 1.2.0 1.2.1
gimli 0.28.0 0.28.1
globset 0.4.13 0.4.14
ignore 0.4.20 0.4.21
js-sys 0.3.65 0.3.66
openssl 0.10.59 0.10.60
percent-encoding 2.3.0 2.3.1
proc-macro2 1.0.69 1.0.70
tauri-utils 1.5.0 1.5.1
url 2.4.1 2.5.0
wasm-bindgen-futures 0.4.38 0.4.39
web-sys 0.3.65 0.3.66

Updates serde from 1.0.192 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • See full diff in compare view

Updates tauri from 1.5.2 to 1.5.3

Release notes

Sourced from tauri's releases.

@​tauri-apps/cli v1.5.3

[1.5.3]

Dependencies

tauri-cli v1.5.3

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 574 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (528 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
└── wry 0.24.4
    └── tauri-runtime-wry 0.14.1
        └── tauri 1.5.2
            ├── tauri 1.5.2
            ├── restart 0.1.0
            └── app-updater 0.1.0

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.5.2 ├── tauri 1.5.2 ├── restart 0.1.0 └── app-updater 0.1.0

warning: 2 allowed warnings found

... (truncated)

Commits
  • cf7d584 chore: manually bump tauri-utils
  • 61cc7d9 Apply Version Updates From Current Changes (v1) (#8203)
  • c4b5df1 perf: skip large Window and AppHandle fields on traces (#8318)
  • 977a39f fix(bundler): migrate WebView2 offline installer to shorturl (#8292)
  • c34710d fix: Fix archived links, Closes #8302 (#8315)
  • 5e05236 feat(core): add tracing for vital functionality closes #5204 (#8289)
  • b3e53e7 feat(core): add AssetManager::iter (#8288)
  • 5046270 fix(api): add top-level main, module and types fields (#8267)
  • b8756bc perf: remove extranous call in StateManager::get (#8272)
  • f26d9f0 fix(bundler/nsis): remove empty resources folders on uninstall (#8263)
  • Additional commits viewable in compare view

Updates async-channel from 2.1.0 to 2.1.1

Release notes

Sourced from async-channel's releases.

v2.1.1

  • Bump event-listener to v4.0.0. (#73)
Changelog

Sourced from async-channel's changelog.

Version 2.1.1

  • Bump event-listener to v4.0.0. (#73)
Commits

Updates async-executor from 1.7.2 to 1.8.0

Release notes

Sourced from async-executor's releases.

v1.8.0

  • When spawned tasks panic, the panic is caught and then surfaced in the spawned Task. Previously, the panic would be surfaced in tick() or run(). (#78)
Changelog

Sourced from async-executor's changelog.

Version 1.8.0

  • When spawned tasks panic, the panic is caught and then surfaced in the spawned Task. Previously, the panic would be surfaced in tick() or run(). (#78)
Commits

Updates concurrent-queue from 2.3.0 to 2.4.0

Release notes

Sourced from concurrent-queue's releases.

v2.4.0

  • Remove unnecessary heap allocations from inside of the ConcurrentQueue type. (#53)
Changelog

Sourced from concurrent-queue's changelog.

Version 2.4.0

  • Remove unnecessary heap allocations from inside of the ConcurrentQueue type. (#53)
Commits

Updates core-foundation from 0.9.3 to 0.9.4

Commits
  • 795398a Bump the version of core-foundation and the dependency on core-foundation-sys
  • 64dd01a NSScreen (cocoa): Add maximumRefreshInterval and minimumRefreshInterval (#646)
  • 58972ae Update to 2018 edition. (#642)
  • eb41f50 Bump core-graphics-types version
  • 723886f Only import SInt32 on macOS. (#641)
  • 6484a6e ci: Update to actions/checkout@v4 (#640)
  • 3ff7cc2 docs: Fix various markdown issues. (#639)
  • c4f4ad2 feat: add link feature (#608)
  • fbde503 Bump cocoa-foundation version
  • 5be8e2c Bump core-text version (#638)
  • Additional commits viewable in compare view

Updates core-graphics-types from 0.1.2 to 0.1.3

Commits
  • d4ce710 Bump required version of core-foundation for link feature
  • 795398a Bump the version of core-foundation and the dependency on core-foundation-sys
  • 64dd01a NSScreen (cocoa): Add maximumRefreshInterval and minimumRefreshInterval (#646)
  • 58972ae Update to 2018 edition. (#642)
  • eb41f50 Bump core-graphics-types version
  • 723886f Only import SInt32 on macOS. (#641)
  • 6484a6e ci: Update to actions/checkout@v4 (#640)
  • 3ff7cc2 docs: Fix various markdown issues. (#639)
  • c4f4ad2 feat: add link feature (#608)
  • fbde503 Bump cocoa-foundation version
  • Additional commits viewable in compare view

Updates deranged from 0.3.9 to 0.3.10

Commits

Updates errno from 0.3.7 to 0.3.8

Changelog

Sourced from errno's changelog.

[0.3.8] - 2023-11-27

  • Update to windows-sys 0.52. #91

  • Update minimum Rust version to 1.56 #91

Commits

Updates form_urlencoded from 1.2.0 to 1.2.1

Commits
  • 217ae17 v1.2.1
  • 2267c9f Auto merge of #223 - emilio:empty-path-push, r=hoverbear+simonsapin
  • 4d4f1a3 test: don't compile test for #197 on windows.
  • 4c2b7f8 test: Add test for #227
  • 7225866 Now the old after path position is always the serialization.
  • 5a77f26 Truncate the serialization in Url::take_after_path, discard empty segments in...
  • 2b9bd90 Shorter docs.rs URL
  • 99e8481 Merge pull request #226 from servo/docs.rs
  • 62a3cb6 Redirect gh-pages to docs.rs
  • bd4eff8 Auto merge of #225 - servo:docs.rs, r=SimonSapin
  • Additional commits viewable in compare view

Updates gimli from 0.28.0 to 0.28.1

Changelog

Sourced from gimli's changelog.

0.28.1

Released 2023/11/24.

Changed

  • Changed read::AbbreviationsCache to require manual population using Dwarf::populate_abbreviations_cache. #679

  • Changed the default read::UnwindContextStorage to use Box instead of Vec so that its memory usage is limited. #687

  • Changed read::UnwindTable::new to always reset the context, because previous errors may have left the context in an invalid state. #684

  • Changed the Debug implementation for read::EndianSlice to limit the number of bytes it displays. #686

Added

  • Added more AArch64 register definitions. #680

  • Added read::Unit::new_with_abbreviations. #677

  • Added read::Evaluation::value_result. #676


Commits
  • ee0262a Release 0.28.1 (#688)
  • 1ee51ef read: shorten Debug output for EndianSlice (#686)
  • 516b8fa dwarfdump: improve handling of FDE parsing errors (#685)
  • 4c97bb5 read/cfi: limit the stack depth in UnwindContext (#687)
  • 4cc1fe0 read/cfi: always reset context in initialize (#684)
  • e6adc47 read: add Evaluation::value_result (#676)
  • 531636d Add SVE register definitions to AArch64 (#680)
  • 23ebfc8 read: add Dwarf::populate_abbreviations_cache (#679)
  • 2d3ad32 Add Unit::new_with_abbreviations() to allow the user to use custom abbreviati...
  • d9febe3 ci: switch to powerpc64 for big endian test (#678)
  • See full diff in compare view

Updates globset from 0.4.13 to 0.4.14

Commits
  • 09a4b75 ignore-0.4.14
  • 4dfea01 ignore/types: add ebuild type
  • 67c0f57 ignore-0.4.13
  • 543f99d grep-regex-0.1.7
  • 0ea65ef regex: special case literal extraction
  • 8ba6ccd ignore: fix failing test
  • 34edb81 ignore: squash noisy error message
  • 92daa34 ripgrep: release 12.0.0
  • e772a95 regex: avoid using literal optimizations when whitespace is detected
  • 9dd4bf8 style: fix rust-analyzer lint warnings
  • Additional commits viewable in compare view

Updates ignore from 0.4.20 to 0.4.21

Commits

Updates js-sys from 0.3.65 to 0.3.66

Commits

Updates openssl from 0.10.59 to 0.10.60

Release notes

Sourced from openssl's releases.

openssl-v0.10.60

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-v0.10.59...openssl-v0.10.60

Commits
  • 8f4b97a Merge pull request #2104 from alex/bump-for-release
  • df66283 Release openssl v0.10.60 and openssl-sys v0.9.96
  • 1a09dc8 Merge pull request #2102 from sfackler/ex-leak
  • b0a1da5 Merge branch 'master' into ex-leak
  • f456b60 Merge pull request #2099 from alex/deprecate-store-ref-objects
  • a8413b8 Merge pull request #2100 from alex/symm-update-unchecked
  • a92c237 clippy
  • e839496 Don't leak when overwriting ex data
  • 602d38d Added update_unchecked to symm::Crypter
  • cf9681a fixes #2096 -- deprecate X509StoreRef::objects, it is unsound
  • Additional commits viewable in compare view

Updates percent-encoding from 2.3.0 to 2.3.1

Commits
  • 359bc90 Merge pull request #792 from servo/version_bump_2.3.1
  • ad8911a Bump url version to 2.3.1 and bump minor for dependencies
  • See full diff in compare view

Updates proc-macro2 from 1.0.69 to 1.0.70

Release notes

Sourced from proc-macro2's releases.

1.0.70

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)
Commits
  • cd31a69 Release 1.0.70
  • 4482662 Merge pull request #423 from dtolnay/trackcaller
  • 690ab11 Track caller for Ident validation panics
  • f15383f Merge pull request #422 from dtolnay/newchecked
  • ea2cd7f Rename internal Ident::new -> Ident::new_checked
  • 8059195 Merge pull request #421 from dtolnay/identunchecked
  • 805a6ad Bypass Ident validation on identifiers created by parser
  • c513462 Merge pull request #420 from dtolnay/newraw
  • bd778e1 Delete Ident::_new_raw
  • 0cb3649 Ignore checked_conversions pedantic clippy lint
  • Additional commits viewable in compare view

Updates tauri-utils from 1.5.0 to 1.5.1

Release notes

Sourced from tauri-utils's releases.

tauri-utils v1.5.1

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 580 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (552 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
└── wry 0.24.6
    └── tauri-runtime-wry 0.14.2
        └── tauri 1.5.3
            ├── tauri 1.5.3
            ├── restart 0.1.0
            └── app-updater 0.1.0

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.5.3 ├── tauri 1.5.3 ├── restart 0.1.0 └── app-updater 0.1.0

warning: 2 allowed warnings found

[1.5.3]

New Features

... (truncated)

Commits
  • cf7d584 chore: manually bump tauri-utils
  • 61cc7d9 Apply Version Updates From Current Changes (v1) (#8203)
  • c4b5df1 perf: skip large Window and AppHandle fields on traces (#8318)
  • 977a39f fix(bundler): migrate WebView2 offline installer to shorturl (#8292)
  • c34710d fix: Fix archived links, Closes #8302 (#8315)
  • 5e05236 feat(core): add tracing for vital functionality closes #5204 (#8289)
  • b3e53e7 feat(core): add AssetManager::iter (#8288)
  • 5046270 fix(api): add top-level main, module and types fields (#8267)
  • b8756bc perf: remove extranous call in StateManager::get (#8272)
  • f26d9f0 fix(bundler/nsis): remove empty resources folders on uninstall (#8263)
  • Additional commits viewable in compare view

Updates url from 2.4.1 to 2.5.0

Commits

Updates wasm-bindgen-futures from 0.4.38 to 0.4.39

Commits

Updates web-sys from 0.3.65 to 0.3.66

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` |
| [tauri](https://github.com/tauri-apps/tauri) | `1.5.2` | `1.5.3` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.1.0` | `2.1.1` |
| [async-executor](https://github.com/smol-rs/async-executor) | `1.7.2` | `1.8.0` |
| [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.3.0` | `2.4.0` |
| [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.3` | `0.9.4` |
| [core-graphics-types](https://github.com/servo/core-foundation-rs) | `0.1.2` | `0.1.3` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.9` | `0.3.10` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.7` | `0.3.8` |
| [form_urlencoded](https://github.com/servo/rust-url) | `1.2.0` | `1.2.1` |
| [gimli](https://github.com/gimli-rs/gimli) | `0.28.0` | `0.28.1` |
| [globset](https://github.com/BurntSushi/ripgrep) | `0.4.13` | `0.4.14` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.21` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.65` | `0.3.66` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.59` | `0.10.60` |
| [percent-encoding](https://github.com/servo/rust-url) | `2.3.0` | `2.3.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.70` |
| [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.0` | `1.5.1` |
| [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.38` | `0.4.39` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.65` | `0.3.66` |


Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

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

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

Updates `async-executor` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/smol-rs/async-executor/releases)
- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-executor@v1.7.2...v1.8.0)

Updates `concurrent-queue` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/smol-rs/concurrent-queue/releases)
- [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md)
- [Commits](smol-rs/concurrent-queue@v2.3.0...v2.4.0)

Updates `core-foundation` from 0.9.3 to 0.9.4
- [Commits](servo/core-foundation-rs@core-foundation-v0.9.3...core-foundation-v0.9.4)

Updates `core-graphics-types` from 0.1.2 to 0.1.3
- [Commits](servo/core-foundation-rs@core-graphics-types-v0.1.2...core-graphics-types-v0.1.3)

Updates `deranged` from 0.3.9 to 0.3.10
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `errno` from 0.3.7 to 0.3.8
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.7...v0.3.8)

Updates `form_urlencoded` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v1.2.0...v1.2.1)

Updates `gimli` from 0.28.0 to 0.28.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.28.0...0.28.1)

Updates `globset` from 0.4.13 to 0.4.14
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@globset-0.4.13...ignore-0.4.14)

Updates `ignore` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/commits)

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

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

Updates `percent-encoding` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.3.0...v2.3.1)

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

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

Updates `url` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

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

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

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-executor
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: concurrent-queue
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: core-foundation
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: core-graphics-types
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: deranged
  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: form_urlencoded
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: globset
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ignore
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: percent-encoding
  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: tauri-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: web-sys
  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 Dec 4, 2023
@github-actions github-actions bot merged commit da0db31 into main Dec 4, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-ef029e944e branch December 4, 2023 13:30
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