diff --git a/Cargo.lock b/Cargo.lock index 36b8481d..9691e653 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "svanill-vault-server" -version = "0.6.1" +version = "0.6.2" dependencies = [ "actix-cors", "actix-http", diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 7afc6068..eb300ff3 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "svanill-vault-server" description = "svanill-vault, the server" -version = "0.6.1" +version = "0.6.2" authors = ["Riccardo Attilio Galli "] repository = "https://github.com/svanill/svanill-vault-server" edition = "2021"