Bump tauri from 1.2.2 to 1.2.3 in /src-tauri (#126)

Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.2.2...tauri-v1.2.3)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-12-28 11:09:32 +05:30
committed by GitHub
parent 1f3debcc2c
commit c2d9e49671
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -2607,9 +2607,9 @@ dependencies = [
[[package]]
name = "tauri"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8ea1d785ab2164373703817bff144c4610a69ad3f659becaca0e1ea004b98d8"
checksum = "5b48820ee3bb6a5031a83b2b6e11f8630bdc5a2f68cb841ab8ebc7a15a916679"
dependencies = [
"anyhow",
"attohttpc",