0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 06:28:23 -05:00

🚨 chore: make cargo clippy happy (#575)

This commit is contained in:
neon_arch 2024-06-08 21:40:42 +03:00
parent 42f121f4d7
commit b7edf49c4e
2 changed files with 440 additions and 378 deletions

817
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls", "rustls-tls",
"brotli", "brotli",
"gzip", "gzip",
"http2"
] } ] }
tokio = { version = "1.32.0", features = [ tokio = { version = "1.32.0", features = [
"rt-multi-thread", "rt-multi-thread",