diff --git a/Cargo.toml b/Cargo.toml index 475633f3..dfda1ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,14 +43,14 @@ serde_ignored = "0.1" strum = "0.23" strum_macros = "0.23" tar = "0.4" -tokio = "1.0" +tokio = "1" reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] } sha2 = "^0.10.0" -bytes = "1.1" -pin-project = "1.0" +bytes = "1" +pin-project = "1" async-stream = "0.3" -thiserror = "1.0.19" -url = "2.1.1" +thiserror = "1" +url = "2" [dev-dependencies] dirs = "4.0"