Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Dec 14, 2022
1 parent c3449cb commit 24b9af3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
32 changes: 15 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shotover-proxy/Cargo.toml
Expand Up @@ -65,7 +65,7 @@ halfbrown = "0.1.11"

# Transform dependencies
redis-protocol = { version = "4.0.1", features = ["decode-mut"] }
cassandra-protocol = { git = "https://github.com/conorbros/cdrs-tokio", branch = "8.0-dev" }
cassandra-protocol = { git = "https://github.com/krojew/cdrs-tokio", branch = "8.0-dev" }
crc16 = "0.4.0"
ordered-float = { version = "3.0.0", features = ["serde"] }

Expand All @@ -92,7 +92,7 @@ hex-literal = "0.3.3"
nix = "0.26.0"
reqwest = "0.11.6"
metrics-util = "0.14.0"
cdrs-tokio = { git = "https://github.com/conorbros/cdrs-tokio", branch = "8.0-dev" }
cdrs-tokio = { git = "https://github.com/krojew/cdrs-tokio", branch = "8.0-dev" }
scylla = { git = "https://github.com/scylladb/scylla-rust-driver", features = ["ssl"] }
rstest = "0.16.0"

Expand Down
6 changes: 3 additions & 3 deletions shotover-proxy/tests/cassandra_int_tests/routing.rs
Expand Up @@ -354,7 +354,7 @@ mod composite_key {

let name: String = "0FjhKM4rJQJaniCNHEkKlelmUsYIBJJ9IZuBh44WJTrcPrez".into();

let _ = connection
connection
.execute_prepared(
&range,
&[
Expand All @@ -365,7 +365,7 @@ mod composite_key {
.await
.unwrap();

let _ = connection
connection
.execute_prepared(
&simple2,
&[
Expand All @@ -376,7 +376,7 @@ mod composite_key {
.await
.unwrap();

let _ = connection
connection
.execute_prepared(
&simple1,
&[ResultValue::Varchar(name), ResultValue::Boolean(true)],
Expand Down

0 comments on commit 24b9af3

Please sign in to comment.