From 58a0e414ed74cd678e29a380d4401e194eaa49ac Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 16 Sep 2021 16:43:52 +0200 Subject: [PATCH] updated dependencies --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ec6340..7223592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 9fc1bad..8641afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file +serde_json = "1.0.68" \ No newline at end of file