From ef1ee65babd9fd5f4be2d815cd11a17605325601 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:10:09 +0300 Subject: [PATCH] Bump version to v0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dda4fe..68ebb63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -976,7 +976,7 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "primp" -version = "0.5.3" +version = "0.5.4" dependencies = [ "ahash", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 5806885..6853976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primp" -version = "0.5.3" +version = "0.5.4" edition = "2021" description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints" authors = ["deedy5"]