blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
665 stars 146 forks source link

Bump mysql_common to 0.25 #263

Closed pliard-b closed 3 years ago

pliard-b commented 3 years ago

This bumps the mysql_common dep to the closest version that fixes the following audit error: ID: RUSTSEC-2020-0146 Crate: generic-array Version: 0.12.3 Date: 2020-04-09 URL: https://rustsec.org/advisories/RUSTSEC-2020-0146 Title: arr! macro erases lifetimes Solution: upgrade to >= 0.14.0 Dependency tree: generic-array 0.12.3 ├── digest 0.8.1 │ └── sha2 0.8.2 │ └── mysql_common 0.24.1 │ └── mysql 20.1.0 └── block-buffer 0.7.3 └── sha2 0.8.2

blackbeam commented 3 years ago

Hi, sorry for delay. Seems to be superseded. Closing.