diff --git a/Cargo.lock b/Cargo.lock index 00bd972..1c9df20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "primp" -version = "0.6.4" +version = "0.6.5" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 503d4d5..4c53fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primp" -version = "0.6.4" +version = "0.6.5" edition = "2021" description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints" authors = ["deedy5"]