Skip to content

Commit

Permalink
chore(deps) Update Tauri Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2023
1 parent 964d81f commit 66b0027
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]

[dependencies]
tauri-utils = { version = "1.4.0", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.6"
image = "0.24.7"
libflate = "1.4"
anyhow = "1.0"
thiserror = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
strsim = "0.10.0"
tar = "0.4.38"
tar = "0.4.40"
walkdir = "2"
handlebars = "4.3"
tempfile = "3.6.0"
log = { version = "0.4.19", features = [ "kv_unstable" ] }
tempfile = "3.7.1"
log = { version = "0.4.20", features = [ "kv_unstable" ] }
dirs-next = "2.0"
os_pipe = "1"
ureq = { version = "2.6", default-features = false }
ureq = { version = "2.7", default-features = false }
native-tls = { version = "0.2", optional = true }
hex = "0.4"
semver = "1"
Expand Down

0 comments on commit 66b0027

Please sign in to comment.