From 0778ba268ab9505fad67253b09e8aa51cc5aa98f Mon Sep 17 00:00:00 2001 From: gak Date: Tue, 29 Aug 2023 10:50:30 +1000 Subject: [PATCH] chore: cargo update, description update --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7aec22e..2c224a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "teslatte" version = "0.0.1" -description = "A Rust crate for querying the Tesla API." +description = "A Rust crate and CLI for querying the Tesla API." edition = "2021" license = "MIT OR Apache-2.0" @@ -20,11 +20,11 @@ reqwest = { version = "0.11", features = ["rustls-tls", "cookies", "json"] } url = "2.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -rustls = "0.20" -rand = "0.8" -chrono = { version = "0.4", features = ["serde"] } -strum = { version = "0.24.1", features = ["derive"] } -urlencoding = "2.1.0" +rustls = "0.21.5" +rand = "0.8.5" +chrono = { version = "0.4.26", features = ["serde"] } +strum = { version = "0.25.0", features = ["derive"] } +urlencoding = "2.1.3" derive_more = "0.99" pkce = "0.2.0"