From 34bdcb6a2fc54625bb4e3cc39b49b45e6946ae5f Mon Sep 17 00:00:00 2001 From: Conor Date: Fri, 6 Oct 2023 21:33:11 +1100 Subject: [PATCH] switch to shotover org cql-ws repo (#1352) Co-authored-by: Lucas Kent --- Cargo.lock | 2 +- shotover-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 283a22262..36212acd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1258,7 +1258,7 @@ dependencies = [ [[package]] name = "cql-ws" version = "0.1.0" -source = "git+https://github.com/conorbros/cql-ws#4eba0f5171e9b85964be98cc8ba8b763cdc48b12" +source = "git+https://github.com/shotover/cql-ws#4eba0f5171e9b85964be98cc8ba8b763cdc48b12" dependencies = [ "cassandra-protocol", "futures-util", diff --git a/shotover-proxy/Cargo.toml b/shotover-proxy/Cargo.toml index 2ab955b2b..e1439f765 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -48,7 +48,7 @@ rustls-pemfile = "1.0.2" aws-throwaway.workspace = true windsock = { path = "../windsock" } regex = "1.7.0" -cql-ws = { git = "https://github.com/conorbros/cql-ws" } +cql-ws = { git = "https://github.com/shotover/cql-ws" } opensearch = "2.1.0" serde_json = "1.0.103" time = { version = "0.3.25" }