diff --git a/lib/chirp-workflow/core/Cargo.toml b/lib/chirp-workflow/core/Cargo.toml index e4acfd4c8a..28ba4c9d53 100644 --- a/lib/chirp-workflow/core/Cargo.toml +++ b/lib/chirp-workflow/core/Cargo.toml @@ -25,12 +25,23 @@ rivet-runtime = { path = "../../runtime" } rivet-util = { path = "../../util/core" } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" -sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "uuid", "json", "ipnetwork"] } thiserror = "1.0.59" tokio = { version = "1.37.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } +[dependencies.sqlx] +git = "https://github.com/rivet-gg/sqlx" +rev = "08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +default-features = false +features = [ + "runtime-tokio", + "postgres", + "uuid", + "json", + "ipnetwork" +] + [dev-dependencies] anyhow = "1.0.82" diff --git a/lib/pools/Cargo.toml b/lib/pools/Cargo.toml index ac64d1541b..001c18627d 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/lib/pools/src/lib.rs b/lib/pools/src/lib.rs index 789a83f631..c42909d6a9 100644 --- a/lib/pools/src/lib.rs +++ b/lib/pools/src/lib.rs @@ -147,6 +147,7 @@ async fn crdb_from_env(_client_name: String) -> Result, Error> // // See max lifetime https://www.cockroachlabs.com/docs/stable/connection-pooling#set-the-maximum-lifetime-of-connections .max_lifetime(Duration::from_secs(15 * 60)) + .max_lifetime_jitter(Duration::from_secs(90)) // Remove connections after a while in order to reduce load // on CRDB after bursts .idle_timeout(Some(Duration::from_secs(3 * 60))) diff --git a/svc/Cargo.lock b/svc/Cargo.lock index 90a7ee52f6..439c66bf04 100644 --- a/svc/Cargo.lock +++ b/svc/Cargo.lock @@ -1491,7 +1491,7 @@ dependencies = [ "reqwest", "rivet-operation", "rivet-util-build", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -1510,7 +1510,7 @@ dependencies = [ "rivet-connection", "rivet-operation", "rivet-pools", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -1529,7 +1529,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1542,7 +1542,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1609,7 +1609,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-captcha", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1669,7 +1669,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1681,7 +1681,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1692,7 +1692,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1706,7 +1706,7 @@ dependencies = [ "game-resolve-namespace-id", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1721,7 +1721,7 @@ dependencies = [ "game-resolve-namespace-id", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1735,7 +1735,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1748,7 +1748,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1760,7 +1760,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1772,7 +1772,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1786,7 +1786,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -1802,7 +1802,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1815,7 +1815,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1828,7 +1828,7 @@ dependencies = [ "faker-game-version", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1857,7 +1857,7 @@ dependencies = [ "itertools 0.10.5", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "unzip-n", ] @@ -1896,7 +1896,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1907,7 +1907,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -1918,7 +1918,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2069,7 +2069,7 @@ dependencies = [ "rivet-util", "serde", "serde_json", - "sqlx", + "sqlx 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror", "tokio", "tracing", @@ -2187,7 +2187,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2199,7 +2199,7 @@ dependencies = [ "cloud-game-config-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2211,7 +2211,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -2232,7 +2232,7 @@ dependencies = [ "mm-config-namespace-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2251,7 +2251,7 @@ dependencies = [ "mm-config-namespace-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2265,7 +2265,7 @@ dependencies = [ "game-token-development-validate", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -2280,7 +2280,7 @@ dependencies = [ "prost 0.10.4", "rivet-claims", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -2301,7 +2301,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2327,7 +2327,7 @@ dependencies = [ "region-list", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2373,7 +2373,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2384,7 +2384,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2395,7 +2395,7 @@ dependencies = [ "chirp-worker", "ip-info", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2406,7 +2406,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2417,7 +2417,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2432,7 +2432,7 @@ dependencies = [ "rivet-metrics", "rivet-operation", "rivet-runtime", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -2449,7 +2449,7 @@ dependencies = [ "nomad_client", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2529,7 +2529,7 @@ dependencies = [ "rivet-operation", "rivet-runtime", "rivet-util-cluster", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -2543,7 +2543,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2555,7 +2555,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-cluster", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2566,7 +2566,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2582,7 +2582,7 @@ dependencies = [ "rivet-operation", "rivet-runtime", "rivet-util-cluster", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -2596,7 +2596,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2607,7 +2607,7 @@ dependencies = [ "chirp-worker", "cluster-server-list", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2618,7 +2618,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2629,7 +2629,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2640,7 +2640,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -2674,7 +2674,7 @@ dependencies = [ "rivet-util-cluster", "s3-util", "serde_yaml", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "ssh2", "thiserror", "token-create", @@ -2919,7 +2919,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-prepare", ] @@ -2932,7 +2932,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -3003,7 +3003,7 @@ dependencies = [ "rand", "rivet-operation", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3148,7 +3148,7 @@ dependencies = [ "email-verification-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3168,7 +3168,7 @@ dependencies = [ "reqwest", "rivet-operation", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-prepare", ] @@ -3239,7 +3239,7 @@ dependencies = [ "rivet-operation", "serde", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3407,7 +3407,7 @@ dependencies = [ "region-get", "region-list", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3670,7 +3670,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -3687,7 +3687,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-team", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "team-get", ] @@ -3701,7 +3701,7 @@ dependencies = [ "game-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-file-list", "upload-get", ] @@ -3714,7 +3714,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3726,7 +3726,7 @@ dependencies = [ "faker-game", "faker-team", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3739,7 +3739,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -3756,7 +3756,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3770,7 +3770,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3784,7 +3784,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3798,7 +3798,7 @@ dependencies = [ "game-namespace-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3840,7 +3840,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3857,7 +3857,7 @@ dependencies = [ "prost 0.10.4", "region-list-for-game", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3869,7 +3869,7 @@ dependencies = [ "faker-game", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3882,7 +3882,7 @@ dependencies = [ "game-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3896,7 +3896,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3920,7 +3920,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-game-user", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -3934,7 +3934,7 @@ dependencies = [ "game-user-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3949,7 +3949,7 @@ dependencies = [ "game-user-link-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -3964,7 +3964,7 @@ dependencies = [ "game-user-link-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3977,7 +3977,7 @@ dependencies = [ "game-user-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -3993,7 +3993,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4022,7 +4022,7 @@ dependencies = [ "rivet-metrics", "rivet-runtime", "rivet-util-game-user", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", "token-exchange", "token-revoke", @@ -4050,7 +4050,7 @@ dependencies = [ "game-version-list", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4063,7 +4063,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4076,7 +4076,7 @@ dependencies = [ "game-version-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4524,7 +4524,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4536,7 +4536,7 @@ dependencies = [ "identity-config-namespace-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4549,7 +4549,7 @@ dependencies = [ "faker-game-version", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4573,7 +4573,7 @@ dependencies = [ "identity-config-version-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4678,7 +4678,7 @@ dependencies = [ "rivet-operation", "serde", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4765,7 +4765,7 @@ dependencies = [ "rivet-pools", "rivet-runtime", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -4815,7 +4815,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-job", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4863,7 +4863,7 @@ dependencies = [ "rustls 0.20.9", "serde", "sha2", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", "webpki 0.22.4", "webpki-roots 0.22.6", @@ -4900,7 +4900,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4912,7 +4912,7 @@ dependencies = [ "kv-config-namespace-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4925,7 +4925,7 @@ dependencies = [ "faker-game-version", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4949,7 +4949,7 @@ dependencies = [ "kv-config-version-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -4960,7 +4960,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5068,7 +5068,7 @@ dependencies = [ "rivet-util-linode", "serde", "serde_json", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -5083,7 +5083,7 @@ dependencies = [ "rivet-operation", "rivet-util-cluster", "rivet-util-linode", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5098,7 +5098,7 @@ dependencies = [ "rivet-operation", "rivet-util-cluster", "rivet-util-linode", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5113,7 +5113,7 @@ dependencies = [ "rivet-operation", "rivet-util-cluster", "rivet-util-linode", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5129,7 +5129,7 @@ dependencies = [ "rivet-runtime", "rivet-util-cluster", "rivet-util-linode", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5231,7 +5231,7 @@ dependencies = [ "rivet-metrics", "rivet-operation", "rivet-runtime", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -5394,7 +5394,7 @@ dependencies = [ "chirp-client", "chirp-worker", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5404,7 +5404,7 @@ dependencies = [ "chirp-client", "chirp-worker", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5418,7 +5418,7 @@ dependencies = [ "mm-config-version-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5434,7 +5434,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5448,7 +5448,7 @@ dependencies = [ "mm-config-version-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5462,7 +5462,7 @@ dependencies = [ "mm-config-namespace-get", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5483,7 +5483,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5495,7 +5495,7 @@ dependencies = [ "mm-config-namespace-create", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5512,7 +5512,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5535,7 +5535,7 @@ dependencies = [ "rivet-util-job", "rivet-util-mm", "s3-util", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tier-list", "upload-get", ] @@ -5553,7 +5553,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5588,7 +5588,7 @@ dependencies = [ "rivet-pools", "rivet-runtime", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -5636,7 +5636,7 @@ dependencies = [ "chirp-worker", "faker-mm-lobby", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5649,7 +5649,7 @@ dependencies = [ "faker-mm-lobby", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5662,7 +5662,7 @@ dependencies = [ "faker-mm-lobby-row", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5684,7 +5684,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5697,7 +5697,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5709,7 +5709,7 @@ dependencies = [ "faker-mm-lobby", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5722,7 +5722,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5742,7 +5742,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5755,7 +5755,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5768,7 +5768,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-mm", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5780,7 +5780,7 @@ dependencies = [ "faker-mm-lobby", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -5835,7 +5835,7 @@ dependencies = [ "rivet-util-mm", "s3-util", "serde", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "team-get", "tier-list", "token-create", @@ -6862,7 +6862,7 @@ dependencies = [ "faker-region", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -6876,7 +6876,7 @@ dependencies = [ "prost 0.10.4", "rivet-operation", "rivet-util-cluster", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -6890,7 +6890,7 @@ dependencies = [ "faker-region", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -6905,7 +6905,7 @@ dependencies = [ "region-get", "region-list", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -6920,7 +6920,7 @@ dependencies = [ "region-get", "region-list", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -6935,7 +6935,7 @@ dependencies = [ "region-get", "region-list-for-game", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -7362,7 +7362,7 @@ dependencies = [ "rand", "redis", "rivet-metrics", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "thiserror", "tokio", "tokio-util 0.7.10", @@ -8197,11 +8197,23 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" dependencies = [ - "sqlx-core", - "sqlx-macros", - "sqlx-mysql", - "sqlx-postgres", - "sqlx-sqlite", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-macros 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-mysql 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-postgres 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-sqlite 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sqlx" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +dependencies = [ + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-macros 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-mysql 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-postgres 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-sqlite 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8209,6 +8221,46 @@ name = "sqlx-core" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" +dependencies = [ + "ahash 0.8.11", + "atoi", + "byteorder", + "bytes", + "crc", + "crossbeam-queue", + "either", + "event-listener", + "futures-channel", + "futures-core", + "futures-intrusive", + "futures-io", + "futures-util", + "hashlink", + "hex", + "indexmap 2.2.6", + "ipnetwork", + "log", + "memchr", + "once_cell", + "paste", + "percent-encoding", + "serde", + "serde_json", + "sha2", + "smallvec", + "sqlformat", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "url", + "uuid", +] + +[[package]] +name = "sqlx-core" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" dependencies = [ "ahash 0.8.11", "atoi", @@ -8234,6 +8286,7 @@ dependencies = [ "once_cell", "paste", "percent-encoding", + "rand", "serde", "serde_json", "sha2", @@ -8255,8 +8308,20 @@ checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" dependencies = [ "proc-macro2", "quote", - "sqlx-core", - "sqlx-macros-core", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-macros-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109", +] + +[[package]] +name = "sqlx-macros" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +dependencies = [ + "proc-macro2", + "quote", + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-macros-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "syn 1.0.109", ] @@ -8276,10 +8341,35 @@ dependencies = [ "serde", "serde_json", "sha2", - "sqlx-core", - "sqlx-mysql", - "sqlx-postgres", - "sqlx-sqlite", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-mysql 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-postgres 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sqlx-sqlite 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109", + "tempfile", + "tokio", + "url", +] + +[[package]] +name = "sqlx-macros-core" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +dependencies = [ + "dotenvy", + "either", + "heck 0.4.1", + "hex", + "once_cell", + "proc-macro2", + "quote", + "serde", + "serde_json", + "sha2", + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-mysql 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-postgres 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", + "sqlx-sqlite 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "syn 1.0.109", "tempfile", "tokio", @@ -8321,7 +8411,49 @@ dependencies = [ "sha1", "sha2", "smallvec", - "sqlx-core", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "stringprep", + "thiserror", + "tracing", + "uuid", + "whoami", +] + +[[package]] +name = "sqlx-mysql" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +dependencies = [ + "atoi", + "base64 0.21.7", + "bitflags 2.5.0", + "byteorder", + "bytes", + "crc", + "digest", + "dotenvy", + "either", + "futures-channel", + "futures-core", + "futures-io", + "futures-util", + "generic-array", + "hex", + "hkdf", + "hmac", + "itoa 1.0.11", + "log", + "md-5", + "memchr", + "once_cell", + "percent-encoding", + "rand", + "rsa", + "serde", + "sha1", + "sha2", + "smallvec", + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "stringprep", "thiserror", "tracing", @@ -8334,6 +8466,45 @@ name = "sqlx-postgres" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" +dependencies = [ + "atoi", + "base64 0.21.7", + "bitflags 2.5.0", + "byteorder", + "crc", + "dotenvy", + "etcetera", + "futures-channel", + "futures-core", + "futures-io", + "futures-util", + "hex", + "hkdf", + "hmac", + "home", + "ipnetwork", + "itoa 1.0.11", + "log", + "md-5", + "memchr", + "once_cell", + "rand", + "serde", + "serde_json", + "sha2", + "smallvec", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "stringprep", + "thiserror", + "tracing", + "uuid", + "whoami", +] + +[[package]] +name = "sqlx-postgres" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" dependencies = [ "atoi", "base64 0.21.7", @@ -8362,7 +8533,7 @@ dependencies = [ "serde_json", "sha2", "smallvec", - "sqlx-core", + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "stringprep", "thiserror", "tracing", @@ -8387,7 +8558,30 @@ dependencies = [ "log", "percent-encoding", "serde", - "sqlx-core", + "sqlx-core 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "url", + "urlencoding", + "uuid", +] + +[[package]] +name = "sqlx-sqlite" +version = "0.7.4" +source = "git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b#08d6e61aa0572e7ec557abbedb72cebb96e1ac5b" +dependencies = [ + "atoi", + "flume", + "futures-channel", + "futures-core", + "futures-executor", + "futures-intrusive", + "futures-util", + "libsqlite3-sys", + "log", + "percent-encoding", + "serde", + "sqlx-core 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tracing", "url", "urlencoding", @@ -8576,7 +8770,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -8590,7 +8784,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-file-list", "upload-get", ] @@ -8604,7 +8798,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8617,7 +8811,7 @@ dependencies = [ "rivet-health-checks", "rivet-metrics", "rivet-runtime", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "team-member-list", "team-user-ban-get", ] @@ -8630,7 +8824,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8641,7 +8835,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8652,7 +8846,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8663,7 +8857,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8675,7 +8869,7 @@ dependencies = [ "faker-team", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8686,7 +8880,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8697,7 +8891,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8709,7 +8903,7 @@ dependencies = [ "faker-team", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "team-get", ] @@ -8723,7 +8917,7 @@ dependencies = [ "prost 0.10.4", "regex", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8734,7 +8928,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8745,7 +8939,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8802,7 +8996,7 @@ dependencies = [ "rivet-operation", "rivet-pools", "rivet-runtime", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "team-get", "team-member-count", "tokio", @@ -8936,7 +9130,7 @@ dependencies = [ "prost 0.10.4", "rivet-claims", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -8948,7 +9142,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -8961,7 +9155,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -8974,7 +9168,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] @@ -9512,7 +9706,7 @@ dependencies = [ "reqwest", "rivet-operation", "s3-util", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-get", "upload-prepare", "url", @@ -9527,7 +9721,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -9539,7 +9733,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-prepare", ] @@ -9552,7 +9746,7 @@ dependencies = [ "chrono", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-prepare", ] @@ -9568,7 +9762,7 @@ dependencies = [ "reqwest", "rivet-operation", "s3-util", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", ] @@ -9587,7 +9781,7 @@ dependencies = [ "rivet-operation", "rivet-pools", "s3-util", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "tokio", "tracing", "tracing-subscriber", @@ -9603,7 +9797,7 @@ dependencies = [ "rivet-metrics", "rivet-runtime", "s3-util", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-get", "upload-prepare", ] @@ -9652,7 +9846,7 @@ dependencies = [ "prost 0.10.4", "reqwest", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-complete", "upload-get", "upload-prepare", @@ -9696,7 +9890,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9708,7 +9902,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9720,7 +9914,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9732,7 +9926,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9744,7 +9938,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9756,7 +9950,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -9780,7 +9974,7 @@ dependencies = [ "prost 0.10.4", "rand", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "upload-file-list", "upload-get", ] @@ -9806,7 +10000,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", ] @@ -9819,7 +10013,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", ] @@ -9831,7 +10025,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-follow-toggle", ] @@ -9844,7 +10038,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", "user-identity-get", ] @@ -9908,7 +10102,7 @@ dependencies = [ "rivet-metrics", "rivet-runtime", "rivet-util-user-presence", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -9921,7 +10115,7 @@ dependencies = [ "profanity-check", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-get", ] @@ -9945,7 +10139,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", ] @@ -9958,7 +10152,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", ] @@ -9972,7 +10166,7 @@ dependencies = [ "prost 0.10.4", "regex", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "user-identity-create", ] @@ -10005,7 +10199,7 @@ dependencies = [ "chirp-worker", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", ] [[package]] @@ -10017,7 +10211,7 @@ dependencies = [ "faker-user", "prost 0.10.4", "rivet-operation", - "sqlx", + "sqlx 0.7.4 (git+https://github.com/rivet-gg/sqlx?rev=08d6e61aa0572e7ec557abbedb72cebb96e1ac5b)", "token-create", ] diff --git a/svc/pkg/build/ops/create/Cargo.toml b/svc/pkg/build/ops/create/Cargo.toml index e87e2efa82..a5c41bac03 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 cf364beec9..b5fb8f4429 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 eecc9f05d4..eb5d064561 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 b898c9dcac..5056808a1f 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 49f00ab650..b362357ae9 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 672fa707c2..552641e0f9 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 6305303db6..b428c89d1c 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 9a9bc742a7..a7757a4c33 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 3554b6275d..7d03760d02 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 2b90bc22a8..198cd57d06 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 eea4061a7d..a23424ad35 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 832f8f728d..0d0b6e554e 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 ffda4d9a9f..da206924df 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 e8f9f69d8c..1816523279 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 137568114e..b5c3f7d2c1 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 78ea56136e..f5df41f11d 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 aa7ef5eeee..30c318ac46 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 d235c43985..a62cbb9247 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 c120c26d5f..f0a90b761d 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 92ff394c87..c653162e0d 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 ff57605bb2..f1243eda7f 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 357e40d5ee..3cc439a0f3 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 218ead96b1..e83325ffbb 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 713ca66cdf..9d947be675 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 dabb61f942..a0baaa25dd 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 51266591d5..d31994b1e2 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 be55789f3d..4243f4340f 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 6385393508..d26978548e 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 843a162eaf..e2f45fae07 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 e12f326459..d8417cfec8 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 a588da9d48..186db03508 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 aa7d3bbbb8..7e1073ba22 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 544a88793d..9d8912e109 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 3a307b2550..b8121e63d4 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 6d2da13280..0ff168c36c 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 95984526cd..9b3cd70b56 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 eeba6022b4..51d851aa80 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 39156e4bc8..5ac4fb8175 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 b7a9ccd9d2..7f62318ae5 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 808e11da9a..99f578e4a3 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 38b7161a5a..2fdac5937a 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 4e4ebfa278..d2e39e60b3 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 6592b6833b..5861543d25 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 e7a984a2cc..e79c7aabfb 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 5ebcc9c6f9..43e8d63f78 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 be07fbb80b..61b2cf47d7 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 0fb3ee42fe..242b1b67fd 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 206f7ec62e..bc0073f004 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 7b9acb7924..7fefd6abd3 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 b4a52b6628..21b5278368 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 a4a6b24ab2..c322cd7aa3 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 4aa45411ad..40b39e6cf6 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 5d1ad22ddd..9a12da5581 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 84bc0bc4b3..cce8205cfe 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 54da91c397..ec0ff0b75a 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 0ae439a4a5..3490e3f14b 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 3f696e7904..6a451fcb46 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 634653e561..ce4e4a6d27 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 598aca9ab7..078ea5b97a 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 101d792126..61fc81604d 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 8130d4c48f..d71d35fbb4 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 3067e8ddaf..80eba2a92c 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 b436d3dc70..ce1f62ac73 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 40a6e5d00c..03f1a532fd 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 b80d110ca3..16855fbc61 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 dea03a20fd..7d8f8518bb 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 6ad326e771..7f5f23cefb 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 0ae6a826b4..a0b901efc5 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 a2bd21bd65..2e473699ca 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 58d79771f4..1ac8a197fa 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 ac57f7f6a5..683959f217 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 b3360856d9..8cb1172675 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 b88903ed88..b33503423c 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 5efce537ab..ee1a0517fe 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 fb15e12e7f..5d50bda5e1 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 96525034f9..c7c9cd3c02 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 b655bf3e55..4f74587fb0 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 32803c7753..1d753667c8 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 aa13181db3..6bfad5e0d5 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 77177c686a..8c83dec782 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 8e13e877c7..7ae5b56736 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 65ebf17e15..63e3ea283a 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 eb5689072b..72d27aaf94 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 486e23b690..116ef54459 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 2121849806..816875383f 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 2a312e0efa..fca711aa2f 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 fd5b405c98..6b8ed2604b 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 7eab2d4205..c0f39984ad 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 3bf4b4170b..1d7667e3e5 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 7a12534b1f..3f89459da3 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 6d08096830..e72e62da18 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 53f41530c8..4db826d946 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 3bc1f3e1ae..1c5299778d 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 d2cd873ec0..1e4a39b3f5 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 ba4fee3c81..fb8fa5f830 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 1d008153d4..23c155ed3a 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 0a8eee2cec..a7e25cafb1 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 536c1d27ee..4a2cd1ce50 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 afbb495a97..4ac5b98f4b 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 f3067dd694..42028a84b3 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 bd10722106..429a767e64 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 4ce41724f8..3cc7040126 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 fa9a481837..e15f6bd625 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 5db951feef..61d56f90cd 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 68e4cb5c55..a26b37427a 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 e1d03a536b..7922eb0b44 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 a8772da17b..8b7467e2ba 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 c8f76fb4d7..3e31cb7337 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 92eb45060d..25ef6d0544 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 f88c053755..4a28c7df02 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 ae1bcc3678..c277e5ea0d 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 5cbc4355f6..52295764e3 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 6054ba787a..6698af139d 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 307281a483..957a3fa92f 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 5e9139a0a8..f9e25501f8 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 61a2d075e3..acfe063c45 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 f94ad7f0af..78f2c06ea6 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 92c33f83e9..9d842eee7c 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 464883619d..a23ec56af9 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 9711ca3b76..c4f47c6246 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 8e042c65dc..7076ee26f7 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 97844598dd..3cc0748f5d 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 e1901c1da7..f4f6213563 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 7ebffcb242..1097a4fa09 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 1f08ec5c4e..2520092ccb 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 6e36320994..a7b72c1dcf 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 66f238f9cb..7be1a8d5af 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 0ef43b2fe8..43b5806d6b 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 c50424b11e..59548df974 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 560aae785a..6dbcda2f7b 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 4be6c75e52..c054afcabf 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 ac5ef86f16..16768c2dce 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 59cedc9905..de4c53d6c4 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 6d49c15be9..06c1b634ef 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 799d7deb82..8b6b2573e9 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 abc8082746..a44cf64531 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 5e67ba6070..28255f951f 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 bb91770310..d4b2b2a530 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 d4cafd79a1..e8aeeeddc5 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 1ad8942225..ba4aae3d3d 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 b403ae6036..5f0ca85fe7 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 7dcfb11497..fb121006cf 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 5ce0994f0b..489d3d7c25 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 7ae87371c6..24ac599824 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 854d8e8439..54cf1839f4 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 3aa335ea66..b17bb90632 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 492125e2f2..6d27d10155 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 8d66a1508c..147b129836 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 e9aa26abb7..6b69fe2d16 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 6a5e03adcc..2e678ac94f 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 10534c446d..9c433630f6 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 ed0d1398a0..d9859ae8c2 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 1a69d8e2be..c5705590d3 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 f35189aca2..f9e7c4fb9f 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 0d0ba72da1..bf214181fc 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 265e033e74..ba3894e303 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 b9a333ef1e..a15e240325 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 e0de1fd47f..924738a373 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 cae07ae24c..6826cf4770 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 be64b91265..d9153f270c 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 b5848659ff..3550e413b9 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 81d492ee13..ef2e4fe80d 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 8bdc68a62d..288d4b264b 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 9f61e3b651..e4d1878e2b 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 1ad84b9f48..2be719bc23 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 4e6edbb328..1779188fd4 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 5751a7ce4a..2b00f37997 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 75a35f343a..92dac195cf 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 7f6c7aeec4..416bf48a49 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 b796b791ec..4ea5f04e48 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 3a523143c9..84e1b5f924 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 a7946efbda..330b6a1097 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 bbd8912d34..f0f12e269f 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 1418fa1579..048ab024c8 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 c3eceb69b0..37f116261f 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 002315acb4..97e3555af2 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 6d931ce4f8..f473793686 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]