diff --git a/Cargo.toml b/Cargo.toml index f1d13bc..5ff7dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpvipc" -version = "1.2.1" +version = "1.2.2" authors = ["Jonas Frei "] description = "A small library which provides bindings to control existing mpv instances through sockets." license = "GPL-3.0" @@ -10,7 +10,7 @@ documentation = "https://docs.rs/mpvipc/" edition = "2018" [dependencies] -serde = "1.0.138" +serde = "1.0.140" serde_json = "1.0.82" log = "0.4.17"