Skip to content

Commit

Permalink
deps: bump sqlite3mc to 1.8.6/3.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jun 20, 2024
1 parent 9a1587c commit 7583047
Show file tree
Hide file tree
Showing 4 changed files with 8,854 additions and 4,767 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description

An SQLite (more accurately [SQLite3MultipleCiphers](https://utelle.github.io/SQLite3MultipleCiphers/)) binding for [node.js](https://nodejs.org) focused on simplicity and (async) performance.

Current SQLite version: 3.44.0
Current SQLite version: 3.46.0

When dealing with encrypted sqlite databases, this binding only supports the
ChaCha20-Poly1305 cipher to keep things simple, secure, and working well across
Expand Down
2 changes: 1 addition & 1 deletion deps/sqlite3/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'include_dirs': ['.'],
'defines': [
# Manually-tracked custom git revision
'SQLITE3MC_VERSION_REV=dfdb04878158e52c53d120b39e821f813d451fb8',
'SQLITE3MC_VERSION_REV=79109518923a5eab3b05c26b5b210772d4bf585f',
],
},
},
Expand Down
Loading

0 comments on commit 7583047

Please sign in to comment.