mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
bump up 'rusqlite' to fix failing test (#582)
Fixes failing test code in 'database/sqlite/insert_select.md'
This commit is contained in:
parent
698f70786a
commit
579572e030
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ rayon = "1.0"
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
reqwest = "0.9"
|
reqwest = "0.9"
|
||||||
ring = "0.16.11"
|
ring = "0.16.11"
|
||||||
rusqlite = { version = "0.16", features = ["chrono"] }
|
rusqlite = { version = "0.22", features = ["chrono"] }
|
||||||
same-file = "1.0"
|
same-file = "1.0"
|
||||||
select = "0.4"
|
select = "0.4"
|
||||||
semver = "0.9"
|
semver = "0.9"
|
||||||
|
|
Loading…
Reference in a new issue