chore: cargo update, description update

This commit is contained in:
gak 2023-08-29 10:50:30 +10:00
parent 635bd84384
commit 0778ba268a
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
[package] [package]
name = "teslatte" name = "teslatte"
version = "0.0.1" 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" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -20,11 +20,11 @@ reqwest = { version = "0.11", features = ["rustls-tls", "cookies", "json"] }
url = "2.2" url = "2.2"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
rustls = "0.20" rustls = "0.21.5"
rand = "0.8" rand = "0.8.5"
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4.26", features = ["serde"] }
strum = { version = "0.24.1", features = ["derive"] } strum = { version = "0.25.0", features = ["derive"] }
urlencoding = "2.1.0" urlencoding = "2.1.3"
derive_more = "0.99" derive_more = "0.99"
pkce = "0.2.0" pkce = "0.2.0"