From d5fb5bfe26baf4cab873301bdb2ff0202bb5249e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:16:54 +1300 Subject: [PATCH] Update gix requirement from 0.38.0 to 0.39.0 in /crates/bosion (#517) 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 fa0714f..f537e82 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.38.0" +version = "0.39.0" optional = true [features]