aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-29update tokioTimothy DeHerrera1-13/+11
2021-01-26changed: remove 2015-style extern crateBernardo Meurer1-1/+3
2020-12-30Modify activation logic to keep SSH connection alive for magic-rollback and ↵notgne21-2/+13
avoid forking or disconnecting std{out,err}
2020-12-27Replace logger, add more logging options including filesnotgne21-39/+69
2020-12-15Update tokio & pull in notify, instead of inotifyAndreas Fuchs1-106/+270
The notify crate is cross-platform, and the newer tokio has some bug fixes. Let's use those.
2020-12-15Debump the smol_str version to 0.1.16 to build on rust 1.45.2 (#28)Andreas Fuchs1-2/+3
* Debump the smol_str version to 0.1.16 to build on rust 1.45.2 Rust 1.45.2 is what ships in the 20.09 release, and smol_str 0.1.17 is incompatible with it. * Clarify version bounds on the smol_str dependency
2020-11-29Use crude Nix parsing for parsing the flake pathnotgne21-0/+56
2020-11-22Partially add deployment confirmation utilities (for #4)notgne21-0/+17
2020-10-29Make all the errors work correctly (I am so so sorry)notgne21-0/+21
2020-10-13Auto rollback if deployment is not confirmednotgne21-8/+124