[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)

* [chore] Update bun from 1.1.10 -> 1.1.12

* [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
This commit is contained in:
tobi 2023-03-06 11:00:53 +01:00 committed by GitHub
commit b344c2c8f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
84 changed files with 127892 additions and 111380 deletions

28
vendor/modernc.org/sqlite/doc.go generated vendored
View file

@ -19,18 +19,18 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.40.1
// darwin arm64 3.40.1
// freebsd amd64 3.40.1
// freebsd arm64 3.40.1
// linux 386 3.40.1
// linux amd64 3.40.1
// linux arm 3.40.1
// linux arm64 3.40.1
// linux ppc64le 3.40.1
// linux riscv64 3.40.1
// windows amd64 3.40.1
// windows arm64 3.40.1
// darwin amd64 3.41.0
// darwin arm64 3.41.0
// freebsd amd64 3.41.0
// freebsd arm64 3.41.0
// linux 386 3.41.0
// linux amd64 3.41.0
// linux arm 3.41.0
// linux arm64 3.41.0
// linux ppc64le 3.41.0
// linux riscv64 3.41.0
// windows amd64 3.41.0
// windows arm64 3.41.0
//
// Builders
//
@ -40,6 +40,10 @@
//
// Changelog
//
// 2023-02-23 v1.21.0:
//
// Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html.
//
// 2022-11-28 v1.20.0
//
// Support linux/ppc64le.