chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+15 -16
View File
@@ -27,21 +27,21 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.51.2
// darwin arm64 3.51.2
// freebsd amd64 3.51.2
// freebsd arm64 3.51.2
// linux 386 3.51.2
// linux amd64 3.51.2
// linux arm 3.51.2
// linux arm64 3.51.2
// linux loong64 3.51.2
// linux ppc64le 3.51.2
// linux riscv64 3.51.2
// linux s390x 3.51.2
// windows 386 3.51.2
// windows amd64 3.51.2
// windows arm64 3.51.2
// darwin amd64 3.53.1
// darwin arm64 3.53.1
// freebsd amd64 3.53.1
// freebsd arm64 3.53.1
// linux 386 3.53.1
// linux amd64 3.53.1
// linux arm 3.53.1
// linux arm64 3.53.1
// linux loong64 3.53.1
// linux ppc64le 3.53.1
// linux riscv64 3.53.1
// linux s390x 3.53.1
// windows 386 3.53.1
// windows amd64 3.53.1
// windows arm64 3.53.1
//
// # Benchmarks
//
@@ -53,7 +53,6 @@
//
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
//
//
// # Connecting to a database
//
// To access a Sqlite database do something like