Skip to content

Commit 6cdac0c

Browse files
Set minimal versions for http and reqwest versions (#3404)
1 parent c105f46 commit 6cdac0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uwl = { version = "0.6.0", optional = true }
4848
levenshtein = { version = "1.0.5", optional = true }
4949
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"], optional = true }
5050
flate2 = { version = "1.0.28", optional = true }
51-
reqwest = { version = "0.11.22", default-features = false, features = ["multipart", "stream"], optional = true }
51+
reqwest = { version = ">=0.11.22", default-features = false, features = ["multipart", "stream"], optional = true }
5252
static_assertions = { version = "1.1.0", optional = true }
5353
tokio-tungstenite = { version = "0.21.0", optional = true }
5454
typemap_rev = { version = "0.3.0", optional = true }
@@ -66,7 +66,7 @@ command_attr = { version = "0.5.3", path = "./command_attr", optional = true }
6666
serenity-voice-model = { version = "0.2.0", path = "./voice-model", optional = true }
6767

6868
[dev-dependencies.http_crate]
69-
version = "0.2.11"
69+
version = ">=0.2.11"
7070
package = "http"
7171

7272
[features]

0 commit comments

Comments
 (0)