From 4bc14c8de38d6e5ae638b94d18ea368b0c0b55b4 Mon Sep 17 00:00:00 2001 From: conorbros Date: Thu, 5 Oct 2023 17:51:52 +1100 Subject: [PATCH] switch to shotover org cql-ws repo --- Cargo.lock | 2 +- shotover-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index deb79459d..12f532bbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,7 +1247,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 7870ab944..c81851248 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -49,7 +49,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" }