diff --git a/Cargo.toml b/Cargo.toml index c6be4c7..4411fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,14 +7,14 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -file-utils = "0.1.5" -chrono = "0.4.31" +file-utils = "0.1" +chrono = "0.4" # Sync #reqwest = { version = "0.11", features = ["blocking"] } # Async -reqwest = "0.12.12" -tokio = { version = "1.34.0", features = ["full"] } -ini = "1.3.0" -exitcode = "1.1.2" -sysinfo = "0.33.1" -sys-locale = "0.3.1" +reqwest = "0.12" +tokio = { version = "1.43", features = ["full"] } +ini = "1.3" +exitcode = "1.1" +sysinfo = "0.33" +sys-locale = "0.3"