Update mitmproxy-rs (#7387)

update mitmproxy-rs
This commit is contained in:
Maximilian Hils 2024-12-11 01:31:54 +01:00 committed by GitHub
parent 0045c1f31b
commit 51fd8d3172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ dependencies = [
"hyperframe>=6.0,<=6.0.1",
"kaitaistruct>=0.10,<=0.10",
"ldap3>=2.8,<=2.9.1",
"mitmproxy_rs>=0.10.7,<0.11", # relaxed upper bound here: we control this
"mitmproxy_rs>=0.11.1,<0.12", # relaxed upper bound here: we control this
"msgpack>=1.0.0,<=1.1.0",
"passlib>=1.6.5,<=1.7.4",
"pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",