Commit 896fd76
authored
deps(go)(deps): bump github.com/mattn/go-sqlite3 from 1.14.44 to 1.14.45 (#36)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
from 1.14.44 to 1.14.45.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/7ca6a979f950c66d900ddc982758d6ad1618613e"><code>7ca6a97</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1404">#1404</a>
from mattn/sqlite-amalgamation-3053002</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/e2ab9318ee45371755b5b4b8e597d2c72f90b7dd"><code>e2ab931</code></a>
Upgrade SQLite to version 3053002</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/75d8c60d0d34691e1f838fd8f6aeb507839f8fa0"><code>75d8c60</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1403">#1403</a>
from dxbjavid/bind-text64-length</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/d1ab49c04bdd9d857dd51c8fa169cf757dd06e2b"><code>d1ab49c</code></a>
bind via sqlite3_bind_text64/blob64 to avoid 32-bit length
truncation</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/b3b5216890c80c4605698310c08d6775d11fea71"><code>b3b5216</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1402">#1402</a>
from dxbjavid/guard-resulttext-oversize</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/2af23f777eefeadbb1cc3c6317d074285372afe4"><code>2af23f7</code></a>
guard oversized string length in ResultText</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/1a7264c5a632b1bc0e383fd0183bbf42aa3cdb85"><code>1a7264c</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1400">#1400</a>
from calmh/unsafereflect</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/9accb920a6a21dd2d86941290fbc29b899b392bb"><code>9accb92</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1399">#1399</a>
from calmh/uintsize</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/9d6bf2c4ad7c4308cd38c88c4a404143e3e8fa83"><code>9d6bf2c</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1338">#1338</a>
from calmh/dbstat</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/fed9970582997a3eaf6134c13bcbe68bd847243b"><code>fed9970</code></a>
modernise reflect.SliceHeader to unsafe.Slice</li>
<li>Additional commits viewable in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.44...v1.14.45">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 76b88cd commit 896fd76
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments