mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-18 21:12:19 +02:00
chore(deps): update rust crate reqwest to v0.13.5
This commit is contained in:
@@ -42,7 +42,7 @@ urlpattern = "0.3"
|
|||||||
regex = "1"
|
regex = "1"
|
||||||
http = "1"
|
http = "1"
|
||||||
# 0.12.16 is when `system-proxy` was added
|
# 0.12.16 is when `system-proxy` was added
|
||||||
reqwest = { version = "0.12.16", default-features = false }
|
reqwest = { version = "0.13.0", default-features = false }
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
data-url = "0.3"
|
data-url = "0.3"
|
||||||
cookie_store = { version = "0.22", optional = true, features = ["serde"] }
|
cookie_store = { version = "0.22", optional = true, features = ["serde"] }
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ log = { workspace = true }
|
|||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
tokio = { version = "1", features = ["fs"] }
|
tokio = { version = "1", features = ["fs"] }
|
||||||
tokio-util = { version = "0.7", features = ["codec"] }
|
tokio-util = { version = "0.7", features = ["codec"] }
|
||||||
reqwest = { version = "0.12", default-features = false, features = [
|
reqwest = { version = "0.13", default-features = false, features = [
|
||||||
"macos-system-configuration",
|
"macos-system-configuration",
|
||||||
"json",
|
"json",
|
||||||
"stream",
|
"stream",
|
||||||
|
|||||||
Reference in New Issue
Block a user