diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index 782670a..2a2a060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,10 +35,10 @@ libmpv2 = { path = "./crates/libmpv2" } # Shared log = "0.4.22" -serde = { version = "1.0.210", features = ["derive"] } -serde_json = "1.0.128" -url = { version = "2.5.2", features = ["serde"] } -tokio = { version = "1.40.0", features = [ +serde = { version = "1.0.214", features = ["derive"] } +serde_json = "1.0.132" +url = { version = "2.5.3", features = ["serde"] } +tokio = { version = "1.41.0", features = [ "rt-multi-thread", "macros", "process", |