From f2e14a5426fd461c73920a10e21ef2429b52f1f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:49:35 +0000 Subject: [PATCH] Update Rust crate attohttpc to 0.28 --- gouth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gouth/Cargo.toml b/gouth/Cargo.toml index afc6f68..7b871f1 100644 --- a/gouth/Cargo.toml +++ b/gouth/Cargo.toml @@ -15,7 +15,7 @@ readme = "./../README.md" gcemeta = { version = "0.1" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } -attohttpc = { version = "0.17", default-features = false, features = ["compress", "tls-rustls", "form"] } +attohttpc = { version = "0.28", default-features = false, features = ["compress", "tls-rustls", "form"] } url = { version = "2.2" } jsonwebtoken = { version = "7" } tonic = { version = "0.4", default-features = false, optional = true }