diff --git a/Cargo.toml b/Cargo.toml index 8302f21c..f3ff2910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rquest" -version = "0.33.6" -description = "An ergonomic, all-in-one JA3/JA4/HTTP2 fingerprint HTTP/WebSocket client" +version = "0.33.7" +description = "Asynchronous Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint spoof" keywords = ["http", "client", "websocket", "ja3", "ja4"] categories = ["web-programming::http-client"] repository = "https://github.com/penumbra-x/rquest"