Scott Lamb 16825537b9 upgrade rusqlite, linked-hash-map/hashlink
With Rust 1.48.0, I was getting panics like "attempted to leave type
`linked_hash_map::Node<std::string::String,
raw_statement::RawStatement>` uninitialized, which is invalid". Looks
like this is due to a bug in linked-hash-map 0.5.2, fixed with 0.5.3.

Along the way, I see that rusqlite no longer uses this crate; it
switched to hashlink. Upgrade rusqlite and match that change for my own
use (video index LRU cache).

I'm still pulling in linked-hash-map via serde_yaml. I didn't even
realize I was using serde_yaml, but libpasta wants it. Seems a little
silly to me but that's something I might explore another day.
2020-11-22 17:37:55 -08:00
..
2020-03-01 22:53:41 -08:00
2020-04-17 21:53:37 -07:00
2020-04-19 22:19:57 -07:00
2020-03-01 22:53:41 -08:00
2020-03-01 22:53:41 -08:00
2020-04-17 21:53:37 -07:00
2020-03-01 22:53:41 -08:00
2020-03-01 22:53:41 -08:00
2020-04-17 21:53:52 -07:00
2020-03-01 22:53:41 -08:00
2020-03-01 22:53:41 -08:00