diff options
| author | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-11 18:25:43 +0200 |
|---|---|---|
| committer | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-12 12:06:57 +0200 |
| commit | c08f0edcb8da6a78a8e9edcf3eaa14e633bf0e91 (patch) | |
| tree | 6f066189130baf04b67dd28124258d9a90b79ef5 /Cargo.toml | |
| parent | Remove passthrough method (diff) | |
Rename wa, change anyhow version, make reqwest dependency more specific
Due to MR comments
Are you happy now audron?
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5" -anyhow = "1.0.44" +anyhow = "1" futures = "0.3" tokio = { version = "1.5.0", features = ["full", "rt-multi-thread"] } @@ -30,7 +30,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" -reqwest = "0.11" +reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip"] } [dev-dependencies] mockito = "0.30.0" |
