From fc124bd81da53ead74921d12e9bc460445373bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:04:23 -0500 Subject: [PATCH] [chore(cargo)](deps): Bump libsqlite3-sys from 0.26.0 to 0.27.0 (#471) Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.26.0 to 0.27.0.
Release notes

Sourced from libsqlite3-sys's releases.

0.27.0

What's Changed

Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libsqlite3-sys&package-manager=cargo&previous-version=0.26.0&new-version=0.27.0)](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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- homestar-core/Cargo.toml | 2 +- homestar-runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c577b40..dc96663f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3933,9 +3933,9 @@ dependencies = [ [[package]] name = "libsqlite3-sys" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" +checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" dependencies = [ "cc", "pkg-config", diff --git a/homestar-core/Cargo.toml b/homestar-core/Cargo.toml index 31204600..b6aa9320 100644 --- a/homestar-core/Cargo.toml +++ b/homestar-core/Cargo.toml @@ -32,7 +32,7 @@ generic-array = { version = "1.0", default-features = false, features = [ ] } indexmap = { version = "2.1", default-features = false } libipld = { workspace = true } -libsqlite3-sys = { version = "0.26", default-features = false, features = [ +libsqlite3-sys = { version = "0.27", default-features = false, features = [ "bundled", ] } once_cell = { version = "1.18", default-features = false, optional = true } diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index 2df604f4..77cce83e 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -107,7 +107,7 @@ libp2p = { version = "0.52", default-features = false, features = [ "yamux", "serde", ] } -libsqlite3-sys = { version = "0.26", default-features = false, features = [ +libsqlite3-sys = { version = "0.27", default-features = false, features = [ "bundled", ] } maplit = "1.0"