We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62885f commit 9e8c789Copy full SHA for 9e8c789
1 file changed
crates/flagsmith/Cargo.toml
@@ -36,7 +36,7 @@ tracing = "0.1"
36
url = "2.5"
37
38
# HTTP client (for HeaderMap type) - must match flagsmith's reqwest version
39
-reqwest = { version = "0.11", default-features = false }
+reqwest = { version = "0.12", default-features = false }
40
41
# Flagsmith flag engine types (must match flagsmith version)
42
flagsmith-flag-engine = "0.5"
0 commit comments