diff --git a/Cargo.lock b/Cargo.lock index 026919f..180c4d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.17.2" +version = "0.17.3" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index af81b2a..034c7fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.17.2" +version = "0.17.3" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"