diff --git a/Cargo.toml b/Cargo.toml index 3be4014..962a76f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,9 @@ edition = "2018" [dependencies] steam_shortcuts_util="1.1.2" steamgriddb_api="0.2,0" -serde={version="^1.0.130", features=["derive"]} +serde={version="1.0.130", features=["derive"]} serde_json = "1.0.68" -tokio = { version = "^1.11.0", features = ["full"] } -reqwest = { reqwest = "^0.11.4", features = ["default"] } -config = "^0.11.0" -failure = "^0.1.8" \ No newline at end of file +tokio = { version = "1.11.0", features = ["full"] } +reqwest = { version = "0.11.4", features = ["default"] } +config = "0.11.0" +failure = "0.1.8" \ No newline at end of file