Skip to content

Commit

Permalink
Bump the cargo group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates in the /src-tauri directory: [tauri](https://github.com/tauri-apps/tauri), [h2](https://github.com/hyperium/h2) and [rustls](https://github.com/rustls/rustls).


Updates `tauri` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.6.1...tauri-v1.6.2)

Updates `h2` from 0.4.3 to 0.4.5
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.3...v0.4.5)

Updates `rustls` from 0.22.3 to 0.22.4
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.22.3...v/0.22.4)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: h2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rustls
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent 3d63e4e commit 4a8a4de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.1", features = [] }
tauri = { version = "1.6.2", features = [] }
window-vibrancy = "0.4"
reqwest = { version = "0.12", features = ["json", "stream"] }
octocrab = "0.37.0"
Expand Down

0 comments on commit 4a8a4de

Please sign in to comment.