build(deps): bump the backend-deps-tauri group in /src-tauri with 1 update (#345)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-24 18:39:41 -04:00 committed by GitHub
parent f4190a6a86
commit e6855d0a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -3976,9 +3976,9 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
[[package]]
name = "tauri"
version = "1.5.1"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0238c5063bf9613054149a1b6bce4935922e532b7d8211f36989a490a79806be"
checksum = "9bfe673cf125ef364d6f56b15e8ce7537d9ca7e4dae1cf6fbbdeed2e024db3d9"
dependencies = [
"anyhow",
"bytes",

View file

@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
sysinfo = "0.29.10"
tar = "0.4.40"
tauri = { version = "1.5.1", features = ["api-all", "devtools", "reqwest-client"] }
tauri = { version = "1.5.2", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
walkdir = "2.4.0"