From b8bf8e0facdff06cdc2ec0c77b1c7665eeb30c80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:06:56 -0300 Subject: [PATCH] chore(deps) Update Rust crate attohttpc to 0.23 (#5392) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 8b32102c5..e21212613 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -34,7 +34,7 @@ log = { version = "0.4.17", features = [ "kv_unstable" ] } dirs-next = "2.0" [target."cfg(target_os = \"windows\")".dependencies] -attohttpc = "0.22" +attohttpc = "0.23" uuid = { version = "1", features = [ "v4", "v5" ] } bitness = "0.4" winreg = "0.10"