From 5363d15ec77b3fad008681319d081f888a18dc57 Mon Sep 17 00:00:00 2001 From: coutureone Date: Sun, 5 Jan 2025 12:40:10 +0800 Subject: [PATCH] v 1.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08d16bd1..6d457ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquest" -version = "1.3.2" +version = "1.3.3" description = "An ergonomic, all-in-one TLS, JA3/JA4, and HTTP2 fingerprint HTTP Client for spoofing any browser" keywords = ["http", "client", "websocket", "ja3", "ja4"] categories = ["web-programming::http-client"]