-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Update dependencies #1761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #1761
Conversation
Notably, update `diesel` to 1.4.7 and `libsqlite3-sys` to 0.22.2 to pick up the fix for CVE-2021-20227 added in SQLite 3.34.1.
Isn't it maybe a good idea to update the rest of the packages also? |
I did run |
Isn't it then a good thing to also update the |
I wouldn't mind, but |
I usually use |
I do the same indeed. |
Ah, good to know. I'm personally okay with the default Running
|
Notably, update
diesel
to 1.4.7 andlibsqlite3-sys
to 0.22.2 to pick upthe fix for CVE-2021-20227 added in SQLite 3.34.1.