Skip to content

Commit 27edb0e

Browse files
chore(deps): update rust crate self_update to 0.43.0
1 parent 45bae2a commit 27edb0e

2 files changed

Lines changed: 179 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 178 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rfd = "0.17.0" # For file dialogs
99
image = "0.25" # Image lib, here used for binarizing and scaling images
1010
vtracer = { git = "https://github.com/RouHim/vtracer" } # Generates vector images from raster images
1111
visioncortex = "0.8" # Helper library for vtracer
12-
self_update = { version = "0.42.0", features = ["rustls"], default-features = false } # For updating the app
12+
self_update = { version = "0.43.0", features = ["rustls"], default-features = false } # For updating the app
1313

1414
[profile.release]
1515
panic = "abort" # Strip expensive panic clean-up logic

0 commit comments

Comments
 (0)