Skip to content

Commit

Permalink
chore(deps): update rust crate ureq to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent e9c9c4d commit 49da73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tempfile = "3"
log = { version = "0.4.21", features = ["kv"] }
dirs = "6"
os_pipe = "1"
ureq = { version = "2", default-features = false, features = ["socks-proxy"] }
ureq = { version = "3", default-features = false, features = ["socks-proxy"] }
native-tls = { version = "0.2", optional = true }
hex = "0.4"
semver = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ handlebars = "6"
include_dir = "0.7"
minisign = "=0.7.3"
base64 = "0.22"
ureq = { version = "2", default-features = false, features = ["gzip"] }
ureq = { version = "3", default-features = false, features = ["gzip"] }
os_info = "3"
semver = "1"
regex = "1"
Expand Down

0 comments on commit 49da73e

Please sign in to comment.