]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Cargo.toml
Update dependencies
[rbdr/lyricli] / Cargo.toml
index e2c8ce5730d2f34891c19e076b99ff530fccb03c..d7cc7a3b520f23c3b370c6f8defaaba21e19544f 100644 (file)
@@ -12,18 +12,18 @@ name = "lrc"
 path = "src/main.rs"
 
 [dependencies]
 path = "src/main.rs"
 
 [dependencies]
-clap = { version = "4.5.2", features = ["derive"] }
+clap = { version = "4.5.27", features = ["derive"] }
 percent-encoding = "2.3.1"
 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]
 
 [target.'cfg(target_os = "macos")'.dependencies]
-libc = "0.2.153"
+libc = "0.2.169"
 objc = "0.2.7"
 objc = "0.2.7"
-cocoa = "0.25.0"
+cocoa = "0.26.0"
 objc_id = "0.1.1"
 
 [target.'cfg(target_os = "linux")'.dependencies]
 objc_id = "0.1.1"
 
 [target.'cfg(target_os = "linux")'.dependencies]