From 15edf5e5c902711c1ef8aa0e0cdb81efb6d18ed4 Mon Sep 17 00:00:00 2001 From: ad hoc Date: Wed, 26 Jul 2023 10:22:14 +0200 Subject: [PATCH] bump sqld to 0.17.1 (#550) --- Cargo.lock | 6 +++--- sqld/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5a63a5e..88a7a57f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,7 +2352,7 @@ dependencies = [ [[package]] name = "libsqlite3-sys" version = "0.26.0" -source = "git+https://github.com/psarna/rusqlite?rev=3d2fc88a1#3d2fc88a153270855cb153074b99064f1e7c80f1" +source = "git+https://github.com/psarna/rusqlite?rev=477264453b#477264453b3a254bce04ad9b27c4777eee73467c" dependencies = [ "bindgen", "cc", @@ -3289,7 +3289,7 @@ dependencies = [ [[package]] name = "rusqlite" version = "0.29.0" -source = "git+https://github.com/psarna/rusqlite?rev=3d2fc88a1#3d2fc88a153270855cb153074b99064f1e7c80f1" +source = "git+https://github.com/psarna/rusqlite?rev=477264453b#477264453b3a254bce04ad9b27c4777eee73467c" dependencies = [ "bitflags 2.3.3", "fallible-iterator", @@ -3692,7 +3692,7 @@ dependencies = [ [[package]] name = "sqld" -version = "0.17.0" +version = "0.17.1" dependencies = [ "anyhow", "arbitrary", diff --git a/sqld/Cargo.toml b/sqld/Cargo.toml index bd8c5cce..ef7255cb 100644 --- a/sqld/Cargo.toml +++ b/sqld/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqld" -version = "0.17.0" +version = "0.17.1" edition = "2021" default-run = "sqld"