diff --git a/Cargo.lock b/Cargo.lock index 06abc96..c6fcdc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -410,7 +410,6 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" dependencies = [ - "cc", "pkg-config", "vcpkg", ] diff --git a/Cargo.toml b/Cargo.toml index abcd466..8db8fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,6 @@ features = ["std", "derive", "help"] [dependencies.rusqlite] version = "0.32" -features = ["bundled"] [dependencies.time] version = "0.3"