diff --git a/requirements.txt b/requirements.txt index 7506b55..c6157f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ typing==3.7.4.3 aiodns==3.0.0 Brotli==1.0.9 loguru==0.6.0 -rust_arenaclient==0.2.2 +rust_arenaclient==0.2.4 diff --git a/setup.py b/setup.py index 8be9c97..49d4be0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ ], include_package_data=True, install_requires=[ - "rust_arenaclient==0.2.2", + "rust_arenaclient==0.2.4", "requests==2.25.1", "aiohttp==3.7.4", "termcolor==1.1.0",