mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Bump tauri-build from 1.0.0 to 1.0.2 in /src-tauri (#34)
Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.0...tauri-build-v1.0.2) --- updated-dependencies: - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
c3f0dbf209
commit
12bcc7830d
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
|
@ -2801,9 +2801,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7b26eb3523e962b90012fedbfb744ca153d9be85e7981e00737e106d5323941"
|
||||
checksum = "598bd36884ee15ac73dfca9921066fd87d13d9beea60384b99a66c3a5d800d70"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
|
|
|
@ -12,7 +12,7 @@ edition = "2021"
|
|||
rust-version = "1.61"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "1.0.0", features = [] }
|
||||
tauri-build = { version = "1.0.2", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.81"
|
||||
|
|
Loading…
Reference in a new issue