Update crates/diesel/RUSTSEC-0000-0000.md

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
This commit is contained in:
Georg Semmler
2021-03-05 09:12:08 +00:00
committed by GitHub
parent 4f30ae8e72
commit e5c10bccb9

View File

@@ -15,7 +15,7 @@ patched = [">= 1.4.6"]
# Fix a use-after-free bug in diesels Sqlite backend
We've missused `sqlite3_column_name`. The
We've misused `sqlite3_column_name`. The
[SQLite](https://www.sqlite.org/c3ref/column_name.html) documentation
states that the following: