tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0 #285

Open rainliu opened 4 months ago

rainliu commented 4 months ago

warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0

rainliu commented 4 months ago
├── rouille v3.6.2
│   ├── base64 v0.13.1
│   ├── brotli v3.4.0
│   │   ├── alloc-no-stdlib v2.0.4
│   │   ├── alloc-stdlib v0.2.2
│   │   │   └── alloc-no-stdlib v2.0.4
│   │   └── brotli-decompressor v2.5.1
│   │       ├── alloc-no-stdlib v2.0.4
│   │       └── alloc-stdlib v0.2.2 (*)
│   ├── chrono v0.4.34 (*)
│   ├── deflate v1.0.0
│   │   ├── adler32 v1.2.0
│   │   └── gzip-header v1.0.0
│   │       └── crc32fast v1.4.0
│   │           └── cfg-if v1.0.0
│   ├── filetime v0.2.23
│   │   ├── cfg-if v1.0.0
│   │   └── libc v0.2.153
│   ├── multipart v0.18.0
│   │   ├── buf_redux v0.8.4
│   │   │   ├── memchr v2.7.1
│   │   │   └── safemem v0.3.3
│   │   ├── httparse v1.8.0
neduard commented 3 months ago

Thanks for raising the issue @rainliu , though note it has been raised in the past #271 thinking we can probably close this as a duplicate?