Skip to content

Commit fb85689

Browse files
committed
cargo: remove lazy_static dependency
It's not used anymore.
1 parent 62f6486 commit fb85689

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scylla-rust-wrapper/Cargo.lock

Lines changed: 1 addition & 2 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v0
1414
"ssl",
1515
] }
1616
tokio = { version = "1.27.0", features = ["full"] }
17-
lazy_static = "1.4.0"
1817
uuid = "1.1.2"
1918
machine-uid = "0.2.0"
2019
rand = "0.8.4"

0 commit comments

Comments
 (0)