From b367ccd18d2d02b878ac984f3083f40559fdb375 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 23 Feb 2025 20:01:49 +0800 Subject: [PATCH] v2.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c033f18..b483961a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquest" -version = "2.1.5" +version = "2.1.6" description = "An ergonomic, all-in-one HTTP Client for spoofing any browser with TLS, JA3/JA4, and HTTP2 fingerprints" keywords = ["http", "client", "websocket", "ja3", "ja4"] categories = ["web-programming::http-client"]