update deps

The immediate motivation is that Cargo.lock referred to a commit version
in a PR branch of my nix fork that no longer exists. (I didn't know, but
it makes sense, that "git push -f" not only forcibly updates the branch
to refer to a new commit but also gets rid of orphaned commits.) Use a
moonfire branch that I'll keep stable until I'm ready to move on.

I also updated parking_lot and rusqlite to new major versions (nothing
in the interface that I care about has changed) and did a full cargo
update.
This commit is contained in:
Scott Lamb
2019-07-17 14:32:09 -07:00
parent e52e725958
commit 18c693fa46
7 changed files with 453 additions and 438 deletions

View File

@@ -15,5 +15,5 @@ path = "lib.rs"
failure = "0.1.1"
libc = "0.2"
log = "0.4"
parking_lot = { version = "0.8", features = [] }
parking_lot = { version = "0.9", features = [] }
time = "0.1"