From 6ba956d59d7b6916d002d85e74fdaf973fa49509 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 14 Jun 2024 15:40:01 -0700 Subject: [PATCH] chore: add sqlx max connection timeout jitter --- lib/pools/Cargo.toml | 3 ++- svc/pkg/build/ops/create/Cargo.toml | 3 ++- svc/pkg/build/ops/get/Cargo.toml | 3 ++- svc/pkg/build/ops/list-for-game/Cargo.toml | 3 ++- svc/pkg/build/standalone/default-create/Cargo.toml | 3 ++- svc/pkg/captcha/ops/request/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-auth-user-remove/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-auth-user-update/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-domain-create/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-domain-remove/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-get/Cargo.toml | 3 ++- svc/pkg/cdn/ops/namespace-resolve-domain/Cargo.toml | 3 ++- svc/pkg/cdn/ops/ns-auth-type-set/Cargo.toml | 3 ++- svc/pkg/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml | 3 ++- svc/pkg/cdn/ops/site-create/Cargo.toml | 3 ++- svc/pkg/cdn/ops/site-get/Cargo.toml | 3 ++- svc/pkg/cdn/ops/site-list-for-game/Cargo.toml | 3 ++- svc/pkg/cdn/ops/version-get/Cargo.toml | 3 ++- svc/pkg/cdn/ops/version-publish/Cargo.toml | 3 ++- svc/pkg/cf-custom-hostname/ops/get/Cargo.toml | 3 ++- .../cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml | 3 ++- svc/pkg/cf-custom-hostname/ops/resolve-hostname/Cargo.toml | 3 ++- svc/pkg/cloud/ops/game-config-create/Cargo.toml | 3 ++- svc/pkg/cloud/ops/game-config-get/Cargo.toml | 3 ++- svc/pkg/cloud/ops/game-token-create/Cargo.toml | 3 ++- svc/pkg/cloud/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/cloud/ops/namespace-get/Cargo.toml | 3 ++- .../cloud/ops/namespace-token-development-create/Cargo.toml | 3 ++- svc/pkg/cloud/ops/namespace-token-public-create/Cargo.toml | 3 ++- svc/pkg/cloud/ops/version-get/Cargo.toml | 3 ++- svc/pkg/cloud/ops/version-publish/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-list/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-location-get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-resolve-for-name-id/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-tls-get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/datacenter-topology-get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/get-for-game/Cargo.toml | 3 ++- svc/pkg/cluster/ops/get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/list/Cargo.toml | 3 ++- svc/pkg/cluster/ops/resolve-for-name-id/Cargo.toml | 3 ++- svc/pkg/cluster/ops/server-destroy-with-filter/Cargo.toml | 3 ++- svc/pkg/cluster/ops/server-get/Cargo.toml | 3 ++- svc/pkg/cluster/ops/server-list/Cargo.toml | 3 ++- svc/pkg/cluster/ops/server-resolve-for-ip/Cargo.toml | 3 ++- svc/pkg/cluster/standalone/datacenter-tls-renew/Cargo.toml | 3 ++- svc/pkg/cluster/standalone/gc/Cargo.toml | 3 ++- svc/pkg/cluster/standalone/metrics-publish/Cargo.toml | 3 ++- svc/pkg/cluster/worker/Cargo.toml | 3 ++- svc/pkg/custom-user-avatar/ops/list-for-game/Cargo.toml | 3 ++- svc/pkg/custom-user-avatar/ops/upload-complete/Cargo.toml | 3 ++- svc/pkg/debug/ops/email-res/Cargo.toml | 3 ++- svc/pkg/email-verification/ops/complete/Cargo.toml | 3 ++- svc/pkg/email-verification/ops/create/Cargo.toml | 3 ++- svc/pkg/external/ops/request-validate/Cargo.toml | 3 ++- svc/pkg/faker/ops/region/Cargo.toml | 3 ++- svc/pkg/game-user/ops/create/Cargo.toml | 3 ++- svc/pkg/game-user/ops/get/Cargo.toml | 3 ++- svc/pkg/game-user/ops/link-create/Cargo.toml | 3 ++- svc/pkg/game-user/ops/link-get/Cargo.toml | 3 ++- svc/pkg/game-user/ops/list-for-user/Cargo.toml | 3 ++- svc/pkg/game-user/ops/recent-session-list/Cargo.toml | 3 ++- svc/pkg/game-user/worker/Cargo.toml | 3 ++- svc/pkg/game/ops/banner-upload-complete/Cargo.toml | 3 ++- svc/pkg/game/ops/create/Cargo.toml | 3 ++- svc/pkg/game/ops/get/Cargo.toml | 3 ++- svc/pkg/game/ops/list-all/Cargo.toml | 3 ++- svc/pkg/game/ops/list-for-team/Cargo.toml | 3 ++- svc/pkg/game/ops/logo-upload-complete/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-get/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-list/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-resolve-name-id/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-version-history-list/Cargo.toml | 3 ++- svc/pkg/game/ops/namespace-version-set/Cargo.toml | 3 ++- svc/pkg/game/ops/recommend/Cargo.toml | 3 ++- svc/pkg/game/ops/resolve-name-id/Cargo.toml | 3 ++- svc/pkg/game/ops/resolve-namespace-id/Cargo.toml | 3 ++- svc/pkg/game/ops/version-create/Cargo.toml | 3 ++- svc/pkg/game/ops/version-get/Cargo.toml | 3 ++- svc/pkg/game/ops/version-list/Cargo.toml | 3 ++- svc/pkg/identity-config/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/identity-config/ops/namespace-get/Cargo.toml | 3 ++- svc/pkg/identity-config/ops/version-get/Cargo.toml | 3 ++- svc/pkg/identity-config/ops/version-publish/Cargo.toml | 3 ++- svc/pkg/ip/ops/info/Cargo.toml | 3 ++- svc/pkg/job-run/ops/get/Cargo.toml | 3 ++- svc/pkg/job-run/worker/Cargo.toml | 3 ++- svc/pkg/job/standalone/gc/Cargo.toml | 3 ++- svc/pkg/kv-config/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/kv-config/ops/namespace-get/Cargo.toml | 3 ++- svc/pkg/kv-config/ops/version-get/Cargo.toml | 3 ++- svc/pkg/kv-config/ops/version-publish/Cargo.toml | 3 ++- svc/pkg/kv/ops/get/Cargo.toml | 3 ++- svc/pkg/linode/ops/instance-type-get/Cargo.toml | 3 ++- svc/pkg/linode/ops/server-destroy/Cargo.toml | 3 ++- svc/pkg/linode/ops/server-provision/Cargo.toml | 3 ++- svc/pkg/linode/standalone/gc/Cargo.toml | 3 ++- svc/pkg/linode/worker/Cargo.toml | 3 ++- svc/pkg/load-test/standalone/sqlx/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/game-get/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/game-upsert/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/lobby-group-get/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/lobby-group-resolve-version/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/namespace-config-set/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/namespace-create/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/namespace-get/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/version-get/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/version-prepare/Cargo.toml | 3 ++- svc/pkg/mm-config/ops/version-publish/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-for-run-id/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-get/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-history/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-idle-update/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-list-for-namespace/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-list-for-user-id/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-player-count/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-runtime-aggregate/Cargo.toml | 3 ++- svc/pkg/mm/ops/lobby-state-get/Cargo.toml | 3 ++- svc/pkg/mm/ops/player-count-for-namespace/Cargo.toml | 3 ++- svc/pkg/mm/ops/player-get/Cargo.toml | 3 ++- svc/pkg/mm/standalone/gc/Cargo.toml | 3 ++- svc/pkg/mm/worker/Cargo.toml | 3 ++- svc/pkg/region/ops/get/Cargo.toml | 3 ++- svc/pkg/region/ops/list-for-game/Cargo.toml | 3 ++- svc/pkg/region/ops/list/Cargo.toml | 3 ++- svc/pkg/region/ops/recommend/Cargo.toml | 3 ++- svc/pkg/region/ops/resolve-for-game/Cargo.toml | 3 ++- svc/pkg/region/ops/resolve/Cargo.toml | 3 ++- svc/pkg/team-invite/ops/get/Cargo.toml | 3 ++- svc/pkg/team-invite/worker/Cargo.toml | 3 ++- svc/pkg/team/ops/avatar-upload-complete/Cargo.toml | 3 ++- svc/pkg/team/ops/get/Cargo.toml | 3 ++- svc/pkg/team/ops/join-request-list/Cargo.toml | 3 ++- svc/pkg/team/ops/member-count/Cargo.toml | 3 ++- svc/pkg/team/ops/member-get/Cargo.toml | 3 ++- svc/pkg/team/ops/member-list/Cargo.toml | 3 ++- svc/pkg/team/ops/member-relationship-get/Cargo.toml | 3 ++- svc/pkg/team/ops/profile-validate/Cargo.toml | 3 ++- svc/pkg/team/ops/recommend/Cargo.toml | 3 ++- svc/pkg/team/ops/resolve-display-name/Cargo.toml | 3 ++- svc/pkg/team/ops/search/Cargo.toml | 3 ++- svc/pkg/team/ops/user-ban-get/Cargo.toml | 3 ++- svc/pkg/team/ops/user-ban-list/Cargo.toml | 3 ++- svc/pkg/telemetry/standalone/beacon/Cargo.toml | 3 ++- svc/pkg/token/ops/create/Cargo.toml | 3 ++- svc/pkg/token/ops/exchange/Cargo.toml | 3 ++- svc/pkg/token/ops/get/Cargo.toml | 3 ++- svc/pkg/token/ops/revoke/Cargo.toml | 3 ++- svc/pkg/upload/ops/complete/Cargo.toml | 3 ++- svc/pkg/upload/ops/file-list/Cargo.toml | 3 ++- svc/pkg/upload/ops/get/Cargo.toml | 3 ++- svc/pkg/upload/ops/list-for-user/Cargo.toml | 3 ++- svc/pkg/upload/ops/prepare/Cargo.toml | 3 ++- svc/pkg/upload/standalone/provider-fill/Cargo.toml | 3 ++- svc/pkg/upload/worker/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/count/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/get/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/list/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/relationship-get/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/request-list/Cargo.toml | 3 ++- svc/pkg/user-follow/ops/toggle/Cargo.toml | 3 ++- svc/pkg/user-identity/ops/delete/Cargo.toml | 3 ++- svc/pkg/user-identity/ops/get/Cargo.toml | 3 ++- svc/pkg/user-presence/worker/Cargo.toml | 3 ++- svc/pkg/user/ops/avatar-upload-complete/Cargo.toml | 3 ++- svc/pkg/user/ops/get/Cargo.toml | 3 ++- svc/pkg/user/ops/mutual-friend-list/Cargo.toml | 3 ++- svc/pkg/user/ops/pending-delete-toggle/Cargo.toml | 3 ++- svc/pkg/user/ops/profile-validate/Cargo.toml | 3 ++- svc/pkg/user/ops/resolve-access-token/Cargo.toml | 3 ++- svc/pkg/user/ops/resolve-email/Cargo.toml | 3 ++- svc/pkg/user/ops/search/Cargo.toml | 3 ++- svc/pkg/user/ops/team-list/Cargo.toml | 3 ++- svc/pkg/user/ops/token-create/Cargo.toml | 3 ++- svc/templates/operation/Cargo.toml | 3 ++- 178 files changed, 356 insertions(+), 178 deletions(-) diff --git a/lib/pools/Cargo.toml b/lib/pools/Cargo.toml index ac64d1541..001c18627 100644 --- a/lib/pools/Cargo.toml +++ b/lib/pools/Cargo.toml @@ -23,7 +23,8 @@ governor = "0.6" url = "2.5.0" [dependencies.sqlx] -version = "0.7.1" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false features = [ "runtime-tokio", diff --git a/svc/pkg/build/ops/create/Cargo.toml b/svc/pkg/build/ops/create/Cargo.toml index e87e2efa8..a5c41bac0 100644 --- a/svc/pkg/build/ops/create/Cargo.toml +++ b/svc/pkg/build/ops/create/Cargo.toml @@ -15,7 +15,8 @@ game-get = { path = "../../../game/ops/get" } upload-prepare = { path = "../../../upload/ops/prepare" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/build/ops/get/Cargo.toml b/svc/pkg/build/ops/get/Cargo.toml index cf364beec..b5fb8f442 100644 --- a/svc/pkg/build/ops/get/Cargo.toml +++ b/svc/pkg/build/ops/get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/build/ops/list-for-game/Cargo.toml b/svc/pkg/build/ops/list-for-game/Cargo.toml index eecc9f05d..eb5d06456 100644 --- a/svc/pkg/build/ops/list-for-game/Cargo.toml +++ b/svc/pkg/build/ops/list-for-game/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/build/standalone/default-create/Cargo.toml b/svc/pkg/build/standalone/default-create/Cargo.toml index b898c9dca..5056808a1 100644 --- a/svc/pkg/build/standalone/default-create/Cargo.toml +++ b/svc/pkg/build/standalone/default-create/Cargo.toml @@ -27,7 +27,8 @@ upload-complete = { path = "../../../upload/ops/complete" } upload-prepare = { path = "../../../upload/ops/prepare" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/captcha/ops/request/Cargo.toml b/svc/pkg/captcha/ops/request/Cargo.toml index 49f00ab65..b362357ae 100644 --- a/svc/pkg/captcha/ops/request/Cargo.toml +++ b/svc/pkg/captcha/ops/request/Cargo.toml @@ -13,7 +13,8 @@ chrono = "0.4" util-captcha = { package = "rivet-util-captcha", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-auth-user-remove/Cargo.toml b/svc/pkg/cdn/ops/namespace-auth-user-remove/Cargo.toml index 672fa707c..552641e0f 100644 --- a/svc/pkg/cdn/ops/namespace-auth-user-remove/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-auth-user-remove/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-auth-user-update/Cargo.toml b/svc/pkg/cdn/ops/namespace-auth-user-update/Cargo.toml index 6305303db..b428c89d1 100644 --- a/svc/pkg/cdn/ops/namespace-auth-user-update/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-auth-user-update/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-create/Cargo.toml b/svc/pkg/cdn/ops/namespace-create/Cargo.toml index 9a9bc742a..a7757a4c3 100644 --- a/svc/pkg/cdn/ops/namespace-create/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-create/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-domain-create/Cargo.toml b/svc/pkg/cdn/ops/namespace-domain-create/Cargo.toml index 3554b6275..7d03760d0 100644 --- a/svc/pkg/cdn/ops/namespace-domain-create/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-domain-create/Cargo.toml @@ -14,7 +14,8 @@ game-get = { path = "../../../game/ops/get" } game-resolve-namespace-id = { path = "../../../game/ops/resolve-namespace-id" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-domain-remove/Cargo.toml b/svc/pkg/cdn/ops/namespace-domain-remove/Cargo.toml index 2b90bc22a..198cd57d0 100644 --- a/svc/pkg/cdn/ops/namespace-domain-remove/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-domain-remove/Cargo.toml @@ -14,7 +14,8 @@ game-get = { path = "../../../game/ops/get" } game-resolve-namespace-id = { path = "../../../game/ops/resolve-namespace-id" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-get/Cargo.toml b/svc/pkg/cdn/ops/namespace-get/Cargo.toml index eea4061a7..a23424ad3 100644 --- a/svc/pkg/cdn/ops/namespace-get/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/namespace-resolve-domain/Cargo.toml b/svc/pkg/cdn/ops/namespace-resolve-domain/Cargo.toml index 832f8f728..0d0b6e554 100644 --- a/svc/pkg/cdn/ops/namespace-resolve-domain/Cargo.toml +++ b/svc/pkg/cdn/ops/namespace-resolve-domain/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/ns-auth-type-set/Cargo.toml b/svc/pkg/cdn/ops/ns-auth-type-set/Cargo.toml index ffda4d9a9..da206924d 100644 --- a/svc/pkg/cdn/ops/ns-auth-type-set/Cargo.toml +++ b/svc/pkg/cdn/ops/ns-auth-type-set/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml b/svc/pkg/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml index e8f9f69d8..181652327 100644 --- a/svc/pkg/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml +++ b/svc/pkg/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/site-create/Cargo.toml b/svc/pkg/cdn/ops/site-create/Cargo.toml index 137568114..b5c3f7d2c 100644 --- a/svc/pkg/cdn/ops/site-create/Cargo.toml +++ b/svc/pkg/cdn/ops/site-create/Cargo.toml @@ -14,7 +14,8 @@ game-get = { path = "../../../game/ops/get" } upload-prepare = { path = "../../../upload/ops/prepare" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/site-get/Cargo.toml b/svc/pkg/cdn/ops/site-get/Cargo.toml index 78ea56136..f5df41f11 100644 --- a/svc/pkg/cdn/ops/site-get/Cargo.toml +++ b/svc/pkg/cdn/ops/site-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/site-list-for-game/Cargo.toml b/svc/pkg/cdn/ops/site-list-for-game/Cargo.toml index aa7ef5eee..30c318ac4 100644 --- a/svc/pkg/cdn/ops/site-list-for-game/Cargo.toml +++ b/svc/pkg/cdn/ops/site-list-for-game/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/version-get/Cargo.toml b/svc/pkg/cdn/ops/version-get/Cargo.toml index d235c4398..a62cbb924 100644 --- a/svc/pkg/cdn/ops/version-get/Cargo.toml +++ b/svc/pkg/cdn/ops/version-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cdn/ops/version-publish/Cargo.toml b/svc/pkg/cdn/ops/version-publish/Cargo.toml index c120c26d5..f0a90b761 100644 --- a/svc/pkg/cdn/ops/version-publish/Cargo.toml +++ b/svc/pkg/cdn/ops/version-publish/Cargo.toml @@ -13,7 +13,8 @@ unzip-n = "0.1.2" itertools = "0.10.5" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cf-custom-hostname/ops/get/Cargo.toml b/svc/pkg/cf-custom-hostname/ops/get/Cargo.toml index 92ff394c8..c653162e0 100644 --- a/svc/pkg/cf-custom-hostname/ops/get/Cargo.toml +++ b/svc/pkg/cf-custom-hostname/ops/get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml b/svc/pkg/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml index ff57605bb..f1243eda7 100644 --- a/svc/pkg/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml +++ b/svc/pkg/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cf-custom-hostname/ops/resolve-hostname/Cargo.toml b/svc/pkg/cf-custom-hostname/ops/resolve-hostname/Cargo.toml index 357e40d5e..3cc439a0f 100644 --- a/svc/pkg/cf-custom-hostname/ops/resolve-hostname/Cargo.toml +++ b/svc/pkg/cf-custom-hostname/ops/resolve-hostname/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/game-config-create/Cargo.toml b/svc/pkg/cloud/ops/game-config-create/Cargo.toml index 218ead96b..e83325ffb 100644 --- a/svc/pkg/cloud/ops/game-config-create/Cargo.toml +++ b/svc/pkg/cloud/ops/game-config-create/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/game-config-get/Cargo.toml b/svc/pkg/cloud/ops/game-config-get/Cargo.toml index 713ca66cd..9d947be67 100644 --- a/svc/pkg/cloud/ops/game-config-get/Cargo.toml +++ b/svc/pkg/cloud/ops/game-config-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/game-token-create/Cargo.toml b/svc/pkg/cloud/ops/game-token-create/Cargo.toml index dabb61f94..a0baaa25d 100644 --- a/svc/pkg/cloud/ops/game-token-create/Cargo.toml +++ b/svc/pkg/cloud/ops/game-token-create/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/namespace-create/Cargo.toml b/svc/pkg/cloud/ops/namespace-create/Cargo.toml index 51266591d..d31994b1e 100644 --- a/svc/pkg/cloud/ops/namespace-create/Cargo.toml +++ b/svc/pkg/cloud/ops/namespace-create/Cargo.toml @@ -18,7 +18,8 @@ kv-config-namespace-create = { path = "../../../kv-config/ops/namespace-create" identity-config-namespace-create = { path = "../../../identity-config/ops/namespace-create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/namespace-get/Cargo.toml b/svc/pkg/cloud/ops/namespace-get/Cargo.toml index be55789f3..4243f4340 100644 --- a/svc/pkg/cloud/ops/namespace-get/Cargo.toml +++ b/svc/pkg/cloud/ops/namespace-get/Cargo.toml @@ -16,7 +16,8 @@ kv-config-namespace-get = { path = "../../../kv-config/ops/namespace-get" } mm-config-namespace-get = { path = "../../../mm-config/ops/namespace-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/namespace-token-development-create/Cargo.toml b/svc/pkg/cloud/ops/namespace-token-development-create/Cargo.toml index 638539350..d26978548 100644 --- a/svc/pkg/cloud/ops/namespace-token-development-create/Cargo.toml +++ b/svc/pkg/cloud/ops/namespace-token-development-create/Cargo.toml @@ -15,7 +15,8 @@ game-token-development-validate = { path = "../../../game/ops/token-development- token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/namespace-token-public-create/Cargo.toml b/svc/pkg/cloud/ops/namespace-token-public-create/Cargo.toml index 843a162ea..e2f45fae0 100644 --- a/svc/pkg/cloud/ops/namespace-token-public-create/Cargo.toml +++ b/svc/pkg/cloud/ops/namespace-token-public-create/Cargo.toml @@ -15,7 +15,8 @@ game-namespace-get = { path = "../../../game/ops/namespace-get" } token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/version-get/Cargo.toml b/svc/pkg/cloud/ops/version-get/Cargo.toml index e12f32645..d8417cfec 100644 --- a/svc/pkg/cloud/ops/version-get/Cargo.toml +++ b/svc/pkg/cloud/ops/version-get/Cargo.toml @@ -17,7 +17,8 @@ kv-config-version-get = { path = "../../../kv-config/ops/version-get" } mm-config-version-get = { path = "../../../mm-config/ops/version-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cloud/ops/version-publish/Cargo.toml b/svc/pkg/cloud/ops/version-publish/Cargo.toml index a588da9d4..186db0350 100644 --- a/svc/pkg/cloud/ops/version-publish/Cargo.toml +++ b/svc/pkg/cloud/ops/version-publish/Cargo.toml @@ -23,7 +23,8 @@ mm-config-version-prepare = { path = "../../../mm-config/ops/version-prepare" } mm-config-version-publish = { path = "../../../mm-config/ops/version-publish" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-get/Cargo.toml b/svc/pkg/cluster/ops/datacenter-get/Cargo.toml index aa7d3bbbb..7e1073ba2 100644 --- a/svc/pkg/cluster/ops/datacenter-get/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-get/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-list/Cargo.toml b/svc/pkg/cluster/ops/datacenter-list/Cargo.toml index 544a88793..9d8912e10 100644 --- a/svc/pkg/cluster/ops/datacenter-list/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-list/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-location-get/Cargo.toml b/svc/pkg/cluster/ops/datacenter-location-get/Cargo.toml index 3a307b255..b8121e63d 100644 --- a/svc/pkg/cluster/ops/datacenter-location-get/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-location-get/Cargo.toml @@ -12,7 +12,8 @@ rivet-operation = { path = "../../../../../lib/operation/core" } ip-info = { path = "../../../ip/ops/info" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-resolve-for-name-id/Cargo.toml b/svc/pkg/cluster/ops/datacenter-resolve-for-name-id/Cargo.toml index 6d2da1328..0ff168c36 100644 --- a/svc/pkg/cluster/ops/datacenter-resolve-for-name-id/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-resolve-for-name-id/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-tls-get/Cargo.toml b/svc/pkg/cluster/ops/datacenter-tls-get/Cargo.toml index 95984526c..9b3cd70b5 100644 --- a/svc/pkg/cluster/ops/datacenter-tls-get/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-tls-get/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/datacenter-topology-get/Cargo.toml b/svc/pkg/cluster/ops/datacenter-topology-get/Cargo.toml index eeba6022b..51d851aa8 100644 --- a/svc/pkg/cluster/ops/datacenter-topology-get/Cargo.toml +++ b/svc/pkg/cluster/ops/datacenter-topology-get/Cargo.toml @@ -17,7 +17,8 @@ git = "https://github.com/rivet-gg/nomad-client" rev = "abb66bf0c30c7ff5b0c695dae952481c33e538b5" # pragma: allowlist secret [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/get-for-game/Cargo.toml b/svc/pkg/cluster/ops/get-for-game/Cargo.toml index 39156e4bc..5ac4fb817 100644 --- a/svc/pkg/cluster/ops/get-for-game/Cargo.toml +++ b/svc/pkg/cluster/ops/get-for-game/Cargo.toml @@ -12,7 +12,8 @@ rivet-operation = { path = "../../../../../lib/operation/core" } util-cluster = { package = "rivet-util-cluster", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/get/Cargo.toml b/svc/pkg/cluster/ops/get/Cargo.toml index b7a9ccd9d..7f62318ae 100644 --- a/svc/pkg/cluster/ops/get/Cargo.toml +++ b/svc/pkg/cluster/ops/get/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/list/Cargo.toml b/svc/pkg/cluster/ops/list/Cargo.toml index 808e11da9..99f578e4a 100644 --- a/svc/pkg/cluster/ops/list/Cargo.toml +++ b/svc/pkg/cluster/ops/list/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/resolve-for-name-id/Cargo.toml b/svc/pkg/cluster/ops/resolve-for-name-id/Cargo.toml index 38b7161a5..2fdac5937 100644 --- a/svc/pkg/cluster/ops/resolve-for-name-id/Cargo.toml +++ b/svc/pkg/cluster/ops/resolve-for-name-id/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/server-destroy-with-filter/Cargo.toml b/svc/pkg/cluster/ops/server-destroy-with-filter/Cargo.toml index 4e4ebfa27..d2e39e60b 100644 --- a/svc/pkg/cluster/ops/server-destroy-with-filter/Cargo.toml +++ b/svc/pkg/cluster/ops/server-destroy-with-filter/Cargo.toml @@ -11,7 +11,8 @@ rivet-operation = { path = "../../../../../lib/operation/core" } cluster-server-list = { path = "../server-list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/server-get/Cargo.toml b/svc/pkg/cluster/ops/server-get/Cargo.toml index 6592b6833..5861543d2 100644 --- a/svc/pkg/cluster/ops/server-get/Cargo.toml +++ b/svc/pkg/cluster/ops/server-get/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false features = [ "ipnetwork" ] diff --git a/svc/pkg/cluster/ops/server-list/Cargo.toml b/svc/pkg/cluster/ops/server-list/Cargo.toml index e7a984a2c..e79c7aabf 100644 --- a/svc/pkg/cluster/ops/server-list/Cargo.toml +++ b/svc/pkg/cluster/ops/server-list/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/ops/server-resolve-for-ip/Cargo.toml b/svc/pkg/cluster/ops/server-resolve-for-ip/Cargo.toml index 5ebcc9c6f..43e8d63f7 100644 --- a/svc/pkg/cluster/ops/server-resolve-for-ip/Cargo.toml +++ b/svc/pkg/cluster/ops/server-resolve-for-ip/Cargo.toml @@ -11,7 +11,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/standalone/datacenter-tls-renew/Cargo.toml b/svc/pkg/cluster/standalone/datacenter-tls-renew/Cargo.toml index be07fbb80..61b2cf47d 100644 --- a/svc/pkg/cluster/standalone/datacenter-tls-renew/Cargo.toml +++ b/svc/pkg/cluster/standalone/datacenter-tls-renew/Cargo.toml @@ -19,7 +19,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f cluster-datacenter-get = { path = "../../ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/standalone/gc/Cargo.toml b/svc/pkg/cluster/standalone/gc/Cargo.toml index 0fb3ee42f..242b1b67f 100644 --- a/svc/pkg/cluster/standalone/gc/Cargo.toml +++ b/svc/pkg/cluster/standalone/gc/Cargo.toml @@ -19,7 +19,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f cluster-datacenter-get = { path = "../../ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/standalone/metrics-publish/Cargo.toml b/svc/pkg/cluster/standalone/metrics-publish/Cargo.toml index 206f7ec62..bc0073f00 100644 --- a/svc/pkg/cluster/standalone/metrics-publish/Cargo.toml +++ b/svc/pkg/cluster/standalone/metrics-publish/Cargo.toml @@ -20,7 +20,8 @@ util-cluster = { package = "rivet-util-cluster", path = "../../util" } cluster-datacenter-get = { path = "../../ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/cluster/worker/Cargo.toml b/svc/pkg/cluster/worker/Cargo.toml index 7b9acb792..7fefd6abd 100644 --- a/svc/pkg/cluster/worker/Cargo.toml +++ b/svc/pkg/cluster/worker/Cargo.toml @@ -43,7 +43,8 @@ git = "https://github.com/rivet-gg/nomad-client" rev = "abb66bf0c30c7ff5b0c695dae952481c33e538b5" # pragma: allowlist secret [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/custom-user-avatar/ops/list-for-game/Cargo.toml b/svc/pkg/custom-user-avatar/ops/list-for-game/Cargo.toml index b4a52b662..21b527836 100644 --- a/svc/pkg/custom-user-avatar/ops/list-for-game/Cargo.toml +++ b/svc/pkg/custom-user-avatar/ops/list-for-game/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/custom-user-avatar/ops/upload-complete/Cargo.toml b/svc/pkg/custom-user-avatar/ops/upload-complete/Cargo.toml index a4a6b24ab..c322cd7aa 100644 --- a/svc/pkg/custom-user-avatar/ops/upload-complete/Cargo.toml +++ b/svc/pkg/custom-user-avatar/ops/upload-complete/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" upload-complete = { path = "../../../upload/ops/complete" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/debug/ops/email-res/Cargo.toml b/svc/pkg/debug/ops/email-res/Cargo.toml index 4aa45411a..40b39e6cf 100644 --- a/svc/pkg/debug/ops/email-res/Cargo.toml +++ b/svc/pkg/debug/ops/email-res/Cargo.toml @@ -13,7 +13,8 @@ rand = "0.8" serde_json = "1.0" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/email-verification/ops/complete/Cargo.toml b/svc/pkg/email-verification/ops/complete/Cargo.toml index 5d1ad22dd..9a12da558 100644 --- a/svc/pkg/email-verification/ops/complete/Cargo.toml +++ b/svc/pkg/email-verification/ops/complete/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/email-verification/ops/create/Cargo.toml b/svc/pkg/email-verification/ops/create/Cargo.toml index 84bc0bc4b..cce8205cf 100644 --- a/svc/pkg/email-verification/ops/create/Cargo.toml +++ b/svc/pkg/email-verification/ops/create/Cargo.toml @@ -18,7 +18,8 @@ email-send = { path = "../../../email/ops/send" } game-get = { path = "../../../game/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/external/ops/request-validate/Cargo.toml b/svc/pkg/external/ops/request-validate/Cargo.toml index 54da91c39..ec0ff0b75 100644 --- a/svc/pkg/external/ops/request-validate/Cargo.toml +++ b/svc/pkg/external/ops/request-validate/Cargo.toml @@ -16,7 +16,8 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/faker/ops/region/Cargo.toml b/svc/pkg/faker/ops/region/Cargo.toml index 0ae439a4a..3490e3f14 100644 --- a/svc/pkg/faker/ops/region/Cargo.toml +++ b/svc/pkg/faker/ops/region/Cargo.toml @@ -14,7 +14,8 @@ region-get = { path = "../../../region/ops/get" } region-list = { path = "../../../region/ops/list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/create/Cargo.toml b/svc/pkg/game-user/ops/create/Cargo.toml index 3f696e790..6a451fcb4 100644 --- a/svc/pkg/game-user/ops/create/Cargo.toml +++ b/svc/pkg/game-user/ops/create/Cargo.toml @@ -15,7 +15,8 @@ util-game-user = { package = "rivet-util-game-user", path = "../../util" } token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/get/Cargo.toml b/svc/pkg/game-user/ops/get/Cargo.toml index 634653e56..ce4e4a6d2 100644 --- a/svc/pkg/game-user/ops/get/Cargo.toml +++ b/svc/pkg/game-user/ops/get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/link-create/Cargo.toml b/svc/pkg/game-user/ops/link-create/Cargo.toml index 598aca9ab..078ea5b97 100644 --- a/svc/pkg/game-user/ops/link-create/Cargo.toml +++ b/svc/pkg/game-user/ops/link-create/Cargo.toml @@ -15,7 +15,8 @@ game-user-get = { path = "../get" } token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/link-get/Cargo.toml b/svc/pkg/game-user/ops/link-get/Cargo.toml index 101d79212..61fc81604 100644 --- a/svc/pkg/game-user/ops/link-get/Cargo.toml +++ b/svc/pkg/game-user/ops/link-get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/list-for-user/Cargo.toml b/svc/pkg/game-user/ops/list-for-user/Cargo.toml index 8130d4c48..d71d35fbb 100644 --- a/svc/pkg/game-user/ops/list-for-user/Cargo.toml +++ b/svc/pkg/game-user/ops/list-for-user/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/ops/recent-session-list/Cargo.toml b/svc/pkg/game-user/ops/recent-session-list/Cargo.toml index 3067e8dda..80eba2a92 100644 --- a/svc/pkg/game-user/ops/recent-session-list/Cargo.toml +++ b/svc/pkg/game-user/ops/recent-session-list/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game-user/worker/Cargo.toml b/svc/pkg/game-user/worker/Cargo.toml index b436d3dc7..ce1f62ac7 100644 --- a/svc/pkg/game-user/worker/Cargo.toml +++ b/svc/pkg/game-user/worker/Cargo.toml @@ -19,7 +19,8 @@ token-exchange = { path = "../../token/ops/exchange" } token-revoke = { path = "../../token/ops/revoke" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/banner-upload-complete/Cargo.toml b/svc/pkg/game/ops/banner-upload-complete/Cargo.toml index 40a6e5d00..03f1a532f 100644 --- a/svc/pkg/game/ops/banner-upload-complete/Cargo.toml +++ b/svc/pkg/game/ops/banner-upload-complete/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" upload-complete = { path = "../../../upload/ops/complete" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/create/Cargo.toml b/svc/pkg/game/ops/create/Cargo.toml index b80d110ca..16855fbc6 100644 --- a/svc/pkg/game/ops/create/Cargo.toml +++ b/svc/pkg/game/ops/create/Cargo.toml @@ -15,7 +15,8 @@ game-validate = { path = "../validate" } team-get = { path = "../../../team/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/get/Cargo.toml b/svc/pkg/game/ops/get/Cargo.toml index dea03a20f..7d8f8518b 100644 --- a/svc/pkg/game/ops/get/Cargo.toml +++ b/svc/pkg/game/ops/get/Cargo.toml @@ -14,7 +14,8 @@ upload-file-list = { path = "../../../upload/ops/file-list" } upload-get = { path = "../../../upload/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/list-all/Cargo.toml b/svc/pkg/game/ops/list-all/Cargo.toml index 6ad326e77..7f5f23cef 100644 --- a/svc/pkg/game/ops/list-all/Cargo.toml +++ b/svc/pkg/game/ops/list-all/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/list-for-team/Cargo.toml b/svc/pkg/game/ops/list-for-team/Cargo.toml index 0ae6a826b..a0b901efc 100644 --- a/svc/pkg/game/ops/list-for-team/Cargo.toml +++ b/svc/pkg/game/ops/list-for-team/Cargo.toml @@ -10,7 +10,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/logo-upload-complete/Cargo.toml b/svc/pkg/game/ops/logo-upload-complete/Cargo.toml index a2bd21bd6..2e473699c 100644 --- a/svc/pkg/game/ops/logo-upload-complete/Cargo.toml +++ b/svc/pkg/game/ops/logo-upload-complete/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" upload-complete = { path = "../../../upload/ops/complete" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-create/Cargo.toml b/svc/pkg/game/ops/namespace-create/Cargo.toml index 58d79771f..1ac8a197f 100644 --- a/svc/pkg/game/ops/namespace-create/Cargo.toml +++ b/svc/pkg/game/ops/namespace-create/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" game-namespace-validate = { path = "../namespace-validate" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-get/Cargo.toml b/svc/pkg/game/ops/namespace-get/Cargo.toml index ac57f7f6a..683959f21 100644 --- a/svc/pkg/game/ops/namespace-get/Cargo.toml +++ b/svc/pkg/game/ops/namespace-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-list/Cargo.toml b/svc/pkg/game/ops/namespace-list/Cargo.toml index b3360856d..8cb117267 100644 --- a/svc/pkg/game/ops/namespace-list/Cargo.toml +++ b/svc/pkg/game/ops/namespace-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-resolve-name-id/Cargo.toml b/svc/pkg/game/ops/namespace-resolve-name-id/Cargo.toml index b88903ed8..b33503423 100644 --- a/svc/pkg/game/ops/namespace-resolve-name-id/Cargo.toml +++ b/svc/pkg/game/ops/namespace-resolve-name-id/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-version-history-list/Cargo.toml b/svc/pkg/game/ops/namespace-version-history-list/Cargo.toml index 5efce537a..ee1a0517f 100644 --- a/svc/pkg/game/ops/namespace-version-history-list/Cargo.toml +++ b/svc/pkg/game/ops/namespace-version-history-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/namespace-version-set/Cargo.toml b/svc/pkg/game/ops/namespace-version-set/Cargo.toml index fb15e12e7..5d50bda5e 100644 --- a/svc/pkg/game/ops/namespace-version-set/Cargo.toml +++ b/svc/pkg/game/ops/namespace-version-set/Cargo.toml @@ -16,7 +16,8 @@ region-list-for-game = { path = "../../../region/ops/list-for-game" } mm-lobby-idle-update = { path = "../../../mm/ops/lobby-idle-update" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/recommend/Cargo.toml b/svc/pkg/game/ops/recommend/Cargo.toml index 96525034f..c7c9cd3c0 100644 --- a/svc/pkg/game/ops/recommend/Cargo.toml +++ b/svc/pkg/game/ops/recommend/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/resolve-name-id/Cargo.toml b/svc/pkg/game/ops/resolve-name-id/Cargo.toml index b655bf3e5..4f74587fb 100644 --- a/svc/pkg/game/ops/resolve-name-id/Cargo.toml +++ b/svc/pkg/game/ops/resolve-name-id/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/resolve-namespace-id/Cargo.toml b/svc/pkg/game/ops/resolve-namespace-id/Cargo.toml index 32803c775..1d753667c 100644 --- a/svc/pkg/game/ops/resolve-namespace-id/Cargo.toml +++ b/svc/pkg/game/ops/resolve-namespace-id/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/version-create/Cargo.toml b/svc/pkg/game/ops/version-create/Cargo.toml index aa13181db..6bfad5e0d 100644 --- a/svc/pkg/game/ops/version-create/Cargo.toml +++ b/svc/pkg/game/ops/version-create/Cargo.toml @@ -14,7 +14,8 @@ game-version-get = { path = "../version-get" } game-version-list = { path = "../version-list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/version-get/Cargo.toml b/svc/pkg/game/ops/version-get/Cargo.toml index 77177c686..8c83dec78 100644 --- a/svc/pkg/game/ops/version-get/Cargo.toml +++ b/svc/pkg/game/ops/version-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/game/ops/version-list/Cargo.toml b/svc/pkg/game/ops/version-list/Cargo.toml index 8e13e877c..7ae5b5673 100644 --- a/svc/pkg/game/ops/version-list/Cargo.toml +++ b/svc/pkg/game/ops/version-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/identity-config/ops/namespace-create/Cargo.toml b/svc/pkg/identity-config/ops/namespace-create/Cargo.toml index 65ebf17e1..63e3ea283 100644 --- a/svc/pkg/identity-config/ops/namespace-create/Cargo.toml +++ b/svc/pkg/identity-config/ops/namespace-create/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/identity-config/ops/namespace-get/Cargo.toml b/svc/pkg/identity-config/ops/namespace-get/Cargo.toml index eb5689072..72d27aaf9 100644 --- a/svc/pkg/identity-config/ops/namespace-get/Cargo.toml +++ b/svc/pkg/identity-config/ops/namespace-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/identity-config/ops/version-get/Cargo.toml b/svc/pkg/identity-config/ops/version-get/Cargo.toml index 486e23b69..116ef5445 100644 --- a/svc/pkg/identity-config/ops/version-get/Cargo.toml +++ b/svc/pkg/identity-config/ops/version-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/identity-config/ops/version-publish/Cargo.toml b/svc/pkg/identity-config/ops/version-publish/Cargo.toml index 212184980..816875383 100644 --- a/svc/pkg/identity-config/ops/version-publish/Cargo.toml +++ b/svc/pkg/identity-config/ops/version-publish/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/ip/ops/info/Cargo.toml b/svc/pkg/ip/ops/info/Cargo.toml index 2a312e0ef..fca711aa2 100644 --- a/svc/pkg/ip/ops/info/Cargo.toml +++ b/svc/pkg/ip/ops/info/Cargo.toml @@ -15,7 +15,8 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/job-run/ops/get/Cargo.toml b/svc/pkg/job-run/ops/get/Cargo.toml index fd5b405c9..6b8ed2604 100644 --- a/svc/pkg/job-run/ops/get/Cargo.toml +++ b/svc/pkg/job-run/ops/get/Cargo.toml @@ -14,7 +14,8 @@ nomad-client = "0.0.9" util-job = { package = "rivet-util-job", path = "../../../job/util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/job-run/worker/Cargo.toml b/svc/pkg/job-run/worker/Cargo.toml index 7eab2d420..c0f39984a 100644 --- a/svc/pkg/job-run/worker/Cargo.toml +++ b/svc/pkg/job-run/worker/Cargo.toml @@ -32,7 +32,8 @@ git = "https://github.com/rivet-gg/nomad-client" rev = "abb66bf0c30c7ff5b0c695dae952481c33e538b5" # pragma: allowlist secret [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/job/standalone/gc/Cargo.toml b/svc/pkg/job/standalone/gc/Cargo.toml index 3bf4b4170..1d7667e3e 100644 --- a/svc/pkg/job/standalone/gc/Cargo.toml +++ b/svc/pkg/job/standalone/gc/Cargo.toml @@ -34,7 +34,8 @@ mm-lobby-for-run-id = { path = "../../../mm/ops/lobby-for-run-id" } mm-lobby-get = { path = "../../../mm/ops/lobby-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/kv-config/ops/namespace-create/Cargo.toml b/svc/pkg/kv-config/ops/namespace-create/Cargo.toml index 7a12534b1..3f89459da 100644 --- a/svc/pkg/kv-config/ops/namespace-create/Cargo.toml +++ b/svc/pkg/kv-config/ops/namespace-create/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/kv-config/ops/namespace-get/Cargo.toml b/svc/pkg/kv-config/ops/namespace-get/Cargo.toml index 6d0809683..e72e62da1 100644 --- a/svc/pkg/kv-config/ops/namespace-get/Cargo.toml +++ b/svc/pkg/kv-config/ops/namespace-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/kv-config/ops/version-get/Cargo.toml b/svc/pkg/kv-config/ops/version-get/Cargo.toml index 53f41530c..4db826d94 100644 --- a/svc/pkg/kv-config/ops/version-get/Cargo.toml +++ b/svc/pkg/kv-config/ops/version-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/kv-config/ops/version-publish/Cargo.toml b/svc/pkg/kv-config/ops/version-publish/Cargo.toml index 3bc1f3e1a..1c5299778 100644 --- a/svc/pkg/kv-config/ops/version-publish/Cargo.toml +++ b/svc/pkg/kv-config/ops/version-publish/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/kv/ops/get/Cargo.toml b/svc/pkg/kv/ops/get/Cargo.toml index d2cd873ec..1e4a39b3f 100644 --- a/svc/pkg/kv/ops/get/Cargo.toml +++ b/svc/pkg/kv/ops/get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/linode/ops/instance-type-get/Cargo.toml b/svc/pkg/linode/ops/instance-type-get/Cargo.toml index ba4fee3c8..fb8fa5f83 100644 --- a/svc/pkg/linode/ops/instance-type-get/Cargo.toml +++ b/svc/pkg/linode/ops/instance-type-get/Cargo.toml @@ -11,7 +11,8 @@ rivet-operation = { path = "../../../../../lib/operation/core" } util-linode = { package = "rivet-util-linode", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/linode/ops/server-destroy/Cargo.toml b/svc/pkg/linode/ops/server-destroy/Cargo.toml index 1d008153d..23c155ed3 100644 --- a/svc/pkg/linode/ops/server-destroy/Cargo.toml +++ b/svc/pkg/linode/ops/server-destroy/Cargo.toml @@ -15,7 +15,8 @@ util-linode = { package = "rivet-util-linode", path = "../../util" } cluster-datacenter-get = { path = "../../../cluster/ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/linode/ops/server-provision/Cargo.toml b/svc/pkg/linode/ops/server-provision/Cargo.toml index 0a8eee2ce..a7e25cafb 100644 --- a/svc/pkg/linode/ops/server-provision/Cargo.toml +++ b/svc/pkg/linode/ops/server-provision/Cargo.toml @@ -15,7 +15,8 @@ util-linode = { package = "rivet-util-linode", path = "../../util" } cluster-datacenter-get = { path = "../../../cluster/ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/linode/standalone/gc/Cargo.toml b/svc/pkg/linode/standalone/gc/Cargo.toml index 536c1d27e..4a2cd1ce5 100644 --- a/svc/pkg/linode/standalone/gc/Cargo.toml +++ b/svc/pkg/linode/standalone/gc/Cargo.toml @@ -23,7 +23,8 @@ util-cluster = { package = "rivet-util-cluster", path = "../../../cluster/util" util-linode = { package = "rivet-util-linode", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/linode/worker/Cargo.toml b/svc/pkg/linode/worker/Cargo.toml index afbb495a9..4ac5b98f4 100644 --- a/svc/pkg/linode/worker/Cargo.toml +++ b/svc/pkg/linode/worker/Cargo.toml @@ -18,7 +18,8 @@ util-linode = { package = "rivet-util-linode", path = "../util" } cluster-datacenter-get = { path = "../../cluster/ops/datacenter-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/load-test/standalone/sqlx/Cargo.toml b/svc/pkg/load-test/standalone/sqlx/Cargo.toml index f3067dd69..42028a84b 100644 --- a/svc/pkg/load-test/standalone/sqlx/Cargo.toml +++ b/svc/pkg/load-test/standalone/sqlx/Cargo.toml @@ -28,5 +28,6 @@ cdn-version-get = { path = "../../../cdn/ops/version-get" } chirp-worker = { path = "../../../../../lib/chirp/worker" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false diff --git a/svc/pkg/mm-config/ops/game-get/Cargo.toml b/svc/pkg/mm-config/ops/game-get/Cargo.toml index bd1072210..429a767e6 100644 --- a/svc/pkg/mm-config/ops/game-get/Cargo.toml +++ b/svc/pkg/mm-config/ops/game-get/Cargo.toml @@ -10,7 +10,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/game-upsert/Cargo.toml b/svc/pkg/mm-config/ops/game-upsert/Cargo.toml index 4ce41724f..3cc704012 100644 --- a/svc/pkg/mm-config/ops/game-upsert/Cargo.toml +++ b/svc/pkg/mm-config/ops/game-upsert/Cargo.toml @@ -10,7 +10,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/lobby-group-get/Cargo.toml b/svc/pkg/mm-config/ops/lobby-group-get/Cargo.toml index fa9a48183..e15f6bd62 100644 --- a/svc/pkg/mm-config/ops/lobby-group-get/Cargo.toml +++ b/svc/pkg/mm-config/ops/lobby-group-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml b/svc/pkg/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml index 5db951fee..61d56f90c 100644 --- a/svc/pkg/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml +++ b/svc/pkg/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/lobby-group-resolve-version/Cargo.toml b/svc/pkg/mm-config/ops/lobby-group-resolve-version/Cargo.toml index 68e4cb5c5..a26b37427 100644 --- a/svc/pkg/mm-config/ops/lobby-group-resolve-version/Cargo.toml +++ b/svc/pkg/mm-config/ops/lobby-group-resolve-version/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/namespace-config-set/Cargo.toml b/svc/pkg/mm-config/ops/namespace-config-set/Cargo.toml index e1d03a536..7922eb0b4 100644 --- a/svc/pkg/mm-config/ops/namespace-config-set/Cargo.toml +++ b/svc/pkg/mm-config/ops/namespace-config-set/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" mm-config-namespace-config-validate = { path = "../namespace-config-validate" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/namespace-create/Cargo.toml b/svc/pkg/mm-config/ops/namespace-create/Cargo.toml index a8772da17..8b7467e2b 100644 --- a/svc/pkg/mm-config/ops/namespace-create/Cargo.toml +++ b/svc/pkg/mm-config/ops/namespace-create/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/namespace-get/Cargo.toml b/svc/pkg/mm-config/ops/namespace-get/Cargo.toml index c8f76fb4d..3e31cb733 100644 --- a/svc/pkg/mm-config/ops/namespace-get/Cargo.toml +++ b/svc/pkg/mm-config/ops/namespace-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/version-get/Cargo.toml b/svc/pkg/mm-config/ops/version-get/Cargo.toml index 92eb45060..25ef6d054 100644 --- a/svc/pkg/mm-config/ops/version-get/Cargo.toml +++ b/svc/pkg/mm-config/ops/version-get/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/version-prepare/Cargo.toml b/svc/pkg/mm-config/ops/version-prepare/Cargo.toml index f88c05375..4a28c7df0 100644 --- a/svc/pkg/mm-config/ops/version-prepare/Cargo.toml +++ b/svc/pkg/mm-config/ops/version-prepare/Cargo.toml @@ -22,7 +22,8 @@ region-get = { path = "../../../region/ops/get" } tier-list = { path = "../../../tier/ops/list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm-config/ops/version-publish/Cargo.toml b/svc/pkg/mm-config/ops/version-publish/Cargo.toml index ae1bcc367..c277e5ea0 100644 --- a/svc/pkg/mm-config/ops/version-publish/Cargo.toml +++ b/svc/pkg/mm-config/ops/version-publish/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-for-run-id/Cargo.toml b/svc/pkg/mm/ops/lobby-for-run-id/Cargo.toml index 5cbc4355f..52295764e 100644 --- a/svc/pkg/mm/ops/lobby-for-run-id/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-for-run-id/Cargo.toml @@ -10,7 +10,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-get/Cargo.toml b/svc/pkg/mm/ops/lobby-get/Cargo.toml index 6054ba787..6698af139 100644 --- a/svc/pkg/mm/ops/lobby-get/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-history/Cargo.toml b/svc/pkg/mm/ops/lobby-history/Cargo.toml index 307281a48..957a3fa92 100644 --- a/svc/pkg/mm/ops/lobby-history/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-history/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-idle-update/Cargo.toml b/svc/pkg/mm/ops/lobby-idle-update/Cargo.toml index 5e9139a0a..f9e25501f 100644 --- a/svc/pkg/mm/ops/lobby-idle-update/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-idle-update/Cargo.toml @@ -17,7 +17,8 @@ game-namespace-get = { path = "../../../game/ops/namespace-get" } mm-config-version-get = { path = "../../../mm-config/ops/version-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-list-for-namespace/Cargo.toml b/svc/pkg/mm/ops/lobby-list-for-namespace/Cargo.toml index 61a2d075e..acfe063c4 100644 --- a/svc/pkg/mm/ops/lobby-list-for-namespace/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-list-for-namespace/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-list-for-user-id/Cargo.toml b/svc/pkg/mm/ops/lobby-list-for-user-id/Cargo.toml index f94ad7f0a..78f2c06ea 100644 --- a/svc/pkg/mm/ops/lobby-list-for-user-id/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-list-for-user-id/Cargo.toml @@ -11,7 +11,8 @@ rivet-operation = { path = "../../../../../lib/operation/core" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-player-count/Cargo.toml b/svc/pkg/mm/ops/lobby-player-count/Cargo.toml index 92c33f83e..9d842eee7 100644 --- a/svc/pkg/mm/ops/lobby-player-count/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-player-count/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-runtime-aggregate/Cargo.toml b/svc/pkg/mm/ops/lobby-runtime-aggregate/Cargo.toml index 464883619..a23ec56af 100644 --- a/svc/pkg/mm/ops/lobby-runtime-aggregate/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-runtime-aggregate/Cargo.toml @@ -16,7 +16,8 @@ mm-config-lobby-group-resolve-version = { path = "../../../mm-config/ops/lobby-g mm-config-version-get = { path = "../../../mm-config/ops/version-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/lobby-state-get/Cargo.toml b/svc/pkg/mm/ops/lobby-state-get/Cargo.toml index 9711ca3b7..c4f47c624 100644 --- a/svc/pkg/mm/ops/lobby-state-get/Cargo.toml +++ b/svc/pkg/mm/ops/lobby-state-get/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/player-count-for-namespace/Cargo.toml b/svc/pkg/mm/ops/player-count-for-namespace/Cargo.toml index 8e042c65d..7076ee26f 100644 --- a/svc/pkg/mm/ops/player-count-for-namespace/Cargo.toml +++ b/svc/pkg/mm/ops/player-count-for-namespace/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" util-mm = { package = "rivet-util-mm", path = "../../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/ops/player-get/Cargo.toml b/svc/pkg/mm/ops/player-get/Cargo.toml index 97844598d..3cc0748f5 100644 --- a/svc/pkg/mm/ops/player-get/Cargo.toml +++ b/svc/pkg/mm/ops/player-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/standalone/gc/Cargo.toml b/svc/pkg/mm/standalone/gc/Cargo.toml index e1901c1da..f4f621356 100644 --- a/svc/pkg/mm/standalone/gc/Cargo.toml +++ b/svc/pkg/mm/standalone/gc/Cargo.toml @@ -29,7 +29,8 @@ util-mm = { package = "rivet-util-mm", path = "../../util" } region-list = { path = "../../../region/ops/list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/mm/worker/Cargo.toml b/svc/pkg/mm/worker/Cargo.toml index 7ebffcb24..1097a4fa0 100644 --- a/svc/pkg/mm/worker/Cargo.toml +++ b/svc/pkg/mm/worker/Cargo.toml @@ -52,7 +52,8 @@ upload-get = { path = "../../upload/ops/get" } upload-prepare = { path = "../../upload/ops/prepare" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/get/Cargo.toml b/svc/pkg/region/ops/get/Cargo.toml index 1f08ec5c4..2520092cc 100644 --- a/svc/pkg/region/ops/get/Cargo.toml +++ b/svc/pkg/region/ops/get/Cargo.toml @@ -14,7 +14,8 @@ cluster-datacenter-get = { path = "../../../cluster/ops/datacenter-get" } cluster-datacenter-location-get = { path = "../../../cluster/ops/datacenter-location-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/list-for-game/Cargo.toml b/svc/pkg/region/ops/list-for-game/Cargo.toml index 6e3632099..a7b72c1dc 100644 --- a/svc/pkg/region/ops/list-for-game/Cargo.toml +++ b/svc/pkg/region/ops/list-for-game/Cargo.toml @@ -14,7 +14,8 @@ cluster-get-for-game = { path = "../../../cluster/ops/get-for-game" } cluster-datacenter-list = { path = "../../../cluster/ops/datacenter-list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/list/Cargo.toml b/svc/pkg/region/ops/list/Cargo.toml index 66f238f9c..7be1a8d5a 100644 --- a/svc/pkg/region/ops/list/Cargo.toml +++ b/svc/pkg/region/ops/list/Cargo.toml @@ -14,7 +14,8 @@ util-cluster = { package = "rivet-util-cluster", path = "../../../cluster/util" cluster-datacenter-list = { path = "../../../cluster/ops/datacenter-list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/recommend/Cargo.toml b/svc/pkg/region/ops/recommend/Cargo.toml index 0ef43b2fe..43b5806d6 100644 --- a/svc/pkg/region/ops/recommend/Cargo.toml +++ b/svc/pkg/region/ops/recommend/Cargo.toml @@ -15,7 +15,8 @@ ip-info = { path = "../../../ip/ops/info" } region-get = { path = "../get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/resolve-for-game/Cargo.toml b/svc/pkg/region/ops/resolve-for-game/Cargo.toml index c50424b11..59548df97 100644 --- a/svc/pkg/region/ops/resolve-for-game/Cargo.toml +++ b/svc/pkg/region/ops/resolve-for-game/Cargo.toml @@ -14,7 +14,8 @@ cluster-datacenter-get = { path = "../../../cluster/ops/datacenter-get" } region-list-for-game = { path = "../list-for-game" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/region/ops/resolve/Cargo.toml b/svc/pkg/region/ops/resolve/Cargo.toml index 560aae785..6dbcda2f7 100644 --- a/svc/pkg/region/ops/resolve/Cargo.toml +++ b/svc/pkg/region/ops/resolve/Cargo.toml @@ -14,7 +14,8 @@ cluster-datacenter-get = { path = "../../../cluster/ops/datacenter-get" } region-list = { path = "../list" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team-invite/ops/get/Cargo.toml b/svc/pkg/team-invite/ops/get/Cargo.toml index 4be6c75e5..c054afcab 100644 --- a/svc/pkg/team-invite/ops/get/Cargo.toml +++ b/svc/pkg/team-invite/ops/get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team-invite/worker/Cargo.toml b/svc/pkg/team-invite/worker/Cargo.toml index ac5ef86f1..16768c2dc 100644 --- a/svc/pkg/team-invite/worker/Cargo.toml +++ b/svc/pkg/team-invite/worker/Cargo.toml @@ -17,7 +17,8 @@ team-member-list = { path = "../../team/ops/member-list" } team-user-ban-get = { path = "../../team/ops/user-ban-get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/avatar-upload-complete/Cargo.toml b/svc/pkg/team/ops/avatar-upload-complete/Cargo.toml index 59cedc990..de4c53d6c 100644 --- a/svc/pkg/team/ops/avatar-upload-complete/Cargo.toml +++ b/svc/pkg/team/ops/avatar-upload-complete/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" upload-complete = { path = "../../../upload/ops/complete" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/get/Cargo.toml b/svc/pkg/team/ops/get/Cargo.toml index 6d49c15be..06c1b634e 100644 --- a/svc/pkg/team/ops/get/Cargo.toml +++ b/svc/pkg/team/ops/get/Cargo.toml @@ -14,7 +14,8 @@ upload-file-list = { path = "../../../upload/ops/file-list" } upload-get = { path = "../../../upload/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/join-request-list/Cargo.toml b/svc/pkg/team/ops/join-request-list/Cargo.toml index 799d7deb8..8b6b2573e 100644 --- a/svc/pkg/team/ops/join-request-list/Cargo.toml +++ b/svc/pkg/team/ops/join-request-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/member-count/Cargo.toml b/svc/pkg/team/ops/member-count/Cargo.toml index abc808274..a44cf6453 100644 --- a/svc/pkg/team/ops/member-count/Cargo.toml +++ b/svc/pkg/team/ops/member-count/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/member-get/Cargo.toml b/svc/pkg/team/ops/member-get/Cargo.toml index 5e67ba607..28255f951 100644 --- a/svc/pkg/team/ops/member-get/Cargo.toml +++ b/svc/pkg/team/ops/member-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/member-list/Cargo.toml b/svc/pkg/team/ops/member-list/Cargo.toml index bb9177031..d4b2b2a53 100644 --- a/svc/pkg/team/ops/member-list/Cargo.toml +++ b/svc/pkg/team/ops/member-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/member-relationship-get/Cargo.toml b/svc/pkg/team/ops/member-relationship-get/Cargo.toml index d4cafd79a..e8aeeeddc 100644 --- a/svc/pkg/team/ops/member-relationship-get/Cargo.toml +++ b/svc/pkg/team/ops/member-relationship-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/profile-validate/Cargo.toml b/svc/pkg/team/ops/profile-validate/Cargo.toml index 1ad894222..ba4aae3d3 100644 --- a/svc/pkg/team/ops/profile-validate/Cargo.toml +++ b/svc/pkg/team/ops/profile-validate/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/recommend/Cargo.toml b/svc/pkg/team/ops/recommend/Cargo.toml index b403ae603..5f0ca85fe 100644 --- a/svc/pkg/team/ops/recommend/Cargo.toml +++ b/svc/pkg/team/ops/recommend/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/resolve-display-name/Cargo.toml b/svc/pkg/team/ops/resolve-display-name/Cargo.toml index 7dcfb1149..fb121006c 100644 --- a/svc/pkg/team/ops/resolve-display-name/Cargo.toml +++ b/svc/pkg/team/ops/resolve-display-name/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/search/Cargo.toml b/svc/pkg/team/ops/search/Cargo.toml index 5ce0994f0..489d3d7c2 100644 --- a/svc/pkg/team/ops/search/Cargo.toml +++ b/svc/pkg/team/ops/search/Cargo.toml @@ -13,7 +13,8 @@ lazy_static = "1.4" regex = "1.4" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/user-ban-get/Cargo.toml b/svc/pkg/team/ops/user-ban-get/Cargo.toml index 7ae87371c..24ac59982 100644 --- a/svc/pkg/team/ops/user-ban-get/Cargo.toml +++ b/svc/pkg/team/ops/user-ban-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/team/ops/user-ban-list/Cargo.toml b/svc/pkg/team/ops/user-ban-list/Cargo.toml index 854d8e843..54cf1839f 100644 --- a/svc/pkg/team/ops/user-ban-list/Cargo.toml +++ b/svc/pkg/team/ops/user-ban-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/telemetry/standalone/beacon/Cargo.toml b/svc/pkg/telemetry/standalone/beacon/Cargo.toml index 3aa335ea6..b17bb9063 100644 --- a/svc/pkg/telemetry/standalone/beacon/Cargo.toml +++ b/svc/pkg/telemetry/standalone/beacon/Cargo.toml @@ -33,7 +33,8 @@ team-get = { path = "../../../team/ops/get" } team-member-count = { path = "../../../team/ops/member-count" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/token/ops/create/Cargo.toml b/svc/pkg/token/ops/create/Cargo.toml index 492125e2f..6d27d1015 100644 --- a/svc/pkg/token/ops/create/Cargo.toml +++ b/svc/pkg/token/ops/create/Cargo.toml @@ -16,7 +16,8 @@ jsonwebtoken = "8.2.0" lazy_static = "1.4" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/token/ops/exchange/Cargo.toml b/svc/pkg/token/ops/exchange/Cargo.toml index 8d66a1508..147b12983 100644 --- a/svc/pkg/token/ops/exchange/Cargo.toml +++ b/svc/pkg/token/ops/exchange/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false diff --git a/svc/pkg/token/ops/get/Cargo.toml b/svc/pkg/token/ops/get/Cargo.toml index e9aa26abb..6b69fe2d1 100644 --- a/svc/pkg/token/ops/get/Cargo.toml +++ b/svc/pkg/token/ops/get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/token/ops/revoke/Cargo.toml b/svc/pkg/token/ops/revoke/Cargo.toml index 6a5e03adc..2e678ac94 100644 --- a/svc/pkg/token/ops/revoke/Cargo.toml +++ b/svc/pkg/token/ops/revoke/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/ops/complete/Cargo.toml b/svc/pkg/upload/ops/complete/Cargo.toml index 10534c446..9c433630f 100644 --- a/svc/pkg/upload/ops/complete/Cargo.toml +++ b/svc/pkg/upload/ops/complete/Cargo.toml @@ -16,7 +16,8 @@ url = "2.2" nsfw-image-score = { path = "../../../nsfw/ops/image-score" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/ops/file-list/Cargo.toml b/svc/pkg/upload/ops/file-list/Cargo.toml index ed0d1398a..d9859ae8c 100644 --- a/svc/pkg/upload/ops/file-list/Cargo.toml +++ b/svc/pkg/upload/ops/file-list/Cargo.toml @@ -12,7 +12,8 @@ prost = "0.10" rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/ops/get/Cargo.toml b/svc/pkg/upload/ops/get/Cargo.toml index 1a69d8e2b..c5705590d 100644 --- a/svc/pkg/upload/ops/get/Cargo.toml +++ b/svc/pkg/upload/ops/get/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/ops/list-for-user/Cargo.toml b/svc/pkg/upload/ops/list-for-user/Cargo.toml index f35189aca..f9e7c4fb9 100644 --- a/svc/pkg/upload/ops/list-for-user/Cargo.toml +++ b/svc/pkg/upload/ops/list-for-user/Cargo.toml @@ -12,7 +12,8 @@ chrono = "0.4" prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/ops/prepare/Cargo.toml b/svc/pkg/upload/ops/prepare/Cargo.toml index 0d0ba72da..bf214181f 100644 --- a/svc/pkg/upload/ops/prepare/Cargo.toml +++ b/svc/pkg/upload/ops/prepare/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" s3-util = { path = "../../../../../lib/s3-util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/standalone/provider-fill/Cargo.toml b/svc/pkg/upload/standalone/provider-fill/Cargo.toml index 265e033e7..ba3894e30 100644 --- a/svc/pkg/upload/standalone/provider-fill/Cargo.toml +++ b/svc/pkg/upload/standalone/provider-fill/Cargo.toml @@ -24,7 +24,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/upload/worker/Cargo.toml b/svc/pkg/upload/worker/Cargo.toml index b9a333ef1..a15e24032 100644 --- a/svc/pkg/upload/worker/Cargo.toml +++ b/svc/pkg/upload/worker/Cargo.toml @@ -14,7 +14,8 @@ rivet-runtime = { path = "../../../../lib/runtime" } s3-util = { path = "../../../../lib/s3-util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/count/Cargo.toml b/svc/pkg/user-follow/ops/count/Cargo.toml index e0de1fd47..924738a37 100644 --- a/svc/pkg/user-follow/ops/count/Cargo.toml +++ b/svc/pkg/user-follow/ops/count/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/get/Cargo.toml b/svc/pkg/user-follow/ops/get/Cargo.toml index cae07ae24..6826cf477 100644 --- a/svc/pkg/user-follow/ops/get/Cargo.toml +++ b/svc/pkg/user-follow/ops/get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/list/Cargo.toml b/svc/pkg/user-follow/ops/list/Cargo.toml index be64b9126..d9153f270 100644 --- a/svc/pkg/user-follow/ops/list/Cargo.toml +++ b/svc/pkg/user-follow/ops/list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/relationship-get/Cargo.toml b/svc/pkg/user-follow/ops/relationship-get/Cargo.toml index b5848659f..3550e413b 100644 --- a/svc/pkg/user-follow/ops/relationship-get/Cargo.toml +++ b/svc/pkg/user-follow/ops/relationship-get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/request-list/Cargo.toml b/svc/pkg/user-follow/ops/request-list/Cargo.toml index 81d492ee1..ef2e4fe80 100644 --- a/svc/pkg/user-follow/ops/request-list/Cargo.toml +++ b/svc/pkg/user-follow/ops/request-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-follow/ops/toggle/Cargo.toml b/svc/pkg/user-follow/ops/toggle/Cargo.toml index 8bdc68a62..288d4b264 100644 --- a/svc/pkg/user-follow/ops/toggle/Cargo.toml +++ b/svc/pkg/user-follow/ops/toggle/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-identity/ops/delete/Cargo.toml b/svc/pkg/user-identity/ops/delete/Cargo.toml index 9f61e3b65..e4d1878e2 100644 --- a/svc/pkg/user-identity/ops/delete/Cargo.toml +++ b/svc/pkg/user-identity/ops/delete/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-identity/ops/get/Cargo.toml b/svc/pkg/user-identity/ops/get/Cargo.toml index 1ad84b9f4..2be719bc2 100644 --- a/svc/pkg/user-identity/ops/get/Cargo.toml +++ b/svc/pkg/user-identity/ops/get/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user-presence/worker/Cargo.toml b/svc/pkg/user-presence/worker/Cargo.toml index 4e6edbb32..1779188fd 100644 --- a/svc/pkg/user-presence/worker/Cargo.toml +++ b/svc/pkg/user-presence/worker/Cargo.toml @@ -14,7 +14,8 @@ rivet-runtime = { path = "../../../../lib/runtime" } util-user-presence = { package = "rivet-util-user-presence", path = "../util" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/avatar-upload-complete/Cargo.toml b/svc/pkg/user/ops/avatar-upload-complete/Cargo.toml index 5751a7ce4..2b00f3799 100644 --- a/svc/pkg/user/ops/avatar-upload-complete/Cargo.toml +++ b/svc/pkg/user/ops/avatar-upload-complete/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" upload-complete = { path = "../../../upload/ops/complete" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/get/Cargo.toml b/svc/pkg/user/ops/get/Cargo.toml index 75a35f343..92dac195c 100644 --- a/svc/pkg/user/ops/get/Cargo.toml +++ b/svc/pkg/user/ops/get/Cargo.toml @@ -14,7 +14,8 @@ upload-file-list = { path = "../../../upload/ops/file-list" } upload-get = { path = "../../../upload/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/mutual-friend-list/Cargo.toml b/svc/pkg/user/ops/mutual-friend-list/Cargo.toml index 7f6c7aeec..416bf48a4 100644 --- a/svc/pkg/user/ops/mutual-friend-list/Cargo.toml +++ b/svc/pkg/user/ops/mutual-friend-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/pending-delete-toggle/Cargo.toml b/svc/pkg/user/ops/pending-delete-toggle/Cargo.toml index b796b791e..4ea5f04e4 100644 --- a/svc/pkg/user/ops/pending-delete-toggle/Cargo.toml +++ b/svc/pkg/user/ops/pending-delete-toggle/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" user-identity-get = { path = "../../../user-identity/ops/get" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/profile-validate/Cargo.toml b/svc/pkg/user/ops/profile-validate/Cargo.toml index 3a523143c..84e1b5f92 100644 --- a/svc/pkg/user/ops/profile-validate/Cargo.toml +++ b/svc/pkg/user/ops/profile-validate/Cargo.toml @@ -14,7 +14,8 @@ user-get = { path = "../get" } profanity-check = { path = "../../../profanity/ops/check" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/resolve-access-token/Cargo.toml b/svc/pkg/user/ops/resolve-access-token/Cargo.toml index a7946efbd..330b6a109 100644 --- a/svc/pkg/user/ops/resolve-access-token/Cargo.toml +++ b/svc/pkg/user/ops/resolve-access-token/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/resolve-email/Cargo.toml b/svc/pkg/user/ops/resolve-email/Cargo.toml index bbd8912d3..f0f12e269 100644 --- a/svc/pkg/user/ops/resolve-email/Cargo.toml +++ b/svc/pkg/user/ops/resolve-email/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/search/Cargo.toml b/svc/pkg/user/ops/search/Cargo.toml index 1418fa157..048ab024c 100644 --- a/svc/pkg/user/ops/search/Cargo.toml +++ b/svc/pkg/user/ops/search/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" regex = "1.4" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/team-list/Cargo.toml b/svc/pkg/user/ops/team-list/Cargo.toml index c3eceb69b..37f116261 100644 --- a/svc/pkg/user/ops/team-list/Cargo.toml +++ b/svc/pkg/user/ops/team-list/Cargo.toml @@ -11,7 +11,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } prost = "0.10" [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/pkg/user/ops/token-create/Cargo.toml b/svc/pkg/user/ops/token-create/Cargo.toml index 002315acb..97e3555af 100644 --- a/svc/pkg/user/ops/token-create/Cargo.toml +++ b/svc/pkg/user/ops/token-create/Cargo.toml @@ -13,7 +13,8 @@ prost = "0.10" token-create = { path = "../../../token/ops/create" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies] diff --git a/svc/templates/operation/Cargo.toml b/svc/templates/operation/Cargo.toml index 6d931ce4f..f47379368 100644 --- a/svc/templates/operation/Cargo.toml +++ b/svc/templates/operation/Cargo.toml @@ -10,7 +10,8 @@ chirp-client = { path = "../../../../../lib/chirp/client" } rivet-operation = { path = "../../../../../lib/operation/core" } [dependencies.sqlx] -version = "0.7" +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" default-features = false [dev-dependencies]