Skip to content

Commit 9fe3acd

Browse files
authored
bump Rust Driver to 1.6.0 + later panic fix (#462)
CI tests are failing due to a panic in the Rust Driver, which was fixed in scylla-rust-driver/pull/1644, after 1.6.0 was released. This PR updates the driver to commit e04a12a9950cb3d051288541d5439835098c5cc2 (the newest commit on Rust Driver's main branch), which should fix the CI tests. `Cargo.lock`'s changes were performed by running: ``` cargo update -p scylla-cql -p scylla-proxy -p scylla --manifest-path=scylla-rust-wrapper/Cargo.toml ```
2 parents 18bd75c + 938bf62 commit 9fe3acd

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

scylla-rust-wrapper/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-rust-wrapper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
rust-version = "1.88"
1212

1313
[dependencies]
14-
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.5.0", features = [
14+
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "e04a12a9950cb3d051288541d5439835098c5cc2", features = [
1515
"openssl-010",
1616
"metrics",
1717
"unstable-cpp-rs",
@@ -38,8 +38,8 @@ bindgen = "0.65"
3838
chrono = "0.4.20"
3939

4040
[dev-dependencies]
41-
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.5.0" }
42-
scylla-cql = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.5.0" }
41+
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "e04a12a9950cb3d051288541d5439835098c5cc2" }
42+
scylla-cql = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "e04a12a9950cb3d051288541d5439835098c5cc2" }
4343
bytes = "1.10.0"
4444
itertools = "0.10.3"
4545
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)