diff --git a/Cargo.lock b/Cargo.lock index f01dfab..2b944b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,7 +1295,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingrep" -version = "25.1.0" +version = "25.1.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 7653e8e..1e55404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingrep" -version = "25.1.0" +version = "25.1.1" edition = "2021" license = "BSD-2-Clause-Patent" repository = "https://github.com/zoni/pingrep/"