diff --git a/Cargo.lock b/Cargo.lock index 2d74f01..a26bb01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,7 +1007,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingrep" -version = "24.10.0" +version = "24.10.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 3ab8c67..8a22f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingrep" -version = "24.10.0" +version = "24.10.1" edition = "2021" license = "BSD-2-Clause-Patent" repository = "https://github.com/zoni/pingrep/"