Merge pull request #1415 from ealmloff/pin-tauri-deps

Pin Tauri dependencies to a minor version
This commit is contained in:
Jonathan Kelley 2023-09-04 11:30:25 -07:00 committed by GitHub
commit 4009064767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,8 +77,8 @@ cargo-generate = "0.18"
toml_edit = "0.19.11"
# bundling
tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
tauri-utils = "1.3"
tauri-bundler = { version = "1.3.0", features = ["native-tls-vendored"] }
tauri-utils = "=1.4.*"
dioxus-autofmt = { workspace = true }
dioxus-check = { workspace = true }