Skip to content

Commit

Permalink
Bump the all group in /src-tauri with 19 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /src-tauri with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [async-task](https://github.com/smol-rs/async-task) | `4.5.0` | `4.6.0` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.8` | `0.5.9` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.5` | `0.2.6` |
| [filetime](https://github.com/alexcrichton/filetime) | `0.2.22` | `0.2.23` |
| [http-body](https://github.com/hyperium/http-body) | `0.4.5` | `0.4.6` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `0.14.28` |
| [libc](https://github.com/rust-lang/libc) | `0.2.150` | `0.2.151` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.9` | `0.8.10` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.60` | `0.10.61` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.15` | `1.0.16` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.51` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.34.0` | `1.35.0` |
| [try-lock](https://github.com/seanmonstar/try-lock) | `0.2.4` | `0.2.5` |
| [uds_windows](https://github.com/haraldh/rust_uds_windows) | `1.0.2` | `1.1.0` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.13` | `0.3.14` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.28` |
| [xattr](https://github.com/Stebalien/xattr) | `1.0.1` | `1.1.1` |


Updates `async-task` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/smol-rs/async-task/releases)
- [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-task@v4.5.0...v4.6.0)

Updates `crossbeam-channel` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.8...crossbeam-channel-0.5.9)

Updates `crossbeam-deque` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-deque-0.8.3...crossbeam-deque-0.8.4)

Updates `ctor` from 0.2.5 to 0.2.6
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `filetime` from 0.2.22 to 0.2.23
- [Commits](alexcrichton/filetime@0.2.22...0.2.23)

Updates `http-body` from 0.4.5 to 0.4.6
- [Changelog](https://github.com/hyperium/http-body/blob/v0.4.6/CHANGELOG.md)
- [Commits](hyperium/http-body@v0.4.5...v0.4.6)

Updates `hyper` from 0.14.27 to 0.14.28
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.27...v0.14.28)

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

Updates `mio` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.9...v0.8.10)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

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

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

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

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

Updates `try-lock` from 0.2.4 to 0.2.5
- [Commits](seanmonstar/try-lock@v0.2.4...v0.2.5)

Updates `uds_windows` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/haraldh/rust_uds_windows/releases)
- [Changelog](https://github.com/haraldh/rust_uds_windows/blob/v1.1.0/CHANGELOG.md)
- [Commits](haraldh/rust_uds_windows@v1.0.2...v1.1.0)

Updates `unicode-bidi` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](https://github.com/servo/unicode-bidi/commits/v0.3.14)

Updates `winnow` from 0.5.19 to 0.5.28
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.19...v0.5.28)

Updates `xattr` from 1.0.1 to 1.1.1
- [Commits](https://github.com/Stebalien/xattr/commits)

---
updated-dependencies:
- dependency-name: async-task
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: crossbeam-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ctor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: filetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: http-body
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hyper
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openssl
  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: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: try-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uds_windows
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unicode-bidi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: xattr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 7cd3a83 commit b943dd6
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 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 b943dd6

Please sign in to comment.