updated dependencies

This commit is contained in:
Paul Lecuq 2021-09-16 16:43:52 +02:00
parent 81093fa97b
commit 58a0e414ed
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -853,9 +853,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
"itoa",
"ryu",

View File

@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
clap = { version = "2.33.3" }
embedded-graphics = { version = "0.7", optional = true }
embedded-graphics = { version = "0.7.1", optional = true }
launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" }
reqwest = { version = "0.11.4", features = ["blocking", "json"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.67"
serde_json = "1.0.68"