Commit 9fe3acd
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 files changed
Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments