chore(deps) Update Rust crate libflate to v2 (#7410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-12 07:40:43 -03:00
committed by GitHub
parent 74b1f4fc66
commit f280dcfb7c

View File

@@ -19,7 +19,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
[dependencies]
tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.6"
libflate = "1.4"
libflate = "2.0"
anyhow = "1.0"
thiserror = "1.0"
serde_json = "1.0"