Skip to content

Commit 48a079a

Browse files
fix(deps): update rust crate reqwest to 0.12
1 parent edfaed5 commit 48a079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/flagsmith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tracing = "0.1"
3636
url = "2.5"
3737

3838
# HTTP client (for HeaderMap type) - must match flagsmith's reqwest version
39-
reqwest = { version = "0.11", default-features = false }
39+
reqwest = { version = "0.12", default-features = false }
4040

4141
# Flagsmith flag engine types (must match flagsmith version)
4242
flagsmith-flag-engine = "0.5"

0 commit comments

Comments
 (0)