diff --git a/Cargo.lock b/Cargo.lock index af91807..0154bb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,6 +11,6 @@ dependencies = [ [[package]] name = "sysexits" -version = "0.7.14" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b86c78a4dc8f92a6c34c96eea37290389c40fe3ffe8a4dd9898cf8a1f14282" +checksum = "aaeada5433f30b34f25f70784cfc22b05d06a32eaa7e598b1433ecffb27e9499" diff --git a/Cargo.toml b/Cargo.toml index 67068d6..68abaeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [dependencies] -sysexits = "0.7.13" +sysexits = "0.8.0" [package] authors = ["Kevin Matthes "]