[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
parent d8d5818b47
commit b344c2c8f4
84 changed files with 127892 additions and 111380 deletions

View File

@ -2,5 +2,5 @@ package bun
// Version is the current release version.
func Version() string {
return "1.1.10"
return "1.1.12"
}