From 50be17ef471aaf1cb9f466216da252da5486d208 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Mon, 12 Aug 2024 20:46:27 +0800 Subject: [PATCH] v0.20.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f0487d..8677732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquest" -version = "0.20.20" +version = "0.20.21" description = "An fast asynchronous Rust Http/WebSocket Client with TLS/JA3/JA4/HTTP2 fingerprint impersonate" keywords = ["http", "request", "client", "websocket", "ja3"] categories = ["web-programming::http-client"]