Skip to content

Commit 41bc8d5

Browse files
committed
Update rust driver dependency
1 parent 5ca60e7 commit 41bc8d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
napi = { version = "3.6.0", default-features = false, features = ["napi4", "napi6", "async"] }
1212
napi-derive = "3.4.0"
13-
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "4f02969823f7b07b0d6b007a11863fe4aac95821", features = ["num-bigint-03", "openssl-010", "unstable-nodejs-rs"] }
13+
scylla = { version = "1.5.0", features = ["num-bigint-03", "openssl-010", "unstable-nodejs-rs"] }
1414
tokio = { version = "1.34", features = ["full"] }
1515
futures = "0.3"
1616
uuid = "1"

benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "benchmark"
44
version = "0.0.0"
55

66
[dependencies]
7-
scylla = { version = "1.4.0", features = ["chrono-04"] }
7+
scylla = { version = "1.5.0", features = ["chrono-04"] }
88
tokio = { version = "1.34", features = ["full"] }
99
uuid = "1"
1010
futures = "0.3"

0 commit comments

Comments
 (0)