diff --git a/Cargo.toml b/Cargo.toml index 14f5a93..2b3a105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.20" +version = "0.1.22" [workspace.dependencies] -switchgear-pingora = { version = "0.1.20", path = "pingora" } -switchgear-service = { version = "0.1.20", path = "service" } -switchgear-migration = { version = "0.1.20", path = "migration" } -switchgear-testing = { version = "0.1.20", path = "testing" } +switchgear-pingora = { version = "0.1.22", path = "pingora" } +switchgear-service = { version = "0.1.22", path = "service" } +switchgear-migration = { version = "0.1.22", path = "migration" } +switchgear-testing = { version = "0.1.22", path = "testing" } [profile.release]