update rusqlite and revert minimal version change

This commit is contained in:
Trinity Pointard 2021-12-09 11:51:39 +01:00
parent d0b217d1a5
commit 7dd1a20d42
3 changed files with 4 additions and 5 deletions

View File

@ -52,8 +52,7 @@ rust-nightly:
minimal-versions:
stage: test
# TODO: REVERT TO 1.53 once arti#257 is solved.
image: rust:1.56
image: rust:1.53
script:
- rustup install nightly
- cargo +nightly update -Z minimal-versions

4
Cargo.lock generated
View File

@ -2038,9 +2038,9 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.26.1"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7"
checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7"
dependencies = [
"bitflags",
"fallible-iterator",

View File

@ -41,7 +41,7 @@ tracing = "0.1.26"
memmap2 = { version = "0.5.0", optional = true }
postage = { version="0.4.1", default-features=false, features=["futures-traits"] }
rand = "0.8.3"
rusqlite = { version = "0.26.0", features = ["time"] }
rusqlite = { version = "0.26.3", features = ["time"] }
serde = { version = "1.0.124", features = ["derive"] }
signature = "1.3.1"
thiserror = "1.0.24"