diff --git a/Cargo.lock b/Cargo.lock index 1da2872..af5fb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.5.0" +version = "2.6.0" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2460b69..4a8c4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.5.0" +version = "2.6.0" authors = [ "Sunshine ", "Mahdi Robatipoor ", @@ -39,4 +39,4 @@ default-features = false features = ["default-tls", "blocking", "gzip"] [dev-dependencies] -assert_cmd = "1.0.4" +assert_cmd = "1.0.5"