diff --git a/Cargo.lock b/Cargo.lock index 930fd43..840a473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hazedumper" -version = "2.4.3" +version = "2.4.4" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2bb6342..7f3783d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hazedumper" -version = "2.4.3" +version = "2.4.4" authors = ["frk "] build = "build.rs" edition = "2018"