[niepce] Update rusqlite to 0.27
- From: Hubert Figuière <hub src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [niepce] Update rusqlite to 0.27
- Date: Thu, 17 Mar 2022 02:50:34 +0000 (UTC)
commit a4f7ab5b6a4383b19258eab2945df387ec645b74
Author: Hubert Figuière <hub figuiere net>
Date: Tue Mar 15 00:39:20 2022 -0400
Update rusqlite to 0.27
Cargo.lock | 8 ++++----
crates/npc-engine/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index ecb7fa3..f72fc00 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -616,9 +616,9 @@ dependencies = [
[[package]]
name = "libsqlite3-sys"
-version = "0.22.2"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
+checksum = "cb644c388dfaefa18035c12614156d285364769e818893da0dda9030c80ad2ba"
dependencies = [
"pkg-config",
"vcpkg",
@@ -900,9 +900,9 @@ dependencies = [
[[package]]
name = "rusqlite"
-version = "0.25.4"
+version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c4b1eaf239b47034fb450ee9cdedd7d0226571689d8823030c4b6c2cb407152"
+checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
dependencies = [
"bitflags",
"fallible-iterator",
diff --git a/crates/npc-engine/Cargo.toml b/crates/npc-engine/Cargo.toml
index 86c1f48..527d9f2 100644
--- a/crates/npc-engine/Cargo.toml
+++ b/crates/npc-engine/Cargo.toml
@@ -17,7 +17,7 @@ glib = "*"
lazy_static = "^1.2.0"
libc = "0.2.39"
maplit = "1.0.2"
-rusqlite = { version = "0.25.3", features = ["functions"] }
+rusqlite = { version = "0.27.0", features = ["functions"] }
npc-fwk = { path = "../npc-fwk" }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]