dependabot[bot]
4aa70567b8
Update rusqlite requirement from ~0.25 to ~0.26
...
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite ) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: rusqlite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 21:22:11 +00:00
Mark Watts
1500d4348c
add blobs via #bytes to edn
2021-08-22 17:41:50 -04:00
Mark Watts
15df38fc8f
update rusqlite - all tests pass - some warnings
2021-07-02 20:29:41 -04:00
324929a02a
Update all uses of rusqlite to 0.24
2020-08-24 16:41:17 -04:00
5899bf8624
Minor version adjustments and fixes.
2020-05-25 10:51:22 -04:00
bf1ac14d32
Update dependency versions. Fix minor warnings.
2020-05-12 10:21:51 -04:00
b428579865
Update dependencies, Rust version 1.44.0-nightly and fix warnings.
2020-04-23 12:23:12 -04:00
b41bcf40f3
Cleanup.
2020-02-10 10:46:48 -05:00
Greg Burd
4f81c4e15b
Attempting to cleanup with clippy, rustfmt, etc.
...
Integrate https://github.com/mozilla/mentat/pull/806
2020-01-31 10:55:45 -05:00
Greg Burd
60c65033b2
Specify dependency versions without patch component unless necessary.
2020-01-23 11:15:49 -05:00
Greg Burd
b2f92b8461
Update to 2018 edition of Rust (1.42). Fix and format code. Update dependencies. Fix tests.
2020-01-16 10:58:21 -05:00
Conrad Dean
c2122a210c
fix compiler warnings
2019-07-23 10:38:59 -04:00
Conrad Dean
3d965fdf6e
try fixing build by upgrading rusqlite to 0.19
2019-07-17 10:59:38 -04:00
Grisha Kruglov
b8b2aef181
Pre: Split a Db error for clarity
...
error_chain stack limitations no longer apply, so let's have better errors!
2018-08-20 18:23:46 -07:00
Grisha Kruglov
9e8292e68b
Allow 'sqlcipher' feature for all uses of rusqlite
...
This also patches our CI test script to only run "--feature sqlcipher"
tests on sub-crates which expose this feature (i.e. themselves rely on rusqlite).
2018-08-20 16:55:34 -07:00
Grisha Kruglov
1e488d720b
Post: Use a single implementation of bail macro
2018-08-09 13:16:05 -07:00
Grisha Kruglov
cebb85a7fe
Pre: Move db/errors.rs into db_traits
2018-08-09 13:16:05 -07:00