X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/5aaf86668ac350b6da0d676d9359260fe3f5548d..caee5d1375cb0680b4ccec0d760b73a6fee460b4:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index e2c8ce5..d7cc7a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,18 +12,18 @@ name = "lrc" path = "src/main.rs" [dependencies] -clap = { version = "4.5.2", features = ["derive"] } +clap = { version = "4.5.27", features = ["derive"] } percent-encoding = "2.3.1" -reqwest = { version = "0.11", features = ["json", "native-tls", "native-tls-vendored"] } -scraper = "0.19.0" -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" -tokio = { version = "1", features = ["full"] } +reqwest = { version = "0.12.12", features = ["json", "native-tls-vendored"] } +scraper = "0.22.0" +serde = { version = "1.0.217", features = ["derive"] } +serde_json = "1.0.137" +tokio = { version = "1.43.0", features = ["full"] } [target.'cfg(target_os = "macos")'.dependencies] -libc = "0.2.153" +libc = "0.2.169" objc = "0.2.7" -cocoa = "0.25.0" +cocoa = "0.26.0" objc_id = "0.1.1" [target.'cfg(target_os = "linux")'.dependencies]