Skip to content

Commit

Permalink
Bump the all group in /src-tauri with 18 updates (#203)
Browse files Browse the repository at this point in the history
Bumps the all group in /src-tauri with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
| [async-recursion](https://github.com/dcchut/async-recursion) | `1.0.5` | `1.1.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.78` |
| [brotli](https://github.com/dropbox/rust-brotli) | `3.4.0` | `3.5.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.14.3` | `1.15.0` |
| [clipboard-win](https://github.com/DoumanAsh/clipboard-win) | `5.2.0` | `5.3.0` |
| [h2](https://github.com/hyperium/h2) | `0.3.24` | `0.3.25` |
| [new_debug_unreachable](https://github.com/mbrubeck/rust-debug-unreachable) | `1.0.4` | `1.0.6` |
| [os_info](https://github.com/stanislav-tkach/os_info) | `3.7.0` | `3.8.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.25` | `0.11.26` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.6.1` | `3.7.0` |
| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.6.1` | `3.7.0` |
| [system-configuration](https://github.com/mullvad/system-configuration-rs) | `0.6.0` | `0.5.1` |
| [system-configuration-sys](https://github.com/mullvad/system-configuration-rs) | `0.6.0` | `0.5.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [tree_magic_mini](https://github.com/mbrubeck/tree_magic) | `3.0.3` | `3.1.4` |


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

Updates `async-recursion` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.0.5...v1.1.0)

Updates `async-trait` from 0.1.77 to 0.1.78
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.78)

Updates `brotli` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](https://github.com/dropbox/rust-brotli/commits)

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

Updates `clipboard-win` from 5.2.0 to 5.3.0
- [Commits](https://github.com/DoumanAsh/clipboard-win/commits)

Updates `h2` from 0.3.24 to 0.3.25
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.25/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.24...v0.3.25)

Updates `new_debug_unreachable` from 1.0.4 to 1.0.6
- [Commits](mbrubeck/rust-debug-unreachable@v1.0.4...v1.0.6)

Updates `os_info` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.7.0...v3.8.1)

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

Updates `reqwest` from 0.11.25 to 0.11.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.25...v0.11.26)

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

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

Updates `system-configuration` from 0.6.0 to 0.5.1
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/system-configuration-rs@v0.6.0...v0.5.1)

Updates `system-configuration-sys` from 0.6.0 to 0.5.0
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/system-configuration-rs@v0.6.0...v0.5.0)

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

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

Updates `tree_magic_mini` from 3.0.3 to 3.1.4
- [Release notes](https://github.com/mbrubeck/tree_magic/releases)
- [Changelog](https://github.com/mbrubeck/tree_magic/blob/mini/CHANGELOG.md)
- [Commits](mbrubeck/tree_magic@v3.0.3...v3.1.4)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-recursion
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: brotli
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clipboard-win
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: new_debug_unreachable
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: os_info
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_with
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde_with_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: system-configuration
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: system-configuration-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: tree_magic_mini
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent f3b29e1 commit 9ccf4d2
Showing 1 changed file with 51 additions and 48 deletions.
99 changes: 51 additions & 48 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ccf4d2

Please sign in to comment.