diff --git a/Cargo.lock b/Cargo.lock index 3abd438..70e9910 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,6 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1268,11 +1267,6 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "time" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "tokio" version = "0.1.22" @@ -1696,7 +1690,6 @@ dependencies = [ "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" "checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" -"checksum time 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ac6de5d6171ae395cd957a9cfdcf9a41e39fe23e558b29043104a896a79021b6" "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" diff --git a/Cargo.toml b/Cargo.toml index 5a396a6..2591127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bleak" version = "0.1.0" authors = ["Wyatt J. Miller "] -edition = "2015" +edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,5 +12,4 @@ serde_derive = "1.0.104" serde_json = "1.0.44" reqwest = "0.9.24" select = "0.4.3" -chrono = "0.4.10" -time = "0.2.1" \ No newline at end of file +chrono = "0.4.10" \ No newline at end of file