Skip to content

Commit 2cdb851

Browse files
fix(deps): update rust crate reqwest to 0.12 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25a3a3e commit 2cdb851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0"
3737

3838
# HTTP client (for HeaderMap type)
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)