From d866ee615fb7e7bb6298495ab157ad0eec8d7d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:39:19 +1300 Subject: [PATCH] Update gix requirement from 0.39.0 to 0.40.0 in /crates/bosion (#523) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/bosion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bosion/Cargo.toml b/crates/bosion/Cargo.toml index f537e82..fdf8ac2 100644 --- a/crates/bosion/Cargo.toml +++ b/crates/bosion/Cargo.toml @@ -19,7 +19,7 @@ version = "0.3.20" features = ["macros", "formatting"] [dependencies.gix] -version = "0.39.0" +version = "0.40.0" optional = true [features]