Skip to content

Commit

Permalink
chore(deps): update rust crate ico to 0.4 (1.x) (#12303)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent d8db504 commit ff19056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ brotli = { version = "7", optional = true }
regex = { version = "1", optional = true }
uuid = { version = "1", features = [ "v4" ] }
semver = "1"
ico = "0.3"
ico = "0.4"
png = "0.17"
json-patch = "2"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ data-url = { version = "0.3", optional = true }
serialize-to-javascript = "=0.1.2"
infer = { version = "0.13", optional = true } # 0.14 raised msrv
png = { version = "0.17", optional = true }
ico = { version = "0.3", optional = true }
ico = { version = "0.4", optional = true }
encoding_rs = "0.8"
sys-locale = { version = "0.3", optional = true }
tracing = { version = "0.1", optional = true }
Expand Down

0 comments on commit ff19056

Please sign in to comment.