Skip to content

Commit

Permalink
Update reqwest to v0.12 (#2826)
Browse files Browse the repository at this point in the history
This has to be on the next branch as reqwest is exposed in a couple
places.
  • Loading branch information
GnomedDev committed Oct 20, 2024
1 parent 1453c6d commit a7ad5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extract_map = { version = "0.1.0", features = ["serde", "iter_mut"] }
fxhash = { version = "0.2.1", optional = true }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"], optional = true }
flate2 = { version = "1.0.28", optional = true }
reqwest = { version = "0.11.22", default-features = false, features = ["multipart", "stream", "json"], optional = true }
reqwest = { version = "0.12.2", default-features = false, features = ["multipart", "stream", "json"], optional = true }
tokio-tungstenite = { version = "0.21.0", optional = true }
bytes = { version = "1.5.0", optional = true }
percent-encoding = { version = "2.3.0", optional = true }
Expand All @@ -57,7 +57,7 @@ typesize = { version = "0.1.6", optional = true, features = ["url", "time", "ser
serenity-voice-model = { version = "0.2.0", path = "./voice-model", optional = true }

[dev-dependencies.http_crate]
version = "0.2.11"
version = "1.1.0"
package = "http"

[features]
Expand Down

0 comments on commit a7ad5de

Please sign in to comment.