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 173213d..3909237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,11 +34,11 @@ bytes = { path = "./crates/bytes" } libmpv2 = { path = "./crates/libmpv2" } # Shared -log = "0.4.22" -serde = { version = "1.0.216", features = ["derive"] } -serde_json = "1.0.133" +log = "0.4.25" +serde = { version = "1.0.217", features = ["derive"] } +serde_json = "1.0.138" url = { version = "2.5.4", features = ["serde"] } -tokio = { version = "1.42.0", features = [ +tokio = { version = "1.43.0", features = [ "rt-multi-thread", "macros", "process", |