diff --git a/Cargo.lock b/Cargo.lock index 5040162..33a5315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -939,7 +939,7 @@ dependencies = [ [[package]] name = "pyreqwest_impersonate" -version = "0.4.0" +version = "0.4.1" dependencies = [ "encoding_rs", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 1fd4c33..cb60022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyreqwest_impersonate" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints" authors = ["deedy5"]