diff --git a/Cargo.lock b/Cargo.lock index a6005fe..28f97c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,7 +1277,7 @@ dependencies = [ [[package]] name = "nora-registry" -version = "0.2.32" +version = "0.2.33" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3b23f89..b234cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.2.32" +version = "0.2.33" edition = "2021" license = "MIT" authors = ["DevITWay "]