Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump diesel_migrations from 2.0.0 to 2.1.0 (#3455)
* chore(deps): bump diesel_migrations from 2.0.0 to 2.1.0 Bumps diesel_migrations from 2.0.0 to 2.1.0. --- updated-dependencies: - dependency-name: diesel_migrations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Be explicit on the `FromSql` impl used There are now two implementations of `FromSql` for `Vec<u8>`. Updated the `FromSql` usage to be explicit on which one to utilize. ``` = note: multiple `impl`s satisfying `Vec<u8>: diesel::deserialize::FromSql<_, Pg>` found in the `diesel` crate: - impl<ST, DB> diesel::deserialize::FromSql<ST, DB> for Vec<u8> where DB: Backend, *const [u8]: diesel::deserialize::FromSql<ST, DB>; - impl<T, ST> diesel::deserialize::FromSql<Array<ST>, Pg> for Vec<T> where T: diesel::deserialize::FromSql<ST, Pg>; ``` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Santana <[email protected]>
- Loading branch information