OpenByteDev / dll-syringe

A windows dll injection library written in rust.
MIT License
166 stars 14 forks source link

Bump sysinfo for ntapi #8

Closed veeenu closed 2 years ago

veeenu commented 2 years ago

dll-syringe contains a transitive dependency to ntapi 0.3.7:

> cargo tree -i ntapi
ntapi v0.3.7
└── sysinfo v0.24.5
    └── dll-syringe v0.13.1

During compilation, a warning is reported:

warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.7

Bumping sysinfo to 0.26 fixes the warning.