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"