diff --git a/Cargo.lock b/Cargo.lock index 4cd06061d..f65d3c8f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "defguard" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 37a3dd01b..e339fca50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard" -version = "1.2.1" +version = "1.2.2" edition = "2021" license-file = "LICENSE.md" homepage = "https://defguard.net/"