chore(deps): Bump sqlite-compressions from 0.2.14 to 0.2.15 (#1528)

Bumps
[sqlite-compressions](https://github.com/nyurik/sqlite-compressions)
from 0.2.14 to 0.2.15.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="90f3056c0a"><code>90f3056</code></a>
improve test script</li>
<li><a
href="601b814895"><code>601b814</code></a>
update dependencies, readme</li>
<li><a
href="98211e2134"><code>98211e2</code></a>
Bump flate2 from 1.0.33 to 1.0.34 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/47">#47</a>)</li>
<li><a
href="629ce6448e"><code>629ce64</code></a>
minor lint</li>
<li><a
href="9c0e1ce504"><code>9c0e1ce</code></a>
Bump flate2 from 1.0.32 to 1.0.33 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/45">#45</a>)</li>
<li><a
href="bbcf3e5bec"><code>bbcf3e5</code></a>
Bump rstest from 0.21.0 to 0.22.0 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/42">#42</a>)</li>
<li><a
href="041233e437"><code>041233e</code></a>
Bump flate2 from 1.0.31 to 1.0.32 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/44">#44</a>)</li>
<li><a
href="72cbfc13b6"><code>72cbfc1</code></a>
Bump flate2 from 1.0.30 to 1.0.31 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/43">#43</a>)</li>
<li><a
href="fbc98a7d7a"><code>fbc98a7</code></a>
Bump rusqlite from 0.32.0 to 0.32.1 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/41">#41</a>)</li>
<li><a
href="47636db36b"><code>47636db</code></a>
Bump env_logger from 0.11.4 to 0.11.5 (<a
href="https://redirect.github.com/nyurik/sqlite-compressions/issues/40">#40</a>)</li>
<li>See full diff in <a
href="https://github.com/nyurik/sqlite-compressions/compare/v0.2.14...v0.2.15">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite-compressions&package-manager=cargo&previous-version=0.2.14&new-version=0.2.15)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
This commit is contained in:
dependabot[bot] 2024-10-01 04:05:17 +00:00 committed by GitHub
parent 29b4adc219
commit 42f6ac804a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4154,9 +4154,9 @@ dependencies = [
[[package]]
name = "sqlite-compressions"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5573cbfea966f419e72571c5bcd8ab3dbb4d1fd1e9cecf036b5151016f2527"
checksum = "556f9a7149983ee0d6708f1d65a5bf30e81f560d3713b3a1e64b2e512cdd7364"
dependencies = [
"bsdiff",
"flate2",

View File

@ -78,7 +78,7 @@ serde_with = "3"
serde_yaml = "0.9"
size_format = "1.0.2"
spreet = { version = "0.11", default-features = false }
sqlite-compressions = { version = "0.2.14", default-features = false, features = ["bsdiffraw", "gzip"] }
sqlite-compressions = { version = "0.2.15", default-features = false, features = ["bsdiffraw", "gzip"] }
sqlite-hashes = { version = "0.7.6", default-features = false, features = ["md5", "aggregate", "hex"] }
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
static-files = "0.2"