From caee5d1375cb0680b4ccec0d760b73a6fee460b4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 17:33:31 +0100 Subject: Update dependencies --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '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] -- cgit