diff --git a/Cargo.lock b/Cargo.lock index 55215fdd..f1fcc452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3058,7 +3058,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.29.25" +version = "0.29.26" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 4a9a3a2a..b14651d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.29.25" +version = "0.29.26" publish = false edition = "2021" authors = ["Chris Smith "]