From fe6b191a3b4ca872fd75e3430ef2b61e2e65941b Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Thu, 3 Aug 2023 12:55:41 +0200 Subject: [PATCH] Updated crates, switched edition to 2021, version update --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ff7dfc..cce3b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,17 @@ [package] name = "mpvipc" -version = "1.2.2" +version = "1.3.0" authors = ["Jonas Frei "] description = "A small library which provides bindings to control existing mpv instances through sockets." license = "GPL-3.0" homepage = "https://gitlab.com/mpv-ipc/mpvipc" repository = "https://gitlab.com/mpv-ipc/mpvipc" documentation = "https://docs.rs/mpvipc/" -edition = "2018" +edition = "2021" [dependencies] -serde = "1.0.140" -serde_json = "1.0.82" -log = "0.4.17" +serde_json = "1.0.104" +log = "0.4.19" [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.10.0"